Added 1.9/removed 1.5 on Python version support table.

This commit is contained in:
Tim Graham 2014-11-28 09:17:00 -05:00
parent deb607648e
commit ecf7814b3a
1 changed files with 1 additions and 1 deletions

View File

@ -44,9 +44,9 @@ What Python version can I use with Django?
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.9 2.7, 3.3, 3.4, 3.5
============== ===============
For a given series of Python versions, only the latest release is officially