Skip to content

Releases: cfpb/django-flags

5.0.3

25 Feb 14:04
6c70ee1
Compare
Choose a tag to compare
  • Add API and management commands for enabling/disabling flags #76

5.0.2

04 Nov 14:39
88692db
Compare
Choose a tag to compare
  • Add a default for init kwargs in FlaggedViewMixin #73
  • Add code of conduct to this repository #72

5.0.1

13 Aug 20:36
c66d5d7
Compare
Choose a tag to compare
  • Add support for Django 3.1 #71

5.0.0

12 Jun 14:07
f9899ca
Compare
Choose a tag to compare
  • Remove Django 1.11 support and cleanup for 5.0.0 release #68
  • Add validator support to condition registration and FlagStateForm #61
  • Raise MiddlewareNotUsed in deprecated FlagConditionsMiddleware #66
  • Remove unsupported django-debug-toolbar version #64
  • Add support for Django 3.0 #58
  • Deprecate middleware, instead lazily cache flags #60
  • Clarify docs for anonymous condition #54

See https://cfpb.github.io/django-flags/releasenotes/ for more.

4.2.4

04 Sep 20:37
1aa5776
Compare
Choose a tag to compare
  • Set FLAGS_STATE_LOGGING to False by default #50
  • Update index.md #49

4.2.3

22 Jul 19:01
0f24748
Compare
Choose a tag to compare
  • Remove "optional" from state string language #48

4.2.2

03 Jul 13:32
dcf4163
Compare
Choose a tag to compare
  • Move optional/required condition filtering back to check_state() #47
  • Fix minor typo #46

4.2.1

24 Jun 14:32
3481867
Compare
Choose a tag to compare
  • Use clearer language for booleans with required conditions #45

4.2.0

11 Jun 14:37
cfbd214
Compare
Choose a tag to compare
  • Add logging to flag state checking #40
  • Provide clarity around when feature flag state can be checked #39
  • Add a Feature Flags panel for Django Debug Toolbar #36
  • Fix supported versions of Django in README #44
  • Fix link to conditions API #42
  • Add notes to the docs about fallback view arguments #38
  • Clarify the decorators example in docs #33
  • Document the flagged-class-based view API #32

4.1.2

01 Apr 19:33
bec282d
Compare
Choose a tag to compare
  • Django 2.2 support #34