From 2f13a48f333ff6f4bf1fd6c22c082cd0e9120ed8 Mon Sep 17 00:00:00 2001 From: Tim Graham Date: Thu, 18 Dec 2014 11:55:33 -0500 Subject: [PATCH] [1.7.x] Removed need to update Python version support note on each new release. Backport of 0c06f06131c613dc4173c83ea17c68c31835fc71 from master --- docs/faq/install.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/faq/install.txt b/docs/faq/install.txt index e83bc56f86..e2e993adb0 100644 --- a/docs/faq/install.txt +++ b/docs/faq/install.txt @@ -49,9 +49,9 @@ Django version Python versions **1.7, 1.8** **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 (August 1st, 2014), the latest -release in the 2.7 series is 2.7.8. +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 `_. What Python version should I use with Django? ---------------------------------------------