summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorClaude Paroz <claude@2xlibre.net>2014-11-22 12:20:17 +0100
committerClaude Paroz <claude@2xlibre.net>2014-11-22 13:26:49 +0100
commit45920594842e51c6a0ab2c31f7c69064f93d5161 (patch)
treece46c9f95b76f3981241edcde37b7829040f79ce /docs
parentcc5aa809e2519366e9df6581e5990ac4b41b0e24 (diff)
[1.7.x] Updated an old note about GEOSGeometry.transform
Backport of b0a58b9085b from master.
Diffstat (limited to 'docs')
-rw-r--r--docs/ref/contrib/gis/geos.txt12
1 files changed, 2 insertions, 10 deletions
diff --git a/docs/ref/contrib/gis/geos.txt b/docs/ref/contrib/gis/geos.txt
index db9d04099d..3103768b1b 100644
--- a/docs/ref/contrib/gis/geos.txt
+++ b/docs/ref/contrib/gis/geos.txt
@@ -550,16 +550,8 @@ is returned instead.
.. note::
- Requires GDAL.
-
-.. note::
-
- Prior to 1.3, this method would silently no-op if GDAL was not available.
- Now, a :class:`~django.contrib.gis.geos.GEOSException` is raised as
- application code relying on this behavior is in error. In addition,
- use of this method when the SRID is ``None`` or less than 0 now also generates
- a :class:`~django.contrib.gis.geos.GEOSException`.
-
+ Requires GDAL. Raises :class:`~django.contrib.gis.geos.GEOSException` if
+ GDAL is not available or if the SRID is ``None`` or less than 0.
``Point``
---------