On 1/17/07, James Bennett <[EMAIL PROTECTED]> wrote: ...
Or he's using a version of Django prior to revision 3754, which fixed a subtle bug in the way request.user is set up. Applying this diff should clear up the problem:
Ah, for clarity, that existed on trunk from [2809] (magic-removal) to [3764]. In Django prior to magic-removal, the auth middleware wasn't separate, and the request handler itself set up the request.user attribute. *whew* --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

