Commit 310049a5 authored by Sergey Fedoseev's avatar Sergey Fedoseev Committed by Claude Paroz
Browse files

Fixed #25603 -- Made clear that geometry's SRID is meant in docs for GEOSGeometry.transform.

parent a1b9737a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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``
---------