Update docs to recommend using django 3.2 LTS

This commit is contained in:
Garret Wassermann
2021-08-20 02:12:55 -04:00
parent 1559333993
commit 00edddbaad
2 changed files with 4 additions and 4 deletions

View File

@@ -10,7 +10,7 @@ Prerequisites
Before getting started, ensure your system meets the following recommended dependencies:
* Python 3.6+
* Django 2.2+, 3.x
* Django 2.2+ LTS or 3.2 LTS (strongly recommend migrating to 3.2 LTS as soon as possible)
Ensure any extra Django modules you wish to use are compatible before continuing.