﻿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
2373	Add support for multiple profile modules	david@…	Adrian Holovaty	I would like to change AUTH_PROFILE_MODULE to AUTH_PROFILE_MODULES. This would allow a project that has multiple optional applications to have a per-application profile. The get_profile() in django.contrib.auth would need to be updated to iterate through all of the supplied modules and combine all of the returned profile items as one comprehensive profile. I'm not familiar with the format of what model._default_manager.get(user__id__exact=self.id) would return, so I'm not sure this would be possible without further modifications there.	enhancement	closed	Contrib apps		normal	wontfix			Unreviewed	0	0	0	0	0	0
