summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/1.11.12.txt4
1 files changed, 4 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`)