Issue 89: Enabling user profile customization
http://code.google.com/p/django-hotclub/issues/detail?id=89
New issue report by nicola.larosa:
Django allows one to choose the user profile model using the
AUTH_PROFILE_MODULE setting. However, the django_openidauth local
application does not use, directly instantiating profiles.Profile instead.
The attached patch uses the same logic that the
contrib.auth.models.User.get_profile method uses to select the profile
model.
(For the record, there's another direct instantiation of profiles.Profile
in a management command of the account local application, but that's only
used to convert old Profiles, so I'm leaving it alone.)
Attachments:
custom_profile.diff 1.5 KB
Issue attributes:
Status: New
Owner: ----
Labels: Type-Defect Priority-Medium
--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"pinax-updates" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/pinax-updates?hl=en
-~----------~----~----~----~------~----~------~--~---