Releases: cfpb/django-flags
Releases · cfpb/django-flags
5.2.0
5.1.0
What's Changed
- Support Python 3.13, drop support for < 3.10 by @willbarton in #135
Full Changelog: 5.0.14...5.1.0
5.0.14
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
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
DeprecationWarningon Jinja 3+. - Fixed an
AttributeErroronAnonymousUserin the user condition (thanks @edomora97!)
5.0.8
- Prevent
RemovedInDjango41Warningaboutdefault_app_configfor Django 3.2+