@@ -18,7 +18,7 @@ What are Django's prerequisites?
1818
1919Django requires Python, specifically Python 2.6.5 - 2.7.x. No other Python
2020libraries 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
2323For a development environment -- if you just want to experiment with Django --
2424you don't need to have a separate Web server installed; Django comes with its
@@ -69,14 +69,14 @@ Django version Python versions
69691.2 2.4, 2.5, 2.6, 2.7
70701.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
7575Can 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
8181Python 3 support should be considered a "preview". It's offered to bootstrap
8282the transition of the Django ecosystem to Python 3, and to help you start
0 commit comments