From 310049a5ae2324788f5756b18aace648cc3c97de Mon Sep 17 00:00:00 2001 From: Sergey Fedoseev Date: Sat, 24 Oct 2015 09:03:54 +0500 Subject: [PATCH] Fixed #25603 -- Made clear that geometry's SRID is meant in docs for GEOSGeometry.transform. --- docs/ref/contrib/gis/geos.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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`` ---------