mirror of
https://github.com/django/django.git
synced 2025-01-11 02:46:13 +00:00
Removed unused options copy in flush
This was used at the time the 'database' option did not default to DEFAULT_DB_ALIAS in make_option.
This commit is contained in:
parent
6d3b0c33dc
commit
0657646cb8
@ -82,8 +82,6 @@ The full error: %s""" % (connection.settings_dict['NAME'], e))
|
||||
emit_post_sync_signal(set(all_models), verbosity, interactive, db)
|
||||
|
||||
# Reinstall the initial_data fixture.
|
||||
kwargs = options.copy()
|
||||
kwargs['database'] = db
|
||||
if options.get('load_initial_data'):
|
||||
# Reinstall the initial_data fixture.
|
||||
call_command('loaddata', 'initial_data', **options)
|
||||
|
Loading…
Reference in New Issue
Block a user