diff options
| author | Tim Graham <timograham@gmail.com> | 2017-04-15 13:55:33 -0400 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2017-04-20 10:06:34 -0400 |
| commit | af1f986360dc6bb6e75e960dbc191707541128ac (patch) | |
| tree | 19f6cf7d729cb8a454bb57df9cd9dc277a3bd338 /docs | |
| parent | 43b4a1618ed85151494d68778a1bb6304ce1cb79 (diff) | |
Fixed #28059 -- Restored class attribute in <ul> of widgets that use multiple_input.html.
Regression in b52c73008a9d67e9ddbb841872dc15cdd3d6ee01
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/1.11.1.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/releases/1.11.1.txt b/docs/releases/1.11.1.txt index d60c9e33e4..53c43443aa 100644 --- a/docs/releases/1.11.1.txt +++ b/docs/releases/1.11.1.txt @@ -36,3 +36,7 @@ Bugfixes * Allowed prefetch calls on managers with custom ``ModelIterable`` subclasses (:ticket:`28096`). + +* Restored the output of the ``class`` attribute in the ``<ul>`` of widgets + that use the ``multiple_input.html`` template. This fixes + ``ModelAdmin.radio_fields`` with ``admin.HORIZONTAL`` (:ticket:`28059`). |
