Occasionally, I get this error in my email:

Traceback (most recent call last):

  File "/usr/lib/python2.6/site-packages/django/core/handlers/
base.py", line 86, in get_response
    response = callback(request, *callback_args, **callback_kwargs)

  File "/usr/lib/python2.6/site-packages/django/contrib/auth/
decorators.py", line 66, in __call__
    if self.test_func(request.user):

AttributeError: 'WSGIRequest' object has no attribute 'user'


Any ideas why this would occur?  It doesn't happen all the time.
We're using django using apache 2 + mod_wsgi.

Scott

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