diff options
| author | Ramiro Morales <cramm0@gmail.com> | 2011-06-09 20:01:28 +0000 |
|---|---|---|
| committer | Ramiro Morales <cramm0@gmail.com> | 2011-06-09 20:01:28 +0000 |
| commit | dff31de20aac85e4f4834c2466762cbf23fc0a7b (patch) | |
| tree | 6d7d6756f53eb599b81827bf097f24cfb1ed7b54 /docs/intro/install.txt | |
| parent | da0c7cd7778ee99a31587276faee30e94a8255ae (diff) | |
Fixed #16155 -- Removed Python 2.4 compatibility constructs from code and mentions from docs. Thanks Aymeric Augustin for the report and patch.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@16349 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/intro/install.txt')
| -rw-r--r-- | docs/intro/install.txt | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/docs/intro/install.txt b/docs/intro/install.txt index 0b4cf87938..6bf5b705fb 100644 --- a/docs/intro/install.txt +++ b/docs/intro/install.txt @@ -10,13 +10,11 @@ Install Python -------------- Being a Python Web framework, Django requires Python. 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 :doc:`the Django FAQ </faq/install>` for more -information on supported Python versions and the 3.0 transition), but we -recommend installing Python 2.5 or later. If you do so, you won't need to set -up a database just yet: Python 2.5 or later includes a lightweight database -called SQLite_. +version from 2.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. .. _sqlite: http://sqlite.org/ |
