Migrating quietly, not iteratively, that comment should say!
This commit is contained in:
parent
51dcfb5682
commit
993f0a9321
@ -233,5 +233,5 @@ class MigrationManager(object):
|
|||||||
Install all migrations that need to be installed, quietly.
|
Install all migrations that need to be installed, quietly.
|
||||||
"""
|
"""
|
||||||
for migration_number, migration_func in self.iteratively_migrate():
|
for migration_number, migration_func in self.iteratively_migrate():
|
||||||
# No need to say anything... we're just migrating iteratively.
|
# No need to say anything... we're just migrating quietly.
|
||||||
pass
|
pass
|
||||||
|
Loading…
x
Reference in New Issue
Block a user