declare django 5.2 support

This commit is contained in:
Asif Saif Uddin 2025-01-29 12:21:15 +06:00
parent 78929144f3
commit 734687ce01
2 changed files with 2 additions and 1 deletions

View File

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

View File

@ -92,6 +92,7 @@ setup(
'Framework :: Django :: 4.2',
'Framework :: Django :: 5.0',
'Framework :: Django :: 5.1',
'Framework :: Django :: 5.2',
'Intended Audience :: Developers',
'License :: OSI Approved :: BSD License',
'Operating System :: OS Independent',