From afcbdf28054e8a661649aa9f4dc3f16f5ba96bec Mon Sep 17 00:00:00 2001 From: Tim Graham Date: Sat, 24 Oct 2015 09:36:29 -0400 Subject: [PATCH] [1.7.x] Documented Python 3.5 support for Django 1.8. Backport of d27085b02d58ecf8b72e7189b6a5feaf634ec977 from stable/1.8.x --- docs/faq/install.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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