From edcdad7d8b35522ef860e578d82c27db3e4cd1ea Mon Sep 17 00:00:00 2001 From: MarkoM-dot <83985775+MarkoM-dot@users.noreply.github.com> Date: Wed, 4 Oct 2023 23:12:07 +0200 Subject: [PATCH] docs: update django requirement to 4.2 --- docs/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.md b/docs/index.md index ad241c0a3..81a556313 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, 3.11) -* Django (3.0, 3.1, 3.2, 4.0, 4.1) +* Django (3.0, 3.1, 3.2, 4.0, 4.1, 4.2) We **highly recommend** and only officially support the latest patch release of each Python and Django series.