summaryrefslogtreecommitdiff
path: root/tests/forms_tests/field_tests/test_uuidfield.py
AgeCommit message (Expand)Author
2022-02-07Refs #33476 -- Reformatted code with Black.django-bot
2020-09-25Added assertions for cleaning None values for forms.JSONField and forms.UUIDF...David Smith
2020-04-28Changed django.forms.ValidationError imports to django.core.exceptions.Valida...François Freitag
2018-08-18Refs #29426 -- Made UUIDField render values with dashes.Tim Graham
2017-07-29Used assertRaisesMessage() to test Django's error messages.Mads Jensen
2017-01-18Refs #23919 -- Removed encoding preambles and future importsClaude Paroz
2016-06-16Fixed #26747 -- Used more specific assertions in the Django test suite.Jon Dufresne
2016-04-11Split form's test_fields.py into different files.Berker Peksag