- Update README.md to include Django 6.0 in the requirements section.

- Add Django 6.0 to the supported Django versions in pyproject.toml.
This commit is contained in:
Pravin Kamble 2025-12-05 10:23:04 +05:30
parent 0fbaebc3dd
commit e1b35e74b3
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",