﻿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
14007	Automatically discover models within a package without using the app_label Meta attribute	mark@…	nobody	"Automatically figure out the app_label for a model by looking one level up from the package or module named 'models'.
If no such package or module exists, fall back to the behavior of looking one level up from
the module the model is defined in.

For 'django.contrib.sites.models', this would be 'sites'.[[BR]]
For 'geo.models.places' this would be 'geo'.[[BR]]
For 'polymorphic.polymorhpic_model' this would be 'polymorphic'.[[BR]]

This allows organization of models within a package named 'models' without having to specify the app_label Meta attribute for each model."	New feature	closed	Database layer (models, ORM)	1.2	Normal	fixed	sprintdec2010 package models model	aav django@… timograham@…	Accepted	1	0	0	0	0	0
