1
0
mirror of https://github.com/django/django.git synced 2025-10-31 09:41:08 +00:00

Fixed #27993 -- Fixed model form default fallback for SelectMultiple.

This commit is contained in:
heathervm
2017-03-31 07:10:08 -07:00
committed by Tim Graham
parent a0d29a9abe
commit 7d1e237753
6 changed files with 42 additions and 10 deletions

View File

@@ -11,3 +11,6 @@ Bugfixes
* Made admin's ``RelatedFieldWidgetWrapper`` use the wrapped widget's
``value_omitted_from_data()`` method (:ticket:`27905`).
* Fixed model form ``default`` fallback for ``SelectMultiple``
(:ticket:`27993`).