summaryrefslogtreecommitdiff
path: root/tests/forms_tests/widget_tests/test_radioselect.py
Commit message (Expand)AuthorAgeFilesLines
* Refs #32339 -- Added use_fieldset to Widget.David2022-03-301-1/+24
* Refs #33476 -- Refactored code to strictly match 88 characters line length.Mariusz Felisiak2022-02-071-29/+62
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-071-22/+47
* Fixed #32873 -- Deprecated settings.USE_L10N.Claude Paroz2021-09-141-1/+1
* Refs #32338 -- Made RadioSelect/CheckboxSelectMultiple render in <div> tags.David Smith2021-08-271-67/+65
* Fixed #29200 -- Fixed label rendering when using RadioSelect and CheckboxSele...Tim Graham2018-03-151-1/+14
* Fixed #29038 -- Removed closing slash from HTML void tags.Jon Dufresne2018-01-211-27/+27
* Fixed #28075 -- Prevented ChoiceWidget from localizing option values.Jon Dufresne2017-04-211-0/+31
* Fixed #28059 -- Restored class attribute in <ul> of widgets that use multiple...Tim Graham2017-04-201-0/+15
* Fixed #27920 -- Restored empty RadioSelect choice producing value=""Claude Paroz2017-03-141-1/+3
* Fixed #26928 -- Changed forms' checked attribute to HTML5 boolean style.Jon Dufresne2016-08-041-4/+4
* Refs #15667 -- Removed choices argument from some RendererMixin methods.Tim Graham2016-04-281-6/+6
* Rewrote form widget tests as proper unittests.Preston Timmons2015-08-311-0/+84