django-waffle

A feature flipper for Django

BSD-3-CLAUSE License

Stars
1.1K
Committers
117

Bot releases are hidden (Show)

django-waffle - v4.1.0 Latest Release

Published by clintonb 10 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/django-waffle/django-waffle/compare/v4.0.0...v4.1.0

django-waffle - v4.0.0

Published by clintonb about 1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/django-waffle/django-waffle/compare/v3.0.0...v4.0.0

django-waffle - v3.0.0

Published by clintonb about 2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/django-waffle/django-waffle/compare/v2.7.0...v3.0.0

django-waffle - v2.7.0

Published by clintonb about 2 years ago

What's Changed

Full Changelog: https://github.com/django-waffle/django-waffle/compare/v2.6.0...v2.7.0

django-waffle - v2.6.0

Published by clintonb about 2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/django-waffle/django-waffle/compare/v2.5.0...v2.6.0

django-waffle - v2.5.0

Published by clintonb over 2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/django-waffle/django-waffle/compare/v2.4.1...v2.5.0

django-waffle - v2.4.1

Published by clintonb over 2 years ago

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

django-waffle - v2.4.0

Published by clintonb over 2 years ago

  • 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
django-waffle - v2.3.0

Published by clintonb almost 3 years ago

Added support for Django 4.0

django-waffle - v2.2.1

Published by clintonb over 3 years ago

Resolved deprecation warning when using Jinja2 >= 3

django-waffle -

Published by clintonb over 3 years ago

  • Added support for Django 3.2
  • Updated documentation for custom flag models
  • Updated Russian translations
django-waffle - v2.1.0

Published by clintonb over 3 years ago

  • Added test support for PowerPC
  • Fixed caching of auto-created missing flags
  • Fix bug in flag_membership_changed signal handler
django-waffle -

Published by clintonb about 4 years ago

  • Add support for Django 3.1
  • Remove support for Django 1.11, 2.0, 2.1
  • Caching auto-created missing flags, switches, and samples
django-waffle - v1.0.0

Published by clintonb over 4 years ago

  • Removed Python 2.7 compatibility code
  • Fixed typo in docs example
  • Documented WAFFLE_TEST_COOKIE
django-waffle - v0.20.0

Published by clintonb over 4 years ago

  • Dropped support for Python 2.7
  • Removed deprecation warnings for ugettext
django-waffle - v0.19.0

Published by clintonb almost 5 years ago

  • Dropped support for Django 2.0 and 2.1, and Python 3.4
  • Made tests for Jinja2 optional while waiting for django-jinja to be compatible with Django 3.0.
  • Add support for Django 3.0 by removing use of deprecated functionality from Django 2.2.
django-waffle - v0.18.0

Published by clintonb almost 5 years ago

  • Updated MIDDLEWARE setting name for Django 1.10+
  • Improved cache performance for is_active_for_user
  • Corrected log formatting
  • Added log entries for admin quick link actions
  • Added permissions for admin actions
django-waffle - v0.17.0

Published by clintonb over 5 years ago

  • Fixed documentation issues
  • Added class-based view mixins
django-waffle -

Published by clintonb over 5 years ago

  • Added support for Django 2.1 and 2.2
  • Flushing cache after modifying flags' groups and users
  • Removed redundant log line
  • Corrected version in waffle/__init__.py
  • Fixed bug in tests
  • Using strings as cache keys instead of bytes
  • Passing effects of test decorator to child classes
django-waffle - v0.15.1

Published by clintonb almost 6 years ago

  • Optionally logging missing flags, samples, and switches
  • Added --users option to waffle_flag management command
  • Updated testutils to flush caches
  • Improved admin site for users and groups
  • Fixed global cache thread safety issues