summaryrefslogtreecommitdiff
path: root/tests/forms_tests/field_tests/test_splitdatetimefield.py
AgeCommit message (Expand)Author
2020-04-28Changed django.forms.ValidationError imports to django.core.exceptions.Valida...François Freitag
2017-01-20Refs #23919 -- Simplified assertRaisesRegex()'s that accounted for Python 2.Tim Graham
2017-01-18Refs #23919 -- Removed encoding preambles and future importsClaude Paroz
2016-12-07Fixed #27579 -- Added aliases for Python 3's assertion names in SimpleTestCase.Tim Graham
2016-09-17Refs #27025 -- Fixed "invalid escape sequence" warnings in Python 3.6.Tim Graham
2016-04-11Split form's test_fields.py into different files.Berker Peksag