diff options
| author | Aymeric Augustin <aymeric.augustin@m4x.org> | 2013-07-01 12:01:25 +0200 |
|---|---|---|
| committer | Aymeric Augustin <aymeric.augustin@m4x.org> | 2013-07-01 12:01:59 +0200 |
| commit | a763915a03579868c6abdc5cdffbb4c398dc52ee (patch) | |
| tree | 9b9459994fe66c1805d66a3a460ece97e4c84c3a /docs/faq | |
| parent | 3fd8eb1a276fa452293112562463898de7351139 (diff) | |
Bumped minimum Python version requirement to 2.7 in Django 1.7.
Diffstat (limited to 'docs/faq')
| -rw-r--r-- | docs/faq/install.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/faq/install.txt b/docs/faq/install.txt index 2c7c35299b..be45012961 100644 --- a/docs/faq/install.txt +++ b/docs/faq/install.txt @@ -16,8 +16,8 @@ How do I get started? What are Django's prerequisites? -------------------------------- -Django requires Python, specifically Python 2.6.5 - 2.7.x, or 3.2.3 and above. -No other Python libraries are required for basic Django usage. +Django requires Python, specifically Python 2.7 or 3.2 and above. No other +Python libraries are required for basic Django usage. For a development environment -- if you just want to experiment with Django -- you don't need to have a separate Web server installed; Django comes with its @@ -50,8 +50,8 @@ Django version Python versions 1.3 2.4, 2.5, 2.6, 2.7 1.4 2.5, 2.6, 2.7 1.5 2.6, 2.7 and 3.2, 3.3 (experimental) -**1.6** **2.6, 2.7** and **3.2, 3.3** -*1.7 (future)* *2.7* and *3.2, 3.3* +1.6 2.6, 2.7 and 3.2, 3.3 +**1.7** **2.7** and **3.2, 3.3** ============== =============== For a given series of Python versions, only the latest release is officially |
