diff options
| author | Preston Holmes <preston@ptone.com> | 2012-07-13 17:30:45 +0200 |
|---|---|---|
| committer | Claude Paroz <claude@2xlibre.net> | 2012-07-13 17:33:13 +0200 |
| commit | 18b9dc41543616ba5b15d0400564e665b76701d1 (patch) | |
| tree | 8bf3b7bc4e3d764c8fc24083347fcbc9fc5483dd /docs/intro/install.txt | |
| parent | 8c670ee34714acffbc64e5cafd1e664fb8341a37 (diff) | |
Fixed #18601 -- Specified that Python minimum version is 2.6.5
This is due to a bug in previous Python 2.6 versions related to
unicode keyword arguments.
Diffstat (limited to 'docs/intro/install.txt')
| -rw-r--r-- | docs/intro/install.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/intro/install.txt b/docs/intro/install.txt index 41339b5f11..7e8c7db7b3 100644 --- a/docs/intro/install.txt +++ b/docs/intro/install.txt @@ -10,7 +10,7 @@ Install Python -------------- Being a Python Web framework, Django requires Python. It works with any Python -version from 2.6 to 2.7 (due to backwards incompatibilities in Python 3.0, +version from 2.6.5 to 2.7 (due to backwards incompatibilities in Python 3.0, Django does not currently work with Python 3.0; see :doc:`the Django FAQ </faq/install>` for more information on supported Python versions and the 3.0 transition), these versions of Python include a lightweight database called |
