summaryrefslogtreecommitdiff
path: root/docs/faq/install.txt
diff options
context:
space:
mode:
authorPaul McMillan <Paul@McMillan.ws>2010-08-09 22:11:28 +0000
committerPaul McMillan <Paul@McMillan.ws>2010-08-09 22:11:28 +0000
commita2e30a41dd00baaa85f0162934327ff0e3dfce51 (patch)
treea9a2cc7f7e2c31df860c8b0619c97f65a8273503 /docs/faq/install.txt
parent6c7baa96d84d33c8d02d8899f462255d805d695e (diff)
[soc2010/test-refactor] Merged back up to trunk
git-svn-id: http://code.djangoproject.com/svn/django/branches/soc2010/test-refactor@13566 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/faq/install.txt')
-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 --