mirror of
https://github.com/django/django.git
synced 2025-08-03 18:38:50 +00:00
Fixed #29273 -- Prevented initial selection of empty choice in multiple choice widgets.
Regression in b52c73008a
.
This commit is contained in:
parent
d31a248c64
commit
f3b69f9757
5 changed files with 19 additions and 5 deletions
|
@ -12,3 +12,7 @@ Bugfixes
|
|||
* 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`).
|
||||
|
||||
* Fixed a regression in Django 1.11 where an empty choice could be initially
|
||||
selected for the ``SelectMultiple`` and ``CheckboxSelectMultiple`` widgets
|
||||
(:ticket:`29273`)
|
||||
|
|
|
@ -25,3 +25,7 @@ Bugfixes
|
|||
* 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`).
|
||||
|
||||
* Fixed a regression in Django 1.11 where an empty choice could be initially
|
||||
selected for the ``SelectMultiple`` and ``CheckboxSelectMultiple`` widgets
|
||||
(:ticket:`29273`)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue