﻿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
16665	Make sql clui commands consistent with dumpdata by allowing manage.py sql appname.Model	wim@…	Mark Barrett	"At the moment, dumpdata can dump data from apps or app.Models. 
usage of dumpdata is: 

{{{
./manage.py dumpdata <appname appname appname.Model ...>
}}}


My request is to make sql and sqlall and such commands use the same clui.
Now 

{{{
./manage.py sql <appname>
}}}
 works, 

{{{
./manage.py sql <appname appname appname.Model> 
}}}
does not.
"	New feature	closed	Core (Management commands)	1.3	Normal	wontfix			Accepted	0	0	0	0	0	0
