run_new_migrations() makes more sense

This commit is contained in:
Christopher Allan Webber 2011-07-09 17:21:47 -05:00
parent 363fc97259
commit ec86d16a53

View File

@ -245,7 +245,7 @@ class MigrationManager(object):
self.set_current_migration(migration_number)
yield migration_number, migration_func
def run_outdated_migrations(self):
def run_new_migrations(self):
"""
Install all migrations that need to be installed, quietly.
"""