﻿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
4155	[enhancement] Allow Subclassing Models in ORM	David Cramer <dcramer@…>	Adrian Holovaty	"The ORM is following subclassed models to their base classes.

http://dpaste.com/hold/9045/

In theory, this would create the new table (based on all of the old models structure) with syncdb, which it does. You would then be able to access this new model just like the old one, but the data would be in the new table.

However, it is not doing so, it is accessing data from the ""Spell"" table in this example, when calling any of the ORM functions for TmpSpell"		closed	Database layer (models, ORM)	0.96		duplicate			Unreviewed	0	0	0	0	0	0
