summaryrefslogtreecommitdiff
path: root/tests/forms_tests/field_tests/test_datefield.py
AgeCommit message (Expand)Author
2025-07-23Refs #36500 -- Rewrapped long docstrings and block comments via a script.django-bot
2023-03-22Fixed #34424 -- Fixed SelectDateWidget crash for inputs raising OverflowError.Jure Slak
2023-03-22Refs #34434 -- Added assertion for cleaning 0-0-0 for forms.DateField.Jure Slak
2022-02-07Refs #33476 -- Reformatted code with Black.django-bot
2021-09-14Fixed #32873 -- Deprecated settings.USE_L10N.Claude Paroz
2020-04-28Changed django.forms.ValidationError imports to django.core.exceptions.Valida...François Freitag
2019-06-26Fixed #30578 - Made SelectDateWidget respect a custom date format when USE_L1...Shubham Bhagat
2018-01-21Fixed #29038 -- Removed closing slash from HTML void tags.Jon Dufresne
2017-05-31Fixed a forms test after updated translations.Tim Graham
2017-01-18Refs #23919 -- Removed encoding preambles and future importsClaude Paroz
2016-04-23Fixed #26533 -- Renamed Widget._format_value() to format_value().Tim Graham
2016-04-11Split form's test_fields.py into different files.Berker Peksag
2015-08-31Rewrote form widget tests as proper unittests.Preston Timmons