summaryrefslogtreecommitdiff
path: root/tests/forms_tests/field_tests/test_durationfield.py
AgeCommit message (Expand)Author
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