summaryrefslogtreecommitdiff
path: root/docs/faq
diff options
context:
space:
mode:
authorKaren Tracey <kmtracey@gmail.com>2010-08-05 11:29:18 +0000
committerKaren Tracey <kmtracey@gmail.com>2010-08-05 11:29:18 +0000
commit91d64a5a09f112ea4155bdb1d254124666025477 (patch)
tree6e7fd960421c244585acf7e87025a0212f37d4c5 /docs/faq
parentd302a60c8db81087c8c425cb6583c88055ad921b (diff)
[1.2.X] Fixed #14062: Corrected a stray reference to 2.6 as the high level for supported Pythons. Thanks aesmail.
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@13481 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/faq')
-rw-r--r--docs/faq/install.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/faq/install.txt b/docs/faq/install.txt
index 0139a82a67..f5feb98aff 100644
--- a/docs/faq/install.txt
+++ b/docs/faq/install.txt
@@ -19,7 +19,7 @@ What are Django's prerequisites?
--------------------------------
Django requires Python_, specifically any version of Python from 2.4
-through 2.6. No other Python libraries are required for basic Django
+through 2.7. No other Python libraries are required for basic Django
usage.
For a development environment -- if you just want to experiment with Django --