Skip to content

Commit 43a1ee5

Browse files
committed
Mention Django 3.2 support in README and docs
1 parent 057aff1 commit 43a1ee5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ Requirements
8989
------------
9090

9191
1. Python (3.6, 3.7, 3.8, 3.9)
92-
2. Django (2.2, 3.0, 3.1)
92+
2. Django (2.2, 3.0, 3.1, 3.2)
9393
3. Django REST Framework (3.12)
9494

9595
We **highly** recommend and only officially support the latest patch release of each Python, Django and REST Framework series.

docs/getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ like the following:
5252
## Requirements
5353

5454
1. Python (3.6, 3.7, 3.8, 3.9)
55-
2. Django (2.2, 3.0, 3.1)
55+
2. Django (2.2, 3.0, 3.1, 3.2)
5656
3. Django REST Framework (3.12)
5757

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

0 commit comments

Comments
 (0)