summaryrefslogtreecommitdiff
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:17:21 -0400
commitafcbdf28054e8a661649aa9f4dc3f16f5ba96bec (patch)
tree9b076a5390dae8b0204dce4650dda4e25c740bca
parente03fe2f6bbad7305146d0e19e5e9a36eda2b982c (diff)
downloaddjango-afcbdf28054e8a661649aa9f4dc3f16f5ba96bec.tar.gz
[1.7.x] Documented Python 3.5 support for Django 1.8.
Backport of d27085b02d58ecf8b72e7189b6a5feaf634ec977 from stable/1.8.x
-rw-r--r--docs/faq/install.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/faq/install.txt b/docs/faq/install.txt
index e2e993adb0..794b5c1ffd 100644
--- a/docs/faq/install.txt
+++ b/docs/faq/install.txt
@@ -46,7 +46,8 @@ Django version Python versions
1.4 2.5, 2.6, 2.7
1.5 2.6, 2.7 and 3.2, 3.3 (experimental)
1.6 2.6, 2.7 and 3.2, 3.3
-**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
============== ===============
For each version of Python, only the latest micro release (A.B.C) is officially