Re: AuthenticationMiddleware question

2008-07-14 Thread alex finn
Thank you so much Marty, that's what I need. --~--~-~--~~~---~--~~ 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, se

Re: AuthenticationMiddleware question

2008-07-14 Thread Marty Alchin
On Mon, Jul 14, 2008 at 10:12 AM, alex finn <[EMAIL PROTECTED]> wrote: > Can anybody explain me why django's AuthenticationMiddleware is > setting user attribute of request.__class__ and not of request itself? > What's the point of setting it on a class level rather then on the > instance level?

AuthenticationMiddleware question

2008-07-14 Thread alex finn
Can anybody explain me why django's AuthenticationMiddleware is setting user attribute of request.__class__ and not of request itself? What's the point of setting it on a class level rather then on the instance level? --~--~-~--~~~---~--~~ You received this message