diff options
| author | Tim Graham <timograham@gmail.com> | 2014-12-18 11:55:33 -0500 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2014-12-18 11:55:33 -0500 |
| commit | 0c06f06131c613dc4173c83ea17c68c31835fc71 (patch) | |
| tree | 43a3e6caa1c2ee1fdad49d20c9279db1491bfd25 /docs/faq | |
| parent | 9bcd4d812ca698fd3a2de8c52cae8e63c261e628 (diff) | |
Removed need to update Python version support note on each new release.
Diffstat (limited to 'docs/faq')
| -rw-r--r-- | docs/faq/install.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/faq/install.txt b/docs/faq/install.txt index f25dd1acf7..50957c65e6 100644 --- a/docs/faq/install.txt +++ b/docs/faq/install.txt @@ -49,9 +49,9 @@ Django version Python versions 1.9 2.7, 3.3, 3.4, 3.5 ============== =============== -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 <https://www.python.org/downloads/>`_. What Python version should I use with Django? --------------------------------------------- |
