summaryrefslogtreecommitdiff
path: root/tests/test_exceptions
Commit message (Collapse)AuthorAgeFilesLines
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-071-155/+239
|
* Fixed #28507 -- Made ValidationError.__eq__() ignore messages and params ↵David Smith2020-07-291-0/+269
| | | | | | ordering. Co-authored-by: caleb logan <clogan202@gmail.com>
* Reduced reduce() usage; refs #23796.Brad Walker2014-11-201-2/+2
| | | | | | django.core.exceptions.ValidationError.messages() and django.db.backends.schema.BaseDatabaseSchemaEditor._alter_field(): Replaced reduce(operator.add, ...) w/uncoupled, explicit sum()
* Added test for ValidationError.messagesBrad Walker2014-11-202-0/+16