Releases: jazzband/django-waffle
Releases · jazzband/django-waffle
v0.15.1
v0.15.0
- 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
- Added i18n support
- Added Russian translations
- Add management command to delete waffle data
Translations are managed via Transifex.
Django 2.0 Support
- 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
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.