1
0
mirror of https://github.com/django/django.git synced 2025-10-29 16:46:11 +00:00

[1.8.x] Cleaned up docstring style, per Tim Graham review.

Backport of 57dbc87ade from master.
This commit is contained in:
Carl Meyer
2015-06-03 19:21:23 -06:00
parent feed5ad2a0
commit 2358c1e5d7
2 changed files with 2 additions and 8 deletions

View File

@@ -187,7 +187,6 @@ class MigrationExecutor(object):
all its replaced migrations applied. In this case no new migration will
be applied, but we still want to correctly maintain the applied state
of the squash migration.
"""
applied = self.recorder.applied_migrations()
for key, migration in self.loader.replacements.items():