From 734687ce01fa6cf2d76c97d98eb7704a74bc0fe6 Mon Sep 17 00:00:00 2001 From: Asif Saif Uddin Date: Wed, 29 Jan 2025 12:21:15 +0600 Subject: [PATCH] declare django 5.2 support --- README.md | 2 +- setup.py | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6e62fb39a..95fb1b012 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/setup.py b/setup.py index 67904ec61..18f62470c 100755 --- a/setup.py +++ b/setup.py @@ -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',