Fixed #25502 -- Added supported Python versions in 1.7, 1.8 release notes.

This commit is contained in:
Tim Graham 2015-10-05 09:16:53 -04:00
parent 04ecc26223
commit b215a3ab63
2 changed files with 7 additions and 5 deletions

View File

@ -20,9 +20,11 @@ and some features have reached the end of their deprecation process and
Python compatibility Python compatibility
==================== ====================
Django 1.7 requires Python 2.7 or above, though we **highly recommend** Django 1.7 requires Python 2.7, 3.2, 3.3, or 3.4. We **highly recommend** and
the latest minor release. Support for Python 2.6 has been dropped and support only officially support the latest release of each series.
for Python 3.4 has been added.
Since Django 1.6, support for Python 2.6 has been dropped and support for
Python 3.4 has been added.
This change should affect only a small number of Django users, as most This change should affect only a small number of Django users, as most
operating-system vendors today are shipping Python 2.7 or newer as their default operating-system vendors today are shipping Python 2.7 or newer as their default

View File

@ -25,8 +25,8 @@ release date of Django 1.8.
Python compatibility Python compatibility
==================== ====================
Like Django 1.7, Django 1.8 requires Python 2.7 or above, though we Like Django 1.7, Django 1.8 requires Python 2.7, 3.2, 3.3, or 3.4. We **highly
**highly recommend** the latest minor release. recommend** and only officially support the latest release of each series.
What's new in Django 1.8 What's new in Django 1.8
======================== ========================