Skip to content

Commit 2da9903

Browse files
authored
- 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.
1 parent 0fbaebc commit 2da9903

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Some reasons you might want to use REST framework:
3131
# Requirements
3232

3333
* Python 3.10+
34-
* Django 4.2, 5.0, 5.1, 5.2
34+
* Django 4.2, 5.0, 5.1, 5.2, 6.0
3535

3636
We **highly recommend** and only officially support the latest patch release of
3737
each Python and Django series.

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ classifiers = [
1818
"Framework :: Django :: 5.0",
1919
"Framework :: Django :: 5.1",
2020
"Framework :: Django :: 5.2",
21+
"Framework :: Django :: 6.0",
2122
"Intended Audience :: Developers",
2223
"Operating System :: OS Independent",
2324
"Programming Language :: Python",

0 commit comments

Comments
 (0)