Ticket #23077: new-23077.diff
File new-23077.diff, 470 bytes (added by , 10 years ago) |
---|
-
django/core/management/commands/migrate.py
diff --git a/django/core/management/commands/migrate.py b/django/core/management/commands/migrate.py index aa0be3a..1f2c5a6 100644
a b class Command(BaseCommand): 139 139 database=db, 140 140 reset_sequences=False, 141 141 inhibit_post_migrate=True, 142 load_initial_data=False, 142 143 ) 143 144 144 145 # Migrate!