Skip to content

Commit 24a938a

Browse files
authored
Update documentation to include Django 3.2 as supported version (#8037)
1 parent 61e7a99 commit 24a938a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ There is a live example API for testing purposes, [available here][sandbox].
5353
# Requirements
5454

5555
* Python (3.5, 3.6, 3.7, 3.8, 3.9)
56-
* Django (2.2, 3.0, 3.1)
56+
* Django (2.2, 3.0, 3.1, 3.2)
5757

5858
We **highly recommend** and only officially support the latest patch release of
5959
each Python and Django series.

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ continued development by **[signing up for a paid plan][funding]**.
8484
REST framework requires the following:
8585

8686
* Python (3.5, 3.6, 3.7, 3.8, 3.9)
87-
* Django (2.2, 3.0, 3.1)
87+
* Django (2.2, 3.0, 3.1, 3.2)
8888

8989
We **highly recommend** and only officially support the latest patch release of
9090
each Python and Django series.

0 commit comments

Comments
 (0)