File tree Expand file tree Collapse file tree 3 files changed +3
-1
lines changed
Expand file tree Collapse file tree 3 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -17,6 +17,7 @@ Pending
1717* Fixed font family for code blocks and stack traces in the toolbar.
1818* Added test to confirm Django's ``TestCase.assertNumQueries `` works.
1919* Fixed string representation of values in settings panel.
20+ * Declared support for Django 6.0.
2021
21226.1.0 (2025-10-30)
2223------------------
Original file line number Diff line number Diff line change @@ -20,6 +20,7 @@ classifiers = [
2020 " Framework :: Django :: 4.2" ,
2121 " Framework :: Django :: 5.1" ,
2222 " Framework :: Django :: 5.2" ,
23+ " Framework :: Django :: 6.0" ,
2324 " Intended Audience :: Developers" ,
2425 " License :: OSI Approved :: BSD License" ,
2526 " Operating System :: OS Independent" ,
Original file line number Diff line number Diff line change 1313 dj42: django~=4.2.1
1414 dj51: django~=5.1.0
1515 dj52: django~=5.2.0a1
16- dj60: django~=6.0a1
16+ dj60: django~=6.0
1717 djmain: https://github.com/django/django/archive/main.tar.gz
1818 postgresql: psycopg2-binary
1919 psycopg3: psycopg[binary]
You can’t perform that action at this time.
0 commit comments