1
0
mirror of https://github.com/django/django.git synced 2025-02-24 00:55:17 +00:00

Fixed a flake8 error

This commit is contained in:
Alex Gaynor 2013-12-05 08:08:34 -06:00
parent 8209906a0e
commit cbf8e8aa12

View File

@ -165,7 +165,7 @@ class OperationTests(MigrationTestBase):
"Pony",
"height",
models.FloatField(null=True, default=4),
preserve_default = False,
preserve_default=False,
)
new_state = project_state.clone()
operation.state_forwards("test_adflpd", new_state)