1
0
mirror of https://github.com/django/django.git synced 2025-10-31 09:41:08 +00:00

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

Backport of e6bd688ef3 from master
This commit is contained in:
Tim Graham
2015-12-07 14:27:16 -05:00
parent c341db1d83
commit 5eeb8edfbb
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**
============== ===============