summaryrefslogtreecommitdiff
path: root/tests/forms_tests/field_tests/test_splitdatetimefield.py
Commit message (Expand)AuthorAgeFilesLines
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-071-28/+47
* Fixed #33235 -- Removed "for = ..." from MultiWidget's <label>.David Smith2021-11-051-1/+14
* Changed django.forms.ValidationError imports to django.core.exceptions.Valida...François Freitag2020-04-281-1/+2
* Refs #23919 -- Simplified assertRaisesRegex()'s that accounted for Python 2.Tim Graham2017-01-201-2/+2
* Refs #23919 -- Removed encoding preambles and future importsClaude Paroz2017-01-181-2/+0
* Fixed #27579 -- Added aliases for Python 3's assertion names in SimpleTestCase.Tim Graham2016-12-071-3/+2
* Refs #27025 -- Fixed "invalid escape sequence" warnings in Python 3.6.Tim Graham2016-09-171-2/+2
* Split form's test_fields.py into different files.Berker Peksag2016-04-111-0/+64