summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2017-04-15 13:55:33 -0400
committerTim Graham <timograham@gmail.com>2017-04-20 11:07:54 -0400
commit2f358d32ec4197d3fd7c246272ed2719d674c8d7 (patch)
tree242aa69ac5bc081df06de841beff227f69587478 /docs
parente6bfd3d751278d7cfd09af1120c4bbce509c05da (diff)
[1.11.x] Fixed #28059 -- Restored class attribute in <ul> of widgets that use multiple_input.html.
Regression in b52c73008a9d67e9ddbb841872dc15cdd3d6ee01 Backport of af1f986360dc6bb6e75e960dbc191707541128ac from master
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/1.11.1.txt4
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`).