summaryrefslogtreecommitdiff
path: root/docs/faq
diff options
context:
space:
mode:
authorMariusz Felisiak <felisiak.mariusz@gmail.com>2020-05-04 11:46:46 +0200
committerMariusz Felisiak <felisiak.mariusz@gmail.com>2020-05-13 09:07:51 +0200
commit3b94f12462d262a812930cf25efe8d8eb07c5c83 (patch)
tree7d83380ddc361fc0feb6eb66a31b6ebe0c276400 /docs/faq
parent6b9b2af7352908d40ca4d31bdb1b80c013cab29a (diff)
Added stub release notes for 3.2.
Diffstat (limited to 'docs/faq')
-rw-r--r--docs/faq/install.txt5
1 files changed, 1 insertions, 4 deletions
diff --git a/docs/faq/install.txt b/docs/faq/install.txt
index 2cbbb83b7f..dfc4dc5d7e 100644
--- a/docs/faq/install.txt
+++ b/docs/faq/install.txt
@@ -50,11 +50,8 @@ What Python version can I use with Django?
============== ===============
Django version Python versions
============== ===============
-1.11 2.7, 3.4, 3.5, 3.6, 3.7 (added in 1.11.17)
-2.0 3.4, 3.5, 3.6, 3.7
-2.1 3.5, 3.6, 3.7
2.2 3.5, 3.6, 3.7, 3.8 (added in 2.2.8)
-3.0, 3.1 3.6, 3.7, 3.8
+3.0, 3.1, 3.2 3.6, 3.7, 3.8
============== ===============
For each version of Python, only the latest micro release (A.B.C) is officially