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