Thanks for your answers, I will stick with the official 
django.contrib.auth.models.

On Monday, November 5, 2012 11:59:16 PM UTC+1, Russell Keith-Magee wrote:
>
>
> On Mon, Nov 5, 2012 at 7:50 PM, André Dieb <andre...@gmail.com<javascript:>
> > wrote:
>
>> From what I see on django's source code (dev), there used to be an import 
>> of django.contrib.auth.models.User inside django.contrib.admin.models, 
>> which means the answer to your question may be: there was no difference.
>>
>> Incorrect - there *is* a difference. The import from admin is a side 
> effect caused by admin's usage of the auth app; the auth import is the 
> official location. As a result, the import from admin is not supported, and 
> may be removed at any time without warning. Unless you like surprises, 
> stick to the auth import.
>
> Yours,
> Russ Magee %-)
>
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/django-users/-/zqB_NH_N8cgJ.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to