Skip to content

Releases: cfpb/django-flags

5.0.13

08 Jun 12:51
d17d277
Compare
Choose a tag to compare

5.0.13

What's new?

Removals

  • Removed Python 3.6 support (thanks @michael-k!).

Bug fixes

  • Removed errant print statement (thanks @Natim!).

5.0.12

30 Aug 14:26
86ee7d9
Compare
Choose a tag to compare

5.0.11

20 May 13:21
20a3055
Compare
Choose a tag to compare
  • Added changelog and documentation links to the package on PyPI (#102, thanks @adamchainz!)

5.0.10

19 May 13:52
e12bfbc
Compare
Choose a tag to compare
  • Fixed an issue with resolving include()s in flagged_path() URL patterns (#100)

5.0.9

14 Mar 17:46
fb22253
Compare
Choose a tag to compare
  • Fixed a DeprecationWarning on Jinja 3+.
  • Fixed an AttributeError on AnonymousUser in the user condition (thanks @edomora97!)

5.0.8

26 Jan 15:44
54bb466
Compare
Choose a tag to compare
  • Prevent RemovedInDjango41Warning about default_app_config for Django 3.2+

5.0.7

21 Jan 17:32
47a9b1a
Compare
Choose a tag to compare
  • Update Django 4 pin to allow versions under 4.1 #90

5.0.6

10 Jan 16:14
00e6c20
Compare
Choose a tag to compare
  • Added Django 4.0 support (thanks @gregtap!)

5.0.5

06 Apr 14:54
b84156c
Compare
Choose a tag to compare
  • Add support for Django 3.2 #79

5.0.4

17 Mar 15:30
9b2187a
Compare
Choose a tag to compare
  • Validate "path matches" conditions as regular expressions #78