﻿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
22775	Management command sqlall should support unmanaged models	jarshwah	nobody	"Unmanaged models are generally used with legacy database tables, but creating those models in a development environment is also a manual process. It'd be great if django was able to produce the sql for managed models if explicitly asked for.

loic84, akaariai and I discussed this in IRC and came up with:

{{{
./manage sqlall applabel --include-unmanaged
}}}

The include unmanaged would print the sql necessary to create the unmanaged models (along with the sql for the other models in that app)."	New feature	new	Core (Management commands)	dev	Normal		sqlall	loic84 Tim Graham	Accepted	0	0	0	0	0	0
