Releases: cfpb/django-flags
Releases · cfpb/django-flags
5.0.13
5.0.13
What's new?
- Modernize code for Python 3.6+ (thanks @adamchainz!)
- Run linters with Python 3.11 (thanks @adamchainz!)
- Format with Black 23 (thanks @adamchainz!)
- Added Django 4.2 support (thanks @adamchainz!).
Removals
- Removed Python 3.6 support (thanks @michael-k!).
Bug fixes
- Removed errant print statement (thanks @Natim!).
5.0.12
- Added Django 4.1 support (thanks @adamchainz!).
5.0.11
- Added changelog and documentation links to the package on PyPI (#102, thanks @adamchainz!)
5.0.10
5.0.9
- Fixed a
DeprecationWarning
on Jinja 3+. - Fixed an
AttributeError
onAnonymousUser
in the user condition (thanks @edomora97!)
5.0.8
- Prevent
RemovedInDjango41Warning
aboutdefault_app_config
for Django 3.2+