Migrating quietly, not iteratively, that comment should say!

This commit is contained in:
Christopher Allan Webber 2011-07-09 14:51:48 -05:00
parent 51dcfb5682
commit 993f0a9321

View File

@ -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