On 3/5/06, ChaosKCW <[EMAIL PROTECTED]> wrote: > > Hi > > This worked. I take it Request User Middleware is now always required ?
Not necessarily, but if you ever plan on accessing request.user it is. request.user should probably return None or raise a better error (probably AttributeError, or maybe a warning that the RequestUserMiddleware isn't installed). I'll most likely just copy what request.session does if the session middleware isn't installed. The existing error is pretty cryptic. It will be fixed before magic-removal is merged. Joseph --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---