ChaosKCW wrote:
> As far as I know I dont access request.user. But I still got the error
> which is why I asked about it being required. I do have session
> middleware installed, so I am guessing that session middleware accesses
> request.user then ?

Someone correct me if I'm wrong.  I don't think the session middleware
accesses request.user, but it looks like the auth context processor
(django.core.context_processors.auth) does when it sets the 'messages'
context variable.


--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to