Skip to content

Releases: jazzband/django-waffle

v0.15.1

09 Jan 00:28
Compare
Choose a tag to compare
  • 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

v0.15.0

05 Nov 05:21
Compare
Choose a tag to compare
  • Dropped support for Django < 1.11
  • Dropped support for Python 3.3
  • Added settings WAFFLE_CREATE_MISSING_(FLAG|SWITCHES|SAMPLES) to optionally create missing objects in the database automatically
  • Allow serializing/de-serializing waffle models by natural key
  • Added pluggable Flag model

i18n support

06 Mar 04:45
Compare
Choose a tag to compare
  • Added i18n support
  • Added Russian translations
  • Add management command to delete waffle data

Translations are managed via Transifex.

Django 2.0 Support

24 Jan 15:36
Compare
Choose a tag to compare
  • Added support for Django 2.0.
  • Added support for search the name and notes fields in Django admin.
  • Fixed small bugs in management commands.
  • Fixed small documentation issues.
  • Updated waffle_flag management command to accept user groups.
  • Added setting WAFFLE_READ_FROM_WRITE_DB to read from write DB on cache miss.

0.12.0a1 Pre-release: Testing Cache Changes

30 May 18:48
Compare
Choose a tag to compare

This alpha contains a little more than half of the changes expected to go into 0.12, but it does not contain the settings/API changes from #182.

Definitely looking for feedback on this version, especially with the caching changes from #211. Those look to significantly simplify how caching works, and will have the most noticeable performance improvements while using wafflejs (see #77, #170).

To install, you can use pip:

pip install https://github.com/jsocol/django-waffle/archive/v0.12.0a1.zip

Please file issues and mention this version.