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:
@@ -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():
|
||||
|
||||
Reference in New Issue
Block a user