Skip to content

Releases: jazzband/django-waffle

v4.1.0

11 Dec 08:12
Compare
Choose a tag to compare

What's Changed

  • add support for everyone option to is_active_for_user by @jdoconnor in #491
  • Add --testing option to waffle_flag mgmt command by @kevinmmmcs in #494

New Contributors

Full Changelog: v4.0.0...v4.1.0

v4.0.0

26 Jul 04:57
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.0.0...v4.0.0

v3.0.0

30 Aug 17:26
e821a86
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.7.0...v3.0.0

v2.7.0

22 Aug 05:06
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.6.0...v2.7.0

v2.6.0

20 Jul 05:31
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.5.0...v2.6.0

v2.5.0

05 Jun 16:46
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.4.1...v2.5.0

v2.4.1

28 Mar 23:20
4bb357d
Compare
Choose a tag to compare

Reverted: Creating missing flags for all attempts to access the missing flag

v2.4.0

28 Mar 17:44
Compare
Choose a tag to compare
  • Preventing exceptions for template use cases where a request is not available
  • Creating missing flags for all attempts to access the missing flag
  • Added Italian translations
  • Removed universal wheel

v2.3.0

10 Jan 18:04
Compare
Choose a tag to compare

Added support for Django 4.0

v2.2.1

13 Jul 15:25
Compare
Choose a tag to compare

Resolved deprecation warning when using Jinja2 >= 3