diff options
| author | Aymeric Augustin <aymeric.augustin@m4x.org> | 2013-07-01 11:52:00 +0200 |
|---|---|---|
| committer | Aymeric Augustin <aymeric.augustin@m4x.org> | 2013-07-01 11:52:37 +0200 |
| commit | 3fd8eb1a276fa452293112562463898de7351139 (patch) | |
| tree | d963c1705df851fe26db3c94cb3fc5a591aad4d7 /docs/intro/install.txt | |
| parent | 8b8b2f2fc7a4a79a7a18305c77d287809004c59e (diff) | |
Stopped branding Python 3 support as experimental.
Forward-port of 0de21a6 from stable/1.6.x.
Diffstat (limited to 'docs/intro/install.txt')
| -rw-r--r-- | docs/intro/install.txt | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/docs/intro/install.txt b/docs/intro/install.txt index 3cbc8d88ab..40375e5eca 100644 --- a/docs/intro/install.txt +++ b/docs/intro/install.txt @@ -9,9 +9,8 @@ that'll work while you walk through the introduction. Install Python -------------- -Being a Python Web framework, Django requires Python. It works with any Python -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 +Being a Python Web framework, Django requires Python. It works with Python 2.6, +2.7, 3.2 or 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/ |
