Commit afcbdf28 authored by Tim Graham's avatar Tim Graham
Browse files

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

Backport of d27085b0 from stable/1.8.x
parent e03fe2f6
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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