﻿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
13667	Multiple profile models via AUTH_PROFILE_MODULES (proposal)	Alexandru Plugaru	nobody	"I was developing a few apps that required some data stored to users profile. Since now there can be only one model that can be used as a profile and the way around it is somewhat ugly, I've made some changes to get_profile method. In settings instead of:


{{{
AUTH_PROFILE_MODULE = ""app_label.model""
}}}

you can do this:


{{{
AUTH_PROFILE_MODULES = (""app_label1.model"", ""app_label2.model"", )
}}}
"		closed	Contrib apps	1.2		wontfix	user auth profile multiple		Unreviewed	1	1	1	1		
