[1.5.x] Documented minimal python 3.2 version.

Backport of 0d8432da55 from master.
This commit is contained in:
Florian Apolloner 2012-11-02 10:51:10 +01:00
parent 71dbc01ad7
commit 6b1f73113a
2 changed files with 5 additions and 5 deletions

View File

@ -18,7 +18,7 @@ What are Django's prerequisites?
Django requires Python, specifically Python 2.6.5 - 2.7.x. No other Python
libraries are required for basic Django usage. Django 1.5 also has
experimental support for Python 3.2 and above.
experimental support for Python 3.2.3 and above.
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
@ -69,14 +69,14 @@ Django version Python versions
1.2 2.4, 2.5, 2.6, 2.7
1.3 2.4, 2.5, 2.6, 2.7
**1.4** **2.5, 2.6, 2.7**
*1.5 (future)* *2.6, 2.7* and *3.2, 3.3 (experimental)*
*1.5 (future)* *2.6, 2.7* and *3.2.3, 3.3 (experimental)*
============== ===============
Can I use Django with Python 3?
-------------------------------
Django 1.5 introduces experimental support for Python 3.2 and 3.3. However, we
don't yet suggest that you use Django and Python 3 in production.
Django 1.5 introduces experimental support for Python 3.2.3 and above. However,
we don't yet suggest that you use Django and Python 3 in production.
Python 3 support should be considered a "preview". It's offered to bootstrap
the transition of the Django ecosystem to Python 3, and to help you start

View File

@ -10,7 +10,7 @@ Install Python
Being a Python Web framework, Django requires Python.
It works with any Python version from 2.6.5 to 2.7. It also features
experimental support for versions 3.2 and 3.3.
experimental support for versions from 3.2.3 to 3.3.
Get Python at http://www.python.org. If you're running Linux or Mac OS X, you
probably already have it installed.