﻿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
29501	Add support for ./manage.py dbshell -c SQL	Artem Skoretskiy	Adam Johnson	"At the moment you cannot run specific SQL directly with `dbshell`:

{{{
./manage.py dbshell -c ""select * from auth_group""
}}}

You have to use pipes, that are not always convenient:

{{{
echo ""select * from auth_group"" | ./manage.py dbshell
}}}

If we add `-c` argument, it would be in sync with `shell` command, where you could provide commands already."	New feature	closed	Core (Management commands)	dev	Normal	fixed		tonn81@… Zijian He	Ready for checkin	1	0	0	0	0	0
