summaryrefslogtreecommitdiff
path: root/tests/forms_tests/field_tests/test_durationfield.py
AgeCommit message (Expand)Author
2022-02-07Refs #33476 -- Reformatted code with Black.django-bot
2021-12-20Fixed #33368 -- Fixed parse_duration() crash on invalid separators for decima...mendespedro
2020-04-07Completed test coverage for forms.DurationField.to_python().David Smith
2018-08-08Fixed #29623 -- Fixed translation failure of DurationField's "overflow" error...Tim Graham
2017-10-25Fixed #28474 -- Made DurationField raise ValidationError for inputs that rais...Srinivas Reddy Thatiparthy
2017-01-18Refs #23919 -- Removed encoding preambles and future importsClaude Paroz
2016-04-21Fixed #22383 -- Added support for HTML5 required attribute on required form f...Jon Dufresne
2016-04-11Split form's test_fields.py into different files.Berker Peksag