mirror of
https://github.com/django/django.git
synced 2025-07-24 13:44:32 +00:00
Fixed #19874: Apply id attribute to the outer <ul> of CheckboxSelectMultiple
This commit is contained in:
parent
3f05c70be0
commit
844fbc85c1
4 changed files with 10 additions and 4 deletions
|
@ -648,6 +648,11 @@ Selector and checkbox widgets
|
|||
...
|
||||
</ul>
|
||||
|
||||
.. versionchanged:: 1.6
|
||||
|
||||
The outer ``<ul>`` container will now receive the ``id`` attribute defined on
|
||||
the widget.
|
||||
|
||||
.. _file-upload-widgets:
|
||||
|
||||
File upload widgets
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue