summaryrefslogtreecommitdiff
path: root/tests/forms_tests/field_tests/test_datefield.py
Commit message (Expand)AuthorAgeFilesLines
* Fixed #34424 -- Fixed SelectDateWidget crash for inputs raising OverflowError.Jure Slak2023-03-221-0/+12
* Refs #34434 -- Added assertion for cleaning 0-0-0 for forms.DateField.Jure Slak2023-03-221-0/+2
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-071-81/+102
* Fixed #32873 -- Deprecated settings.USE_L10N.Claude Paroz2021-09-141-4/+1
* Changed django.forms.ValidationError imports to django.core.exceptions.Valida...François Freitag2020-04-281-3/+2
* Fixed #30578 - Made SelectDateWidget respect a custom date format when USE_L1...Shubham Bhagat2019-06-261-1/+1
* Fixed #29038 -- Removed closing slash from HTML void tags.Jon Dufresne2018-01-211-1/+1
* Fixed a forms test after updated translations.Tim Graham2017-05-311-1/+1
* Refs #23919 -- Removed encoding preambles and future importsClaude Paroz2017-01-181-1/+0
* Fixed #26533 -- Renamed Widget._format_value() to format_value().Tim Graham2016-04-231-4/+4
* Split form's test_fields.py into different files.Berker Peksag2016-04-111-4/+83
* Rewrote form widget tests as proper unittests.Preston Timmons2015-08-311-0/+111