diff options
| author | James Bennett <ubernostrum@gmail.com> | 2008-12-10 01:52:08 +0000 |
|---|---|---|
| committer | James Bennett <ubernostrum@gmail.com> | 2008-12-10 01:52:08 +0000 |
| commit | 7030ab9a72ea590b359c22644e45edaf05dd8b5c (patch) | |
| tree | 7d0f89bd689400ff38b30a65596162ceeac71e77 /docs/faq/install.txt | |
| parent | 280236eacd7a4bae1775d587581be418128f7a3f (diff) | |
Yet another place where we claim to support 2.3 and up
git-svn-id: http://code.djangoproject.com/svn/django/trunk@9635 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/faq/install.txt')
| -rw-r--r-- | docs/faq/install.txt | 5 |
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 |
