mirror of
https://github.com/jazzband/django-constance.git
synced 2026-03-16 22:40:24 +00:00
Merge pull request #637 from mahdirahimi1999/feature/django-5.2-support
This commit is contained in:
commit
6a66c636c4
2 changed files with 3 additions and 1 deletions
|
|
@ -16,7 +16,7 @@ v4.0.0 (2024/08/21)
|
||||||
* Migrate JavaScript to ES2015
|
* Migrate JavaScript to ES2015
|
||||||
* Fix documentation build
|
* Fix documentation build
|
||||||
* Add linters and formatters (using `ruff`)
|
* Add linters and formatters (using `ruff`)
|
||||||
* Prepare for Django 5.1 support
|
* Add support for Django 5.1 and 5.2
|
||||||
* Migrate from `setup.py` to `pyproject.toml`
|
* Migrate from `setup.py` to `pyproject.toml`
|
||||||
* Bump `tox`
|
* Bump `tox`
|
||||||
* Declare support for Python 3.12
|
* Declare support for Python 3.12
|
||||||
|
|
|
||||||
|
|
@ -19,6 +19,8 @@ classifiers = [
|
||||||
"Framework :: Django",
|
"Framework :: Django",
|
||||||
"Framework :: Django :: 4.2",
|
"Framework :: Django :: 4.2",
|
||||||
"Framework :: Django :: 5.0",
|
"Framework :: Django :: 5.0",
|
||||||
|
"Framework :: Django :: 5.1",
|
||||||
|
"Framework :: Django :: 5.2",
|
||||||
"Intended Audience :: Developers",
|
"Intended Audience :: Developers",
|
||||||
"License :: OSI Approved :: BSD License",
|
"License :: OSI Approved :: BSD License",
|
||||||
"Natural Language :: English",
|
"Natural Language :: English",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue