[1.7.x] Documented Python 3.5 support for Django 1.8.

Backport of d27085b02d58ecf8b72e7189b6a5feaf634ec977 from stable/1.8.x
This commit is contained in:
Tim Graham 2015-10-24 09:36:29 -04:00
parent e03fe2f6bb
commit afcbdf2805

View File

@ -46,7 +46,8 @@ Django version Python versions
1.4 2.5, 2.6, 2.7 1.4 2.5, 2.6, 2.7
1.5 2.6, 2.7 and 3.2, 3.3 (experimental) 1.5 2.6, 2.7 and 3.2, 3.3 (experimental)
1.6 2.6, 2.7 and 3.2, 3.3 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 For each version of Python, only the latest micro release (A.B.C) is officially