• Brad Walker's avatar
    Reduced reduce() usage; refs #23796. · cfa26f29
    Brad Walker yazdı
    django.core.exceptions.ValidationError.messages() and
    django.db.backends.schema.BaseDatabaseSchemaEditor._alter_field():
    Replaced reduce(operator.add, ...) w/uncoupled, explicit sum()
    cfa26f29
test_validation_error.py 647 Bytes