Skip to content

Releases: cfpb/django-flags

4.1.1

26 Mar 15:50
8680492
Compare
Choose a tag to compare
  • Fix boolean and parameter conditions #31

4.1.0

06 Feb 15:22
cd770d6
Compare
Choose a tag to compare
  • Required conditions #24
  • Add a "before date" condition #23
  • Update RTD MkDocs theme overrides from cfgov-refresh #22

4.0.3

11 Dec 16:18
5e9c8ba
Compare
Choose a tag to compare
  • Optionally catch exceptions in flag sources #20

4.0.2

27 Nov 16:16
6e70b64
Compare
Choose a tag to compare
  • Move logging of non-existent conditions to a system check #16

4.0.1

21 Nov 14:11
296b7e8
Compare
Choose a tag to compare
  • Fix a TypeError when a configured condition has no function registered #15

4.0.0

26 Oct 13:46
9e10ef6
Compare
Choose a tag to compare
  • Allow configurable flag sources #12
  • Add middleware to attach flag conditions to the request #11
  • Allow passing kwargs to flag_enabled and flag_disabled template tags #14
  • Fix docs mobile style and match screenshot to docs #13
  • Fix some bad links in docs and style errors #10
  • Remove unused logger #8
  • Allow user_condition to work with custom user models #7

This release contains breaking changes. Please see the release notes for more.

3.0.2

29 Aug 20:05
174ef4e
Compare
Choose a tag to compare
  • Make requests optional in template tags #3
  • Bind condition choices when admin form is created #4
  • Remove deprecated github markdown extension #6

3.0.1

15 Aug 16:46
531885d
Compare
Choose a tag to compare
  • Add Django 2.1 support and improve test coverage generally #2

Initial release of Django-Flags independent of Wagtail-Flags

30 Jul 11:59
2eaa998
Compare
Choose a tag to compare

This is the initial release of Django-Flags, the Django-only components of Wagtail-Flags.