diff options
| author | Claude Paroz <claude@2xlibre.net> | 2012-04-12 16:35:28 +0000 |
|---|---|---|
| committer | Claude Paroz <claude@2xlibre.net> | 2012-04-12 16:35:28 +0000 |
| commit | 844e56e21aa45a4bf1c549129e46f7d7959c74d8 (patch) | |
| tree | d60f62c705bef0b6eda95712e7674da36e99cc3c /docs | |
| parent | cbc411571aac8299dc2a0c98d0366a972d5d5f6a (diff) | |
Fixed #18039 -- Changed geometry transform without a SRID raise a GEOSException.
This was planned in the official deprecation timeline for 1.5.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17903 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/ref/contrib/gis/geos.txt | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/docs/ref/contrib/gis/geos.txt b/docs/ref/contrib/gis/geos.txt index a82ac87acf..9fceda32d0 100644 --- a/docs/ref/contrib/gis/geos.txt +++ b/docs/ref/contrib/gis/geos.txt @@ -542,9 +542,8 @@ is returned instead. 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 generates - a warning because a :class:`~django.contrib.gis.geos.GEOSException` will - be raised instead in version 1.5. + use of this method when the SRID is ``None`` or less than 0 now also generates + a :class:`~django.contrib.gis.geos.GEOSException`. ``Point`` |
