django/tests/test_exceptions
Brad Walker cfa26f29bd Reduced reduce() usage; refs #23796.
django.core.exceptions.ValidationError.messages() and
django.db.backends.schema.BaseDatabaseSchemaEditor._alter_field():
Replaced reduce(operator.add, ...) w/uncoupled, explicit sum()
2014-11-20 14:31:14 -05:00
..
__init__.py Added test for ValidationError.messages 2014-11-20 14:31:14 -05:00
test_validation_error.py Reduced reduce() usage; refs #23796. 2014-11-20 14:31:14 -05:00