summaryrefslogtreecommitdiff
path: root/tests/forms_tests/widget_tests/test_datetimeinput.py
Commit message (Expand)AuthorAgeFilesLines
* Refs #32873 -- Removed settings.USE_L10N per deprecation timeline.Mariusz Felisiak2023-01-171-35/+0
* 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-1/+4
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-071-24/+50
* Fixed #32873 -- Deprecated settings.USE_L10N.Claude Paroz2021-09-141-8/+15
* Fixed #29038 -- Removed closing slash from HTML void tags.Jon Dufresne2018-01-211-8/+8
* Rewrote form widget tests as proper unittests.Preston Timmons2015-08-311-0/+63