summaryrefslogtreecommitdiff
path: root/docs/faq
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2014-12-18 11:55:33 -0500
committerTim Graham <timograham@gmail.com>2014-12-18 11:58:31 -0500
commitab6df6419c4659ff4b3d4c218f2a2a1d89288c68 (patch)
treed3c0f8c67fc52660e8a3f2f90300d3c3d04743bb /docs/faq
parent79561e7c3bee245f388fa57d995fc402357611ba (diff)
[1.6.x] Removed need to update Python version support note on each new release.
Backport of 0c06f06131c613dc4173c83ea17c68c31835fc71 from master
Diffstat (limited to 'docs/faq')
-rw-r--r--docs/faq/install.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/faq/install.txt b/docs/faq/install.txt
index 9aa88b3b9e..81975a888c 100644
--- a/docs/faq/install.txt
+++ b/docs/faq/install.txt
@@ -50,9 +50,9 @@ Django version Python versions
*1.7 (future)* *2.7* and *3.2, 3.3, 3.4*
============== ===============
-For a given series of Python versions, only the latest release is officially
-supported. For instance, at the time of writing (April 1st, 2014), the latest
-release in the 2.7 series is 2.7.6.
+For each version of Python, only the latest micro release (A.B.C) is officially
+supported. You can find the latest micro version for each series on the `Python
+download page <https://www.python.org/downloads/>`_.
What Python version should I use with Django?
---------------------------------------------