Skip to content

Releases: cfpb/django-flags

5.2.0

10 Feb 16:51
a8b092b

Choose a tag to compare

What's Changed

Full Changelog: 5.1.0...5.2.0

5.1.0

19 Nov 13:31
d0dd347

Choose a tag to compare

What's Changed

Full Changelog: 5.0.14...5.1.0

5.0.14

01 May 13:17
4969882

Choose a tag to compare

What's new?

  • Updated packaging to pyproject.toml and linting/formatting to ruff
  • Added Django 5.0 support (thanks @adamchainz!)
  • Added Django 5.2 support (thanks @sergei-maertens!)

Bug fixes

  • Fixed parameter condition example in docs (thanks @andy-isoc!)

5.0.13

08 Jun 12:51
d17d277

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

Choose a tag to compare

5.0.11

20 May 13:21
20a3055

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

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

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

Choose a tag to compare

  • Prevent RemovedInDjango41Warning about default_app_config for Django 3.2+

5.0.7

21 Jan 17:32
47a9b1a

Choose a tag to compare

  • Update Django 4 pin to allow versions under 4.1 #90