From 3683b86d9ddbbe94e94874d7295a844dbcac7e72 Mon Sep 17 00:00:00 2001 From: Jet Li Date: Thu, 9 Dec 2021 17:57:51 +0800 Subject: [PATCH] Test Django 4.0 --- docs/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.md b/docs/index.md index 54b788107..5ecc972ab 100644 --- a/docs/index.md +++ b/docs/index.md @@ -85,7 +85,7 @@ continued development by **[signing up for a paid plan][funding]**. REST framework requires the following: * Python (3.5, 3.6, 3.7, 3.8, 3.9) -* Django (2.2, 3.0, 3.1, 3.2) +* Django (2.2, 3.0, 3.1, 3.2, 4.0) We **highly recommend** and only officially support the latest patch release of each Python and Django series.