From 51269d4145c8e985f9c0cffb76a5273daa26f713 Mon Sep 17 00:00:00 2001 From: Jet Li Date: Thu, 9 Dec 2021 17:56:52 +0800 Subject: [PATCH] Test Django 4.0 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8ba0a5e1d..e41c83330 100644 --- a/README.md +++ b/README.md @@ -54,7 +54,7 @@ There is a live example API for testing purposes, [available here][sandbox]. # Requirements * 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.