2018-03-19 14:49:16 +01:00
|
|
|
============================
|
|
|
|
Django 1.11.12 release notes
|
|
|
|
============================
|
|
|
|
|
2018-04-03 03:36:23 +02:00
|
|
|
*April 2, 2018*
|
2018-03-19 14:49:16 +01:00
|
|
|
|
2018-04-03 03:36:23 +02:00
|
|
|
Django 1.11.12 fixes two bugs in 1.11.11.
|
2018-03-19 14:49:16 +01:00
|
|
|
|
|
|
|
Bugfixes
|
|
|
|
========
|
|
|
|
|
2018-03-20 02:05:43 +01:00
|
|
|
* Fixed a regression in Django 1.11.8 where combining two annotated
|
|
|
|
``values_list()`` querysets with ``union()``, ``difference()``, or
|
|
|
|
``intersection()`` crashed due to mismatching columns (:ticket:`29229`).
|
2018-03-30 11:55:33 +02:00
|
|
|
|
|
|
|
* Fixed a regression in Django 1.11 where an empty choice could be initially
|
|
|
|
selected for the ``SelectMultiple`` and ``CheckboxSelectMultiple`` widgets
|
2018-04-02 15:37:38 +02:00
|
|
|
(:ticket:`29273`).
|