summaryrefslogtreecommitdiff
path: root/docs/topics/install.txt
diff options
context:
space:
mode:
authorAymeric Augustin <aymeric.augustin@m4x.org>2013-07-01 11:52:00 +0200
committerAymeric Augustin <aymeric.augustin@m4x.org>2013-07-01 11:52:37 +0200
commit3fd8eb1a276fa452293112562463898de7351139 (patch)
treed963c1705df851fe26db3c94cb3fc5a591aad4d7 /docs/topics/install.txt
parent8b8b2f2fc7a4a79a7a18305c77d287809004c59e (diff)
Stopped branding Python 3 support as experimental.
Forward-port of 0de21a6 from stable/1.6.x.
Diffstat (limited to 'docs/topics/install.txt')
-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 1c99dc5d5a..505d51a846 100644
--- a/docs/topics/install.txt
+++ b/docs/topics/install.txt
@@ -7,10 +7,8 @@ This document will get you up and running with Django.
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 from 3.2.3 to 3.3.
+Being a Python Web framework, Django requires Python. It works with Python 2.6,
+2.7, 3.2 or 3.3.
Get Python at http://www.python.org. If you're running Linux or Mac OS X, you
probably already have it installed.