diff options
| author | Sergey Fedoseev <fedoseev.sergey@gmail.com> | 2015-10-24 09:03:54 +0500 |
|---|---|---|
| committer | Claude Paroz <claude@2xlibre.net> | 2015-10-24 10:53:48 +0200 |
| commit | 310049a5ae2324788f5756b18aace648cc3c97de (patch) | |
| tree | 87fb1ee89561b946da717f2400ede09daaa84214 /docs | |
| parent | a1b9737aeaed4e218e264369e2f6591c8c03aafd (diff) | |
Fixed #25603 -- Made clear that geometry's SRID is meant in docs for GEOSGeometry.transform.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/ref/contrib/gis/geos.txt | 2 |
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`` --------- |
