Skip to content

Commit 0d8432d

Browse files
committed
Documented minimal python 3.2 version.
1 parent f975c48 commit 0d8432d

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

docs/faq/install.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ What are Django's prerequisites?
1818

1919
Django requires Python, specifically Python 2.6.5 - 2.7.x. No other Python
2020
libraries are required for basic Django usage. Django 1.5 also has
21-
experimental support for Python 3.2 and above.
21+
experimental support for Python 3.2.3 and above.
2222

2323
For a development environment -- if you just want to experiment with Django --
2424
you don't need to have a separate Web server installed; Django comes with its
@@ -69,14 +69,14 @@ Django version Python versions
6969
1.2 2.4, 2.5, 2.6, 2.7
7070
1.3 2.4, 2.5, 2.6, 2.7
7171
**1.4** **2.5, 2.6, 2.7**
72-
*1.5 (future)* *2.6, 2.7* and *3.2, 3.3 (experimental)*
72+
*1.5 (future)* *2.6, 2.7* and *3.2.3, 3.3 (experimental)*
7373
============== ===============
7474

7575
Can I use Django with Python 3?
7676
-------------------------------
7777

78-
Django 1.5 introduces experimental support for Python 3.2 and 3.3. However, we
79-
don't yet suggest that you use Django and Python 3 in production.
78+
Django 1.5 introduces experimental support for Python 3.2.3 and above. However,
79+
we don't yet suggest that you use Django and Python 3 in production.
8080

8181
Python 3 support should be considered a "preview". It's offered to bootstrap
8282
the transition of the Django ecosystem to Python 3, and to help you start

docs/topics/install.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Install Python
1010
Being a Python Web framework, Django requires Python.
1111

1212
It works with any Python version from 2.6.5 to 2.7. It also features
13-
experimental support for versions 3.2 and 3.3.
13+
experimental support for versions from 3.2.3 to 3.3.
1414

1515
Get Python at http://www.python.org. If you're running Linux or Mac OS X, you
1616
probably already have it installed.

0 commit comments

Comments
 (0)