Update documentation to include Django 3.2 as supported version (#8037)

This commit is contained in:
Finn Gundlach 2021-06-16 15:53:29 +02:00 committed by GitHub
parent 61e7a993bd
commit 24a938abaa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -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.

View File

@ -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.