summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2017-05-08 09:42:06 -0400
committerTim Graham <timograham@gmail.com>2017-05-08 12:26:10 -0400
commitb3e56da05061c75755475651fd57a10314e952a7 (patch)
treef0af7be64198ee1d112c47b04adf918e92737404 /docs
parent7fdbd253365f934d2910de3bfd756616c306bc14 (diff)
[1.11.x] Fixed #28178 -- Changed contrib.gis to raise ImproperlyConfigured if gdal isn't installed.
Backport of c2975910a5bc2729c2de01eb5b84777fa59551e1 from master
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/1.11.2.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/releases/1.11.2.txt b/docs/releases/1.11.2.txt
index 12c03558cc..f4d1398094 100644
--- a/docs/releases/1.11.2.txt
+++ b/docs/releases/1.11.2.txt
@@ -11,3 +11,7 @@ Bugfixes
* Added detection for GDAL 2.1 and 2.0, and removed detection for unsupported
versions 1.7 and 1.8 (:ticket:`28181`).
+
+* Changed ``contrib.gis`` to raise ``ImproperlyConfigured`` rather than
+ ``GDALException`` if ``gdal`` isn't installed, to allow third-party apps to
+ catch that exception (:ticket:`28178`).