summaryrefslogtreecommitdiff
path: root/tests/forms_tests/widget_tests/test_select.py
Commit message (Expand)AuthorAgeFilesLines
* Refs #32339 -- Added use_fieldset to Widget.David2022-03-301-1/+18
* Refs #33476 -- Refactored code to strictly match 88 characters line length.Mariusz Felisiak2022-02-071-4/+8
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-071-142/+233
* Fixed #32873 -- Deprecated settings.USE_L10N.Claude Paroz2021-09-141-1/+1
* Used more specific unittest assertions in tests.Nick Pope2019-10-291-3/+3
* Corrected several typos in string literals and test names.Min ho Kim2019-08-071-1/+1
* Fixed #29200 -- Fixed label rendering when using RadioSelect and CheckboxSele...Tim Graham2018-03-151-0/+5
* Fixed #28176 -- Restored the uncasted option value in ChoiceWidget template c...Tim Graham2017-06-171-0/+6
* Fixed #28157 -- Fixed choice ordering in form fields with grouped and non-gro...Tim Graham2017-05-031-29/+67
* Fixed #28075 -- Prevented ChoiceWidget from localizing option values.Jon Dufresne2017-04-211-0/+30
* Refs #23919 -- Removed encoding preambles and future importsClaude Paroz2017-01-181-3/+0
* Fixed #27370 -- Prevented Select widget from using 'required' with a non-empt...Josef Rousek2016-12-281-0/+20
* Fixed #15667 -- Added template-based widget rendering.Preston Timmons2016-12-271-0/+62
* Fixed #27256 -- Changed Select widget's selected attribute to use HTML5 boole...Jon Dufresne2016-09-211-12/+12
* Fixed #25731 -- Removed unused choices kwarg for Select.render()jpic2016-02-021-30/+14
* Rewrote form widget tests as proper unittests.Preston Timmons2015-08-311-0/+250