summaryrefslogtreecommitdiff
path: root/docs/faq/install.txt
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2015-10-24 09:36:29 -0400
committerTim Graham <timograham@gmail.com>2015-10-26 10:13:22 -0400
commit1ce8512c87993cc839783ae466d31b953a3a97e2 (patch)
treea9b0f975ae1386abab9726bfa39ced884ed3b0c7 /docs/faq/install.txt
parente0c0080e29b4e19948aa06eabfd007a438178b62 (diff)
Documented Python 3.5 support for Django 1.8.
Forwardport of d27085b02d58ecf8b72e7189b6a5feaf634ec977 from stable/1.8.x
Diffstat (limited to 'docs/faq/install.txt')
-rw-r--r--docs/faq/install.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/faq/install.txt b/docs/faq/install.txt
index ac4fac28f1..84acb55079 100644
--- a/docs/faq/install.txt
+++ b/docs/faq/install.txt
@@ -45,8 +45,8 @@ What Python version can I use with Django?
============== ===============
Django version Python versions
============== ===============
-1.4 2.5, 2.6, 2.7
-**1.7, 1.8** **2.7** and **3.2, 3.3, 3.4**
+1.7 2.7 and 3.2, 3.3, 3.4
+**1.8** **2.7** and **3.2, 3.3, 3.4, 3.5**
1.9 2.7, 3.4, 3.5
============== ===============