#2373: Add support for multiple profile modules
------------------------------------+---------------------------------------
 Reporter:  [EMAIL PROTECTED]  |       Owner:  adrian
     Type:  enhancement             |      Status:  new   
 Priority:  normal                  |   Milestone:        
Component:  Contrib apps            |     Version:        
 Severity:  normal                  |    Keywords:        
------------------------------------+---------------------------------------
 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.

-- 
Ticket URL: <http://code.djangoproject.com/ticket/2373>
Django <http://code.djangoproject.org/>
The web framework for perfectionists with deadlines.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to django-updates@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-updates
-~----------~----~----~----~------~----~------~--~---

Reply via email to