summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJames Bennett <ubernostrum@gmail.com>2008-12-10 01:53:02 +0000
committerJames Bennett <ubernostrum@gmail.com>2008-12-10 01:53:02 +0000
commit349405009f4b3127d69e4b07d2ec62ad047b41e9 (patch)
tree931f60529a89fe197294a8700247b6892bf825e5 /docs
parent24a1900b3699fe883b027cfacfd7fe9ff117491f (diff)
[1.0.X] Yet another place where we claim to support 2.3 and up. Was [9635] in trunk.
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@9636 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs')
-rw-r--r--docs/faq/install.txt5
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/faq/install.txt b/docs/faq/install.txt
index 061505f502..7a8754f5c6 100644
--- a/docs/faq/install.txt
+++ b/docs/faq/install.txt
@@ -18,8 +18,9 @@ How do I get started?
What are Django's prerequisites?
--------------------------------
-Django requires Python_ 2.3 or later. No other Python libraries are required
-for basic Django usage.
+Django requires Python_, specifically any version of Python from 2.3
+through 2.6. No other Python libraries are required for basic Django
+usage.
For a development environment -- if you just want to experiment with Django --
you don't need to have a separate Web server installed; Django comes with its