﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
19570	call_command option kwargs differ from command line options	leftmoose	nobody	"when used with call_command, certain management commands use keywords differing from the command line options, 

e.g. 
{{{
./manage.py flush --no-initial-data
}}}

needs to be called with 


{{{
call_command('flush', load_initial_data=False)
}}}

Maybe the docs (for {{{call_command}}}) should be updated to reflect this. (Though not sure what advice to give beyond ""read the source""). Alternatively, we chould add notes to each option where the names differ, but that seems messy."	Cleanup/optimization	closed	Core (Management commands)	dev	Normal	duplicate	call_command, docs	Areski Belaid	Accepted	1	1	0	0	0	0
