summaryrefslogtreecommitdiff
path: root/tests/forms_tests/widget_tests/test_textinput.py
Commit message (Expand)AuthorAgeFilesLines
* Refs #32339 -- Added use_fieldset to Widget.David2022-03-301-1/+14
* Refs #33476 -- Refactored code to strictly match 88 characters line length.Mariusz Felisiak2022-02-071-3/+10
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-071-23/+56
* Fixed #29038 -- Removed closing slash from HTML void tags.Jon Dufresne2018-01-211-12/+12
* Refs #23919 -- Removed encoding preambles and future importsClaude Paroz2017-01-181-3/+0
* Fixed #27037 -- Prevented required attribute on ClearableFileInput when initi...Jon Dufresne2016-08-121-0/+6
* Rewrote form widget tests as proper unittests.Preston Timmons2015-08-311-0/+78