Changelog
v2.0.0
We sincerely apologize for the long delay since our last release. This major version brings the package up to date with the latest Django and Python versions while removing support for end-of-life versions.
Breaking Changes
DROPPED support for Python
3.6,3.7,3.8, and3.9- these versions have reached end-of-lifeDROPPED support for Django
2.2,3.0,3.1, and3.2- these versions are no longer supported by DjangoMinimum Python version is now
3.10Minimum Django version is now
4.2(LTS)
Features
NEW support for Python
3.11,3.12, and3.13NEW support for Django
4.2(LTS),5.0,5.1, and5.2Removed deprecated Django features and compatibility code for better performance
Bug Fixes
Fix issues with flag form when selecting “something else” reason - requests weren’t being sent and other reasons couldn’t be selected in the same session
Fix documentation build issues with sphinx-rtd-theme dependency
Chores
Updated development tooling (switched from flake8/isort to ruff)
Migrated from
setup.pytopyproject.tomlfor modern packaging
v1.3.0
Features
Confirm support for python
3.10.
v1.2.1
Bug Fixes
Fix links for redirecting unauthenticated from flag form to login page.
v1.2.0 (2021-06-19)
Features
Add link to the related content object in the admin.
Dropped support for django
2.1(this version is not LTS. See supported django versions for more information on this).
v1.1.1 (2021-05-01)
Bug fixes
Handle Warning for
default_app_configin django >=3.2.
Features
- Move metadata from
setup.pytosetup.cfg. this means the
__version__string is no longer available. To use the installed versions, you may useimportlib.metadata.version['django_flag_app'].
- Move metadata from
v1.1.0 (2021-04-18)
Features
Add support for python3.9 and django3.2
v1.0.1 (2021-03-11)
Bug fixes
Circular import caused by the use of
get_user_modelat modular level inflag.managers.Version number according to PEP440
v1.0.0 (2020-11-17)
Bug fixes
Fix API response
Features
Add app settings
v0.1.1 (2020-10-22)
Bug fixes
Fix icon title when flagging/unflagging
Fix template for unauthenticated users
v0.1.0 (2020-09-28)
Release first version