summaryrefslogtreecommitdiff
path: root/docs/faq
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2015-06-22 12:06:23 -0400
committerTim Graham <timograham@gmail.com>2015-06-22 12:07:53 -0400
commit256aebbdaad1a82ae55fc2e59df9064cb90a61c3 (patch)
tree84f061d09c607c90328dd5e12f6e1da8f44df415 /docs/faq
parente75b614640c206bf6d0b1c9d32c54434ea719582 (diff)
Simplified wording of Python support policy.
Diffstat (limited to 'docs/faq')
-rw-r--r--docs/faq/install.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/faq/install.txt b/docs/faq/install.txt
index 38b01a4d6b..ac4fac28f1 100644
--- a/docs/faq/install.txt
+++ b/docs/faq/install.txt
@@ -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/>`_.
Typically, we will support a Python version up to and including the first
-Django LTS release that will receive security updates until after security
-support for that version of Python ends. For example, Python 3.3 security
-support ends September 2017 and Django 1.8 LTS security support ends April
-2018. Therefore Django 1.8 is the last version to support Python 3.3.
+Django LTS release whose security support ends after security support for that
+version of Python ends. For example, Python 3.3 security support ends September
+2017 and Django 1.8 LTS security support ends April 2018. Therefore Django 1.8
+is the last version to support Python 3.3.
What Python version should I use with Django?
---------------------------------------------