summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2016-08-26 17:21:46 -0400
committerTim Graham <timograham@gmail.com>2016-08-26 17:23:09 -0400
commit4541ff2e390d25ffb5b6495f0666ab038a67b12b (patch)
tree993b58159b646093823f0e13c591e19e1dafa460
parent0cb1032982e9cdca915b69963e8c2547ec5c2fd8 (diff)
[1.10.x] Added Django 1.11, 2.0 to Python version support table.
Backport of 38cf9ef390eb0cd0703d99893f826153865f6ba6 from master
-rw-r--r--docs/faq/install.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/faq/install.txt b/docs/faq/install.txt
index 5564955a69..359ed7a06c 100644
--- a/docs/faq/install.txt
+++ b/docs/faq/install.txt
@@ -47,7 +47,9 @@ What Python version can I use with Django?
Django version Python versions
============== ===============
1.8 2.7, 3.2 (until the end of 2016), 3.3, 3.4, 3.5
-**1.9, 1.10** **2.7, 3.4, 3.5**
+1.9, 1.10 2.7, 3.4, 3.5
+1.11 2.7, 3.4, 3.5, 3.6
+2.0 3.5+
============== ===============
For each version of Python, only the latest micro release (A.B.C) is officially