summaryrefslogtreecommitdiff
path: root/django
diff options
context:
space:
mode:
authorCarl Meyer <carl@oddbird.net>2015-06-03 19:21:23 -0600
committerCarl Meyer <carl@oddbird.net>2015-06-03 19:21:23 -0600
commit2358c1e5d771ab09ec555ffc8c3c46d56507293e (patch)
tree2226edce88301434de7e91951edeadf4fdd0e421 /django
parentfeed5ad2a07223d14f8304920fa761c972559b07 (diff)
[1.8.x] Cleaned up docstring style, per Tim Graham review.
Backport of 57dbc87ade5533d78089690ec7795034ff69177a from master.
Diffstat (limited to 'django')
-rw-r--r--django/db/migrations/executor.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/django/db/migrations/executor.py b/django/db/migrations/executor.py
index 39ed2e4d3d..aeb021e33c 100644
--- a/django/db/migrations/executor.py
+++ b/django/db/migrations/executor.py
@@ -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():