2017-05-06 09:42:25 -04:00
|
|
|
===========================
|
|
|
|
Django 1.11.2 release notes
|
|
|
|
===========================
|
|
|
|
|
|
|
|
*Under development*
|
|
|
|
|
|
|
|
Django 1.11.2 fixes several bugs in 1.11.1.
|
|
|
|
|
|
|
|
Bugfixes
|
|
|
|
========
|
|
|
|
|
2017-05-08 10:59:16 -04: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 09:42:06 -04: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-29 19:10:43 -04:00
|
|
|
|
|
|
|
* Fixed ``django.utils.http.is_safe_url()`` crash on invalid IPv6 URLs
|
|
|
|
(:ticket:`28142`).
|
2017-05-11 21:04:52 -04:00
|
|
|
|
|
|
|
* Fixed regression causing pickling of model fields to crash (:ticket:`28188`).
|
2017-05-15 06:22:58 +08:00
|
|
|
|
|
|
|
* Fixed ``django.contrib.auth.authenticate()`` when multiple authentication
|
|
|
|
backends don't accept a positional ``request`` argument (:ticket:`28207`).
|
2017-05-12 18:01:30 +02:00
|
|
|
|
|
|
|
* Fixed introspection of index field ordering on PostgreSQL (:ticket:`28197`).
|
2017-05-19 12:47:10 -04:00
|
|
|
|
|
|
|
* Fixed a regression where ``Model._state.adding`` wasn't set correctly on
|
|
|
|
multi-table inheritance parent models after saving a child model
|
|
|
|
(:ticket:`28210`).
|
2017-05-22 22:00:02 -04:00
|
|
|
|
|
|
|
* Allowed ``DjangoJSONEncoder`` to serialize
|
|
|
|
``django.utils.deprecation.CallableBool`` (:ticket:`28230`).
|