I'm trying to understand how does request.user work. Looking into the source code of the HttpRequest class (https:// code.djangoproject.com/browser/django/trunk/django/http/ __init__.py#L135) there is no "user" attribute for HttpRequest.
So where is the "user" attribute defined? And which code is responsible to assign an User instance to that attribute? Thanks -- You received this message because you are subscribed to the Google Groups "Django users" 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/django-users?hl=en.

