diff options
| author | Tim Graham <timograham@gmail.com> | 2015-04-29 08:57:50 -0400 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2015-05-01 16:18:53 -0400 |
| commit | d7ea279f76e79810e6ab2f9f42ca59f9a61c00b5 (patch) | |
| tree | 64e8e4f590c3bca075fc6808aba9958ce8735347 /docs | |
| parent | 77ed1548f200c2cd64b3e1c96ac884426bdcfa86 (diff) | |
[1.8.x] Fixed #24724 -- Fixed GIS initialization crash on Windows.
Backport of 3c4fca271bd6850d252c4b637871e597484804d1 from master
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/1.8.1.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/releases/1.8.1.txt b/docs/releases/1.8.1.txt index 59e19a4704..ef1e0bb636 100644 --- a/docs/releases/1.8.1.txt +++ b/docs/releases/1.8.1.txt @@ -84,6 +84,9 @@ Bugfixes ``ModelAdmin.filter_horizontal`` and ``filter_vertical`` options (:ticket:`24676`). +* Fixed `AttributeError: function 'GDALAllRegister' not found` error when + initializing ``contrib.gis`` on Windows. + Optimizations ============= |
