Skip to content

Commit 734687c

Browse files
committed
declare django 5.2 support
1 parent 7892914 commit 734687c

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
@@ -55,7 +55,7 @@ Some reasons you might want to use REST framework:
5555
# Requirements
5656

5757
* Python 3.8+
58-
* Django 4.2, 5.0, 5.1
58+
* Django 4.2, 5.0, 5.1, 5.2
5959

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

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@ def get_version(package):
9292
'Framework :: Django :: 4.2',
9393
'Framework :: Django :: 5.0',
9494
'Framework :: Django :: 5.1',
95+
'Framework :: Django :: 5.2',
9596
'Intended Audience :: Developers',
9697
'License :: OSI Approved :: BSD License',
9798
'Operating System :: OS Independent',

0 commit comments

Comments
 (0)