1
0
mirror of https://github.com/django/django.git synced 2025-06-05 11:39:13 +00:00

[1.8.x] Simplified wording of Python support policy.

Backport of 256aebbdaad1a82ae55fc2e59df9064cb90a61c3 from master
This commit is contained in:
Tim Graham 2015-06-22 12:06:23 -04:00
parent 6aa618bae3
commit bb8f69e901

View File

@ -55,10 +55,10 @@ supported. You can find the latest micro version for each series on the `Python
download page <https://www.python.org/downloads/>`_. download page <https://www.python.org/downloads/>`_.
Typically, we will support a Python version up to and including the first Typically, we will support a Python version up to and including the first
Django LTS release that will receive security updates until after security Django LTS release whose security support ends after security support for that
support for that version of Python ends. For example, Python 3.3 security version of Python ends. For example, Python 3.3 security support ends September
support ends September 2017 and Django 1.8 LTS security support ends April 2017 and Django 1.8 LTS security support ends April 2018. Therefore Django 1.8
2018. Therefore Django 1.8 is the last version to support Python 3.3. is the last version to support Python 3.3.
What Python version should I use with Django? What Python version should I use with Django?
--------------------------------------------- ---------------------------------------------