﻿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
12138	django.contrib.auth assumes all applications are hosted in their top level package	tiberiu_ichim	nobody	"File ""django/contrib/auth/models.py"", line 283, in get_profile has 
{{{
app_label, model_name = settings.AUTH_PROFILE_MODULE.split('.')
}}}

What if I want my AUTH_PROFILE_MODULE to be 
{{{
AUTH_PROFILE_MODULE = 'pinax.apps.basic_profiles.Profile'
}}}

Of course, it's not possible. Seems like a basic design mistake of that piece of code.
"		closed	Uncategorized	1.1		invalid			Unreviewed	0	0	0	0	0	0
