From dff31de20aac85e4f4834c2466762cbf23fc0a7b Mon Sep 17 00:00:00 2001 From: Ramiro Morales Date: Thu, 9 Jun 2011 20:01:28 +0000 Subject: 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 --- docs/intro/install.txt | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) (limited to 'docs/intro') 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 ` 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 +` 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/ -- cgit v1.3