FX wrote: >Hi Folks, >Our application (we believe it's the first public launched web site >powered by django in China, http://www.ifaxian.com/) makes use of the >Extended User Model as described in the wiki, but I can't find the >"replaces_module" option anymore in the m-r branch. Could it still be >done by some other ways. (Sorry if it's a silly question, I'm just >getting started with migration to the m-r branch). > > Myself recently moved to MR I had to recode it with my User model with OneToOneField to auth's User. Now everywhere in my project I have to explicitely access "request.user.user" (or "somemodel.user.core_user" backwards). It's not at all convenient but it works.
AFAIK this is what's supposed to be covered by inheritance (http://code.djangoproject.com/wiki/ModelInheritance) --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@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-users -~----------~----~----~----~------~----~------~--~---