﻿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
8108	"Abstract Base Classes Shouldn't Trigger Auto-""app_label"" Generation"	brooks.travis@…	nobody	"For some reason, importing an abstract base class causes Django to try and create an ""app_label"" for it. This isn't an issue, apparently, for ABCs defined in an app-level models.py module, but it causes an error (IndexError) if the ABC is in a top-level module in the python path. The current ""fix"" is to either move the ABC into an app's models.py file (not good for code re-use/separation) or supply a value for ""app_label"" in the ABC's class Meta. Perhaps adding a test to app_label generation that tests for _meta.abstract and skips on True might be a good idea?"	Bug	closed	Database layer (models, ORM)	dev	Normal	fixed	app_label, abstract-base-class	brooks.travis@…	Accepted	0	0	0	0	0	0
