diff options
| author | Aymeric Augustin <aymeric.augustin@m4x.org> | 2012-09-07 17:12:11 -0400 |
|---|---|---|
| committer | Aymeric Augustin <aymeric.augustin@m4x.org> | 2012-09-07 17:12:11 -0400 |
| commit | 7435cc0167d1edad7bf02f89e6494189327f0109 (patch) | |
| tree | a1c6c759db161eee9848a43337538535470f0469 /docs/intro | |
| parent | b865009d414a0f6fd0c0f5ad7434b2c13eb761c7 (diff) | |
Updated install docs to reflect Python 3 status.
Closes #17452.
Diffstat (limited to 'docs/intro')
| -rw-r--r-- | docs/intro/install.txt | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/docs/intro/install.txt b/docs/intro/install.txt index 70c8034c5d..f9b122e62d 100644 --- a/docs/intro/install.txt +++ b/docs/intro/install.txt @@ -10,11 +10,9 @@ Install Python -------------- Being a Python Web framework, Django requires Python. It works with any Python -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 -SQLite_ so you won't need to set up a database just yet. +version from 2.6.5 to 2.7. It also features experimental support for versions +3.2 and 3.3. All these versions of Python include a lightweight database +called SQLite_ so you won't need to set up a database just yet. .. _sqlite: http://sqlite.org/ |
