Ticket #23077: new-23077.diff

File new-23077.diff, 470 bytes (added by merb, 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):  
    139139                database=db,
    140140                reset_sequences=False,
    141141                inhibit_post_migrate=True,
     142                load_initial_data=False,
    142143            )
    143144
    144145        # Migrate!
Back to Top