- Update README.md to include Django 6.0 in the requirements section. (#9839)

- Add Django 6.0 to the supported Django versions in pyproject.toml.
This commit is contained in:
Pravin 2025-12-05 16:53:20 +05:30 committed by GitHub
parent 0fbaebc3dd
commit 2da99035cc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 1 deletions

View File

@ -31,7 +31,7 @@ Some reasons you might want to use REST framework:
# Requirements
* Python 3.10+
* Django 4.2, 5.0, 5.1, 5.2
* Django 4.2, 5.0, 5.1, 5.2, 6.0
We **highly recommend** and only officially support the latest patch release of
each Python and Django series.

View File

@ -18,6 +18,7 @@ classifiers = [
"Framework :: Django :: 5.0",
"Framework :: Django :: 5.1",
"Framework :: Django :: 5.2",
"Framework :: Django :: 6.0",
"Intended Audience :: Developers",
"Operating System :: OS Independent",
"Programming Language :: Python",