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:56:13 +0200 |
| commit | b609296ab2aff4d1d5e645fbae872c48d4452903 (patch) | |
| tree | 135911efded027c196dbdc7e86aed24dae311a5a | |
| parent | d83454fbf2eb677fa54bcb5f7ab10d5007b6a147 (diff) | |
[1.8.x] Fixed #25603 -- Made clear that geometry's SRID is meant in docs for GEOSGeometry.transform.
Backport of 310049a5a from master.
| -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 6cb467d615..f856a96723 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`` --------- |
