mirror of
https://github.com/django/django.git
synced 2025-08-03 18:38:50 +00:00
Fixed #24014 -- Unified OGRException and GDALException
Thanks Tim Graham for the review.
This commit is contained in:
parent
4fb38b7307
commit
9c1f501d7b
23 changed files with 98 additions and 94 deletions
|
@ -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`
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue