mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
Fixed #24014 -- Unified OGRException and GDALException
Thanks Tim Graham for the review.
This commit is contained in:
@@ -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`
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
|
||||
|
||||
Reference in New Issue
Block a user