1
0
mirror of https://github.com/django/django.git synced 2025-10-31 09:41:08 +00:00

Fixed #24724 -- Fixed GIS initialization crash on Windows.

This commit is contained in:
Tim Graham
2015-04-29 08:57:50 -04:00
parent 2c3ce26beb
commit 3c4fca271b
2 changed files with 43 additions and 38 deletions

View File

@@ -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
=============