summaryrefslogtreecommitdiff
path: root/docs/faq
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2015-12-07 14:27:16 -0500
committerTim Graham <timograham@gmail.com>2015-12-08 12:46:14 -0500
commit5eeb8edfbbc90d58c76599943282003f3e5ad4fa (patch)
treee1e0ec05ca640a76085271587d9198c6bf05fdf6 /docs/faq
parentc341db1d8326dee8815d2416a39a82bb3a72ab24 (diff)
[1.9.x] Fixed #25881 -- Marked Python 3.2 in Django 1.8 as unsupported at the end of 2016.
Backport of e6bd688ef3b58ee522794dce77f64a81b53b3b9e from master
Diffstat (limited to 'docs/faq')
-rw-r--r--docs/faq/install.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/faq/install.txt b/docs/faq/install.txt
index d6355f3a4f..d4e7f28310 100644
--- a/docs/faq/install.txt
+++ b/docs/faq/install.txt
@@ -45,7 +45,7 @@ What Python version can I use with Django?
============== ===============
Django version Python versions
============== ===============
-1.8 2.7, 3.2, 3.3, 3.4, 3.5
+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**
============== ===============