diff options
| author | Florian Apolloner <florian@apolloner.eu> | 2012-11-02 10:51:10 +0100 |
|---|---|---|
| committer | Florian Apolloner <florian@apolloner.eu> | 2012-11-02 10:51:10 +0100 |
| commit | 0d8432da552b2ddf2d2326edccae627dd05a414e (patch) | |
| tree | edda668c26e8283bc69a20e412fcfded5f94fbdb /docs/faq | |
| parent | f975c4857d4442bf3d7c4cf1c28d317d26a2e297 (diff) | |
Documented minimal python 3.2 version.
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 a772a379d5..a92c9d87ea 100644 --- a/docs/faq/install.txt +++ b/docs/faq/install.txt @@ -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 |
