Kaydet (Commit) 0657646c authored tarafından Claude Paroz's avatar Claude Paroz

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.
üst 6d3b0c33
......@@ -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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment