Hi,

I have a project with multiple user types. That means: Multiple profiles.

Since i don't have one AUTH_PROFILE_MODULE i can't use get_profile(). I
think i could do a intermediate M2M table but i don't want this overload and
i loose user_profile cache (Because in this scenery M2M table is cached but
not profile)

To solve this issue i wrote a simple patch for contrib/auth/models.py.
[Patch is attached] that add one var to get_profile so you can choose your
profile table dinamically.

Is there another solution for this?

Regards,
-- 
Martín Conte Mac Donell
http://www.catartico.com

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django developers" group.
To post to this group, send email to django-developers@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-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Attachment: auth.models.patch
Description: Binary data

Reply via email to