summaryrefslogtreecommitdiff
path: root/docs/ref
diff options
context:
space:
mode:
authorSergey Fedoseev <fedoseev.sergey@gmail.com>2015-10-24 09:03:54 +0500
committerClaude Paroz <claude@2xlibre.net>2015-10-24 10:55:13 +0200
commite6220b49f5167b0b72d16b1acc05a481f2164b79 (patch)
treeb2ca2b55858e24a319872dd9ce440ba038b3e0cd /docs/ref
parent488538e55e8f32c00f43f66367a63a4e6a56e1c6 (diff)
[1.9.x] Fixed #25603 -- Made clear that geometry's SRID is meant in docs for GEOSGeometry.transform.
Backport of 310049a5a from master.
Diffstat (limited to 'docs/ref')
-rw-r--r--docs/ref/contrib/gis/geos.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/contrib/gis/geos.txt b/docs/ref/contrib/gis/geos.txt
index 47f815d4cb..c9979b415a 100644
--- a/docs/ref/contrib/gis/geos.txt
+++ b/docs/ref/contrib/gis/geos.txt
@@ -552,7 +552,7 @@ is returned instead.
.. note::
Requires GDAL. Raises :class:`~django.contrib.gis.geos.GEOSException` if
- GDAL is not available or if the SRID is ``None`` or less than 0.
+ GDAL is not available or if the geometry's SRID is ``None`` or less than 0.
``Point``
---------