diff options
| author | Luke Plant <L.Plant.98@cantab.net> | 2010-07-05 17:07:50 +0000 |
|---|---|---|
| committer | Luke Plant <L.Plant.98@cantab.net> | 2010-07-05 17:07:50 +0000 |
| commit | 0f34c3dbf4544438833b3f0c5fd9670e5ffcceff (patch) | |
| tree | b118513ca803925a39b9f0a96474e8a74d38f3da /docs/topics | |
| parent | 910c0866f7ea6a1c923ca0290694d4f827eaab10 (diff) | |
Fixed #13880 - added 2.7 to list of supported versions of Python
Thanks Alex
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13423 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/topics')
| -rw-r--r-- | docs/topics/install.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/topics/install.txt b/docs/topics/install.txt index d53f49de46..2147a98931 100644 --- a/docs/topics/install.txt +++ b/docs/topics/install.txt @@ -11,7 +11,7 @@ Install Python Being a Python Web framework, Django requires Python. -It works with any Python version from 2.4 to 2.6 (due to backwards +It works with any Python version from 2.4 to 2.7 (due to backwards incompatibilities in Python 3.0, Django does not currently work with Python 3.0; see :ref:`the Django FAQ <faq-install>` for more information on supported Python versions and the 3.0 transition). |
