We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7892914 commit 734687cCopy full SHA for 734687c
README.md
@@ -55,7 +55,7 @@ Some reasons you might want to use REST framework:
55
# Requirements
56
57
* Python 3.8+
58
-* Django 4.2, 5.0, 5.1
+* Django 4.2, 5.0, 5.1, 5.2
59
60
We **highly recommend** and only officially support the latest patch release of
61
each Python and Django series.
setup.py
@@ -92,6 +92,7 @@ def get_version(package):
92
'Framework :: Django :: 4.2',
93
'Framework :: Django :: 5.0',
94
'Framework :: Django :: 5.1',
95
+ 'Framework :: Django :: 5.2',
96
'Intended Audience :: Developers',
97
'License :: OSI Approved :: BSD License',
98
'Operating System :: OS Independent',
0 commit comments