summaryrefslogtreecommitdiff
path: root/tests/forms_tests/widget_tests/test_checkboxselectmultiple.py
AgeCommit message (Expand)Author
2018-01-21Fixed #29038 -- Removed closing slash from HTML void tags.Jon Dufresne
2017-04-21Fixed #28075 -- Prevented ChoiceWidget from localizing option values.Jon Dufresne
2017-01-23Fixed #27761 -- Fixed quote location in multiple_input.html forms templates.Jon Dufresne
2016-11-22Fixed #27250 -- Removed 'for ="..."' from CheckboxSelectMultiple's <label>.Diego Martín
2016-09-30Refs #27186 -- Fixed model form default fallback for CheckboxSelectMultiple.Tim Graham
2016-08-12Fixed #27037 -- Prevented required attribute on ClearableFileInput when initi...Jon Dufresne
2016-08-04Fixed #26928 -- Changed forms' checked attribute to HTML5 boolean style.Jon Dufresne
2016-04-28Refs #15667 -- Removed choices argument from some RendererMixin methods.Tim Graham
2015-08-31Rewrote form widget tests as proper unittests.Preston Timmons