File tree Expand file tree Collapse file tree 4 files changed +11
-0
lines changed
Expand file tree Collapse file tree 4 files changed +11
-0
lines changed Original file line number Diff line number Diff line change 4141 - tox-django51-postgres : |
4242 cd django-afip
4343 tox -e django51-postgres
44+ - tox-django52-postgres : |
45+ cd django-afip
46+ tox -e django52-postgres
4447 - lint : |
4548 cd django-afip
4649 tox -e mypy,ruff,vermin
Original file line number Diff line number Diff line change @@ -13,6 +13,11 @@ Check the `latest tags`_ or `PyPI`_ for the latest stable release.
1313
1414Any breaking changes which require intervention will be mentioned here.
1515
16+ 13.2.1
17+ ------
18+
19+ - Add support for Django 5.2.
20+
162113.2.0
1722------
1823
Original file line number Diff line number Diff line change @@ -16,6 +16,7 @@ classifiers = [
1616 " Framework :: Django :: 4.2" ,
1717 " Framework :: Django :: 5.0" ,
1818 " Framework :: Django :: 5.1" ,
19+ " Framework :: Django :: 5.2" ,
1920 " Intended Audience :: Developers" ,
2021 " Operating System :: OS Independent" ,
2122 " Programming Language :: Python :: 3" ,
Original file line number Diff line number Diff line change 99deps =
1010 django42: Django>=4.0,<4.2
1111 django50: Django>=5.0,<5.1
12+ django51: Django>=5.1,<5.2
13+ django52: Django>=5.2,<5.3
1214commands = pytest -vv -m " not live" {posargs}
1315setenv =
1416 PYTHONPATH ={toxinidir}
You can’t perform that action at this time.
0 commit comments