summaryrefslogtreecommitdiff
path: root/docs/topics
diff options
context:
space:
mode:
authorAymeric Augustin <aymeric.augustin@m4x.org>2013-07-01 12:01:25 +0200
committerAymeric Augustin <aymeric.augustin@m4x.org>2013-07-01 12:01:59 +0200
commita763915a03579868c6abdc5cdffbb4c398dc52ee (patch)
tree9b9459994fe66c1805d66a3a460ece97e4c84c3a /docs/topics
parent3fd8eb1a276fa452293112562463898de7351139 (diff)
Bumped minimum Python version requirement to 2.7 in Django 1.7.
Diffstat (limited to 'docs/topics')
-rw-r--r--docs/topics/install.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/topics/install.txt b/docs/topics/install.txt
index 505d51a846..9cf02d96de 100644
--- a/docs/topics/install.txt
+++ b/docs/topics/install.txt
@@ -7,8 +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 Python 2.6,
-2.7, 3.2 or 3.3.
+Being a Python Web framework, Django requires Python. It works with Python 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.