summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorClaude Paroz <claude@2xlibre.net>2014-12-17 22:00:05 +0100
committerClaude Paroz <claude@2xlibre.net>2014-12-18 11:28:17 +0100
commit9c1f501d7b392db84fe1b0f0e74947e806d7eefb (patch)
treeeb741fb47b57343479e4f5cd1ba1cd5a896ee570 /docs
parent4fb38b73073dcd54f4af41a2af14dbc36f5d9f33 (diff)
Fixed #24014 -- Unified OGRException and GDALException
Thanks Tim Graham for the review.
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/1.8.txt4
1 files changed, 4 insertions, 0 deletions
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`
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^