mirror of https://github.com/django/django.git
[1.8.x] Fixed #25603 -- Made clear that geometry's SRID is meant in docs for GEOSGeometry.transform.
Backport of 310049a5a
from master.
This commit is contained in:
parent
d83454fbf2
commit
b609296ab2
|
@ -552,7 +552,7 @@ is returned instead.
|
||||||
.. note::
|
.. note::
|
||||||
|
|
||||||
Requires GDAL. Raises :class:`~django.contrib.gis.geos.GEOSException` if
|
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``
|
``Point``
|
||||||
---------
|
---------
|
||||||
|
|
Loading…
Reference in New Issue