[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
This commit is contained in:
James Bennett 2008-12-10 01:53:02 +00:00
parent 24a1900b36
commit 349405009f
1 changed files with 3 additions and 2 deletions

View File

@ -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