2018-03-19 21:49:16 +08:00
|
|
|
============================
|
|
|
|
Django 1.11.12 release notes
|
|
|
|
============================
|
|
|
|
|
2018-04-03 09:36:23 +08:00
|
|
|
*April 2, 2018*
|
2018-03-19 21:49:16 +08:00
|
|
|
|
2018-04-03 09:36:23 +08:00
|
|
|
Django 1.11.12 fixes two bugs in 1.11.11.
|
2018-03-19 21:49:16 +08:00
|
|
|
|
|
|
|
Bugfixes
|
|
|
|
========
|
|
|
|
|
2018-03-20 09:05:43 +08: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 17:55:33 +08: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 21:37:38 +08:00
|
|
|
(:ticket:`29273`).
|