Fixed #25881 -- Marked Python 3.2 in Django 1.8 as unsupported at the end of 2016.

This commit is contained in:
Tim Graham 2015-12-07 14:27:16 -05:00
parent a8614fb438
commit e6bd688ef3
3 changed files with 13 additions and 1 deletions

View file

@ -45,7 +45,7 @@ What Python version can I use with Django?
============== ===============
Django version Python versions
============== ===============
1.8 2.7, 3.2, 3.3, 3.4, 3.5
1.8 2.7, 3.2 (until the end of 2016), 3.3, 3.4, 3.5
**1.9, 1.10** **2.7, 3.4, 3.5**
============== ===============