index
:
django.git
fix-31295
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
forms_tests
/
widget_tests
/
test_checkboxselectmultiple.py
Age
Commit message (
Expand
)
Author
2022-03-30
Refs #32339 -- Added use_fieldset to Widget.
David
2022-02-07
Refs #33476 -- Refactored code to strictly match 88 characters line length.
Mariusz Felisiak
2022-02-07
Refs #33476 -- Reformatted code with Black.
django-bot
2021-12-09
Refs #32338 -- Added Boundfield.legend_tag().
David Smith
2021-09-14
Fixed #32873 -- Deprecated settings.USE_L10N.
Claude Paroz
2021-08-27
Refs #32338 -- Made RadioSelect/CheckboxSelectMultiple render in <div> tags.
David Smith
2020-09-22
Corrected docstring quotes in various code.
Mariusz Felisiak
2018-04-02
Fixed #29273 -- Prevented initial selection of empty choice in multiple choic...
Claude Paroz
2018-01-21
Fixed #29038 -- Removed closing slash from HTML void tags.
Jon Dufresne
2017-04-21
Fixed #28075 -- Prevented ChoiceWidget from localizing option values.
Jon Dufresne
2017-01-23
Fixed #27761 -- Fixed quote location in multiple_input.html forms templates.
Jon Dufresne
2016-11-22
Fixed #27250 -- Removed 'for ="..."' from CheckboxSelectMultiple's <label>.
Diego MartÃn
2016-09-30
Refs #27186 -- Fixed model form default fallback for CheckboxSelectMultiple.
Tim Graham
2016-08-12
Fixed #27037 -- Prevented required attribute on ClearableFileInput when initi...
Jon Dufresne
2016-08-04
Fixed #26928 -- Changed forms' checked attribute to HTML5 boolean style.
Jon Dufresne
2016-04-28
Refs #15667 -- Removed choices argument from some RendererMixin methods.
Tim Graham
2015-08-31
Rewrote form widget tests as proper unittests.
Preston Timmons