2017-05-06 21:42:25 +08:00
|
|
|
===========================
|
|
|
|
Django 1.11.2 release notes
|
|
|
|
===========================
|
|
|
|
|
|
|
|
*Under development*
|
|
|
|
|
|
|
|
Django 1.11.2 fixes several bugs in 1.11.1.
|
|
|
|
|
|
|
|
Bugfixes
|
|
|
|
========
|
|
|
|
|
2017-05-08 22:59:16 +08:00
|
|
|
* Added detection for GDAL 2.1 and 2.0, and removed detection for unsupported
|
|
|
|
versions 1.7 and 1.8 (:ticket:`28181`).
|
2017-05-08 21:42:06 +08:00
|
|
|
|
|
|
|
* 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`).
|
2017-04-30 07:10:43 +08:00
|
|
|
|
|
|
|
* Fixed ``django.utils.http.is_safe_url()`` crash on invalid IPv6 URLs
|
|
|
|
(:ticket:`28142`).
|