Fixed #24014 -- Unified OGRException and GDALException

Thanks Tim Graham for the review.
This commit is contained in:
Claude Paroz 2014-12-17 22:00:05 +01:00
parent 4fb38b7307
commit 9c1f501d7b
23 changed files with 98 additions and 94 deletions

View file

@ -161,6 +161,10 @@ Minor features
* Compatibility shims for ``SpatialRefSys`` and ``GeometryColumns`` changed in
Django 1.2 have been removed.
* All GDAL-related exceptions are now raised with ``GDALException``. The former
``OGRException`` has been kept for backwards compatibility but should not be
used any longer.
:mod:`django.contrib.messages`
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^