diff options
| author | Justin Bronn <jbronn@gmail.com> | 2010-12-22 17:43:30 +0000 |
|---|---|---|
| committer | Justin Bronn <jbronn@gmail.com> | 2010-12-22 17:43:30 +0000 |
| commit | 5fddfda5593d0f8c244f640ae63a17035ade0e3e (patch) | |
| tree | 9e11eee1f3dfeed767ccc07db07c700a2d796195 /docs/internals | |
| parent | df4cb60004db5cbbe402233138f2f0c804a46f15 (diff) | |
Fixed #13788 -- `GEOSGeometry.transform` no longer silently no-ops when GDAL isn't available. Thanks, Rob Coup.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@15025 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/internals')
| -rw-r--r-- | docs/internals/deprecation.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/internals/deprecation.txt b/docs/internals/deprecation.txt index 54f40d027a..508e6f2a6e 100644 --- a/docs/internals/deprecation.txt +++ b/docs/internals/deprecation.txt @@ -147,6 +147,10 @@ their deprecation, as per the :ref:`Django deprecation policy The ``supports_inactive_user`` variable is not checked any longer and can be removed. + * :meth:`~django.contrib.gis.geos.GEOSGeometry.transform` will raise + a :class:`~django.contrib.gis.geos.GEOSException` when called + on a geometry with no SRID value. + * 2.0 * ``django.views.defaults.shortcut()``. This function has been moved to ``django.contrib.contenttypes.views.shortcut()`` as part of the |
