summaryrefslogtreecommitdiff
path: root/tests/test_exceptions/test_validation_error.py
AgeCommit message (Collapse)Author
2022-02-07Refs #33476 -- Reformatted code with Black.django-bot
2020-07-29Fixed #28507 -- Made ValidationError.__eq__() ignore messages and params ↵David Smith
ordering. Co-authored-by: caleb logan <clogan202@gmail.com>
2014-11-20Reduced reduce() usage; refs #23796.Brad Walker
django.core.exceptions.ValidationError.messages() and django.db.backends.schema.BaseDatabaseSchemaEditor._alter_field(): Replaced reduce(operator.add, ...) w/uncoupled, explicit sum()
2014-11-20Added test for ValidationError.messagesBrad Walker