summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGabriel Hurley <gabehr@gmail.com>2010-10-23 22:29:53 +0000
committerGabriel Hurley <gabehr@gmail.com>2010-10-23 22:29:53 +0000
commitd269738f41d1eb2fb66d1c7bf376f44845aea22d (patch)
treed0d4c6faf0a4fb111623341e38587215e545ef84
parent74fe39764647a4447e18fe7f44374f12ed20025f (diff)
[1.2.X] Fixed #14526 -- Updated wording regarding the minimum Python version required for GeoDjango. Thanks to PaulM for the report.
Backport of [14335] from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@14336 bcc190cf-cafb-0310-a4f2-bffc1f526a37
-rw-r--r--docs/ref/contrib/gis/install.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/ref/contrib/gis/install.txt b/docs/ref/contrib/gis/install.txt
index a62e6aaf80..fa8e34c268 100644
--- a/docs/ref/contrib/gis/install.txt
+++ b/docs/ref/contrib/gis/install.txt
@@ -36,10 +36,10 @@ Requirements
Python 2.4+
-----------
-Because of heavy use of the decorator syntax, Python 2.4 is minimum
-version supported by GeoDjango. Python 2.5+ is recommended because the
-`ctypes`__ module comes included; otherwise, 2.4 users will need to
-`download and install ctypes`__.
+
+Python 2.4 is the minimum version supported by Django, however Python 2.5+ is
+recommended because the `ctypes`__ module comes included; otherwise, 2.4 users
+will need to `download and install ctypes`__.
__ http://docs.python.org/lib/module-ctypes.html
__ http://sourceforge.net/projects/ctypes/files/