From 9c1f501d7b392db84fe1b0f0e74947e806d7eefb Mon Sep 17 00:00:00 2001 From: Claude Paroz Date: Wed, 17 Dec 2014 22:00:05 +0100 Subject: Fixed #24014 -- Unified OGRException and GDALException Thanks Tim Graham for the review. --- docs/releases/1.8.txt | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'docs') diff --git a/docs/releases/1.8.txt b/docs/releases/1.8.txt index 5b4d8d2df3..9c8fd3b5dc 100644 --- a/docs/releases/1.8.txt +++ b/docs/releases/1.8.txt @@ -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` ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ -- cgit v1.3