mirror of https://github.com/django/django.git
Fixed #25603 -- Made clear that geometry's SRID is meant in docs for GEOSGeometry.transform.
This commit is contained in:
parent
a1b9737aea
commit
310049a5ae
|
@ -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``
|
||||
---------
|
||||
|
|
Loading…
Reference in New Issue