Migrating quietly, not iteratively, that comment should say!
This commit is contained in:
@@ -233,5 +233,5 @@ class MigrationManager(object):
|
||||
Install all migrations that need to be installed, quietly.
|
||||
"""
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user