summaryrefslogtreecommitdiff
path: root/docs/topics
diff options
context:
space:
mode:
authorAymeric Augustin <aymeric.augustin@m4x.org>2012-09-07 17:12:11 -0400
committerAymeric Augustin <aymeric.augustin@m4x.org>2012-09-07 17:12:11 -0400
commit7435cc0167d1edad7bf02f89e6494189327f0109 (patch)
treea1c6c759db161eee9848a43337538535470f0469 /docs/topics
parentb865009d414a0f6fd0c0f5ad7434b2c13eb761c7 (diff)
Updated install docs to reflect Python 3 status.
Closes #17452.
Diffstat (limited to 'docs/topics')
-rw-r--r--docs/topics/install.txt6
1 files changed, 2 insertions, 4 deletions
diff --git a/docs/topics/install.txt b/docs/topics/install.txt
index a11a44baa1..890c5e3195 100644
--- a/docs/topics/install.txt
+++ b/docs/topics/install.txt
@@ -9,10 +9,8 @@ Install Python
Being a Python Web framework, Django requires Python.
-It works with any Python version from 2.6.5 to 2.7 (due to backwards
-incompatibilities in Python 3.0, Django does not currently work with
-Python 3.0; see :doc:`the Django FAQ </faq/install>` for more
-information on supported Python versions and the 3.0 transition).
+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.
Get Python at http://www.python.org. If you're running Linux or Mac OS X, you
probably already have it installed.