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