diff options
| author | Claude Paroz <claude@2xlibre.net> | 2018-03-30 11:55:33 +0200 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2018-04-02 08:52:53 -0400 |
| commit | f3b69f9757ec03057441ebbd52b7cdbfed31fb32 (patch) | |
| tree | 35a3bca434e63f5df23a5ba39c0f841f376f7b66 /docs/releases | |
| parent | d31a248c641e42c1afdbbd93d6d4607dbae779d4 (diff) | |
Fixed #29273 -- Prevented initial selection of empty choice in multiple choice widgets.
Regression in b52c73008a9d67e9ddbb841872dc15cdd3d6ee01.
Diffstat (limited to 'docs/releases')
| -rw-r--r-- | docs/releases/1.11.12.txt | 4 | ||||
| -rw-r--r-- | docs/releases/2.0.4.txt | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/docs/releases/1.11.12.txt b/docs/releases/1.11.12.txt index 64130c065e..186c18be58 100644 --- a/docs/releases/1.11.12.txt +++ b/docs/releases/1.11.12.txt @@ -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`) diff --git a/docs/releases/2.0.4.txt b/docs/releases/2.0.4.txt index d27ccf98bc..c0b51d257f 100644 --- a/docs/releases/2.0.4.txt +++ b/docs/releases/2.0.4.txt @@ -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`) |
