﻿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
2289	sqlall etc. don't work on models within a package	adurdin@…	Adrian Holovaty	"I was trying to split my models.py out into separate modules to prevent it becoming too monolithic, so I created a models package.  I moved some of the classes into models/__init__.py, and the other I split off into several other modules in the models package.

Now when trying to update the database for the new models I've created, I found that `manage.py sql <appname>` only outputs sql for the classes in models/__init__.py, and not for any of the other modules."	defect	closed	Database layer (models, ORM)		normal	wontfix			Unreviewed	0	0	0	0	0	0
