From bcc9ebbb2747a3564799f2d30a87c1e5b24d31cd Mon Sep 17 00:00:00 2001 From: Finn Gundlach Date: Wed, 16 Jun 2021 15:17:32 +0200 Subject: [PATCH] Update documentation to include Django 3.2 as supported version --- README.md | 2 +- docs/index.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ff76a5525..fce275256 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,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) +* Django (2.2, 3.0, 3.1, 3.2) We **highly recommend** and only officially support the latest patch release of each Python and Django series. diff --git a/docs/index.md b/docs/index.md index 530813684..28e330250 100644 --- a/docs/index.md +++ b/docs/index.md @@ -84,7 +84,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) +* Django (2.2, 3.0, 3.1, 3.2) We **highly recommend** and only officially support the latest patch release of each Python and Django series.