From 408f6d5be8c10dbf2650f4a76a203eb54e760f81 Mon Sep 17 00:00:00 2001 From: Hasan Ramezani Date: Tue, 21 Dec 2021 16:11:08 +0100 Subject: [PATCH] Remove remaining Django 3.0 related stuff in docs and setup.py --- docs/index.md | 2 +- setup.py | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/index.md b/docs/index.md index 2954f793a..bd01425c2 100644 --- a/docs/index.md +++ b/docs/index.md @@ -86,7 +86,7 @@ continued development by **[signing up for a paid plan][funding]**. REST framework requires the following: * Python (3.6, 3.7, 3.8, 3.9, 3.10) -* Django (2.2, 3.0, 3.1, 3.2, 4.0) +* Django (2.2, 3.1, 3.2, 4.0) 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 3c3761c86..3c1fb5a05 100755 --- a/setup.py +++ b/setup.py @@ -90,7 +90,6 @@ setup( 'Environment :: Web Environment', 'Framework :: Django', 'Framework :: Django :: 2.2', - 'Framework :: Django :: 3.0', 'Framework :: Django :: 3.1', 'Framework :: Django :: 3.2', 'Framework :: Django :: 4.0',