A heads up to those tracking magic-removal. I've just committed a change that renames RequestUserMiddleware to AutheticationMiddleware. You will need to update your settings.py files accordingly. request.user has been abstracted out of the mod_python and wsgi handlers entirely. Now, if you attempt to access request.user you will get an AttributeError that says the request object has no attribute 'user'. Also, it will raise a helpful error if you don't have the session middleware installed. Hopefully this is a little less cryptic than the _user_source error people were getting.
If those who were having issues could test this, I'd appreciate it. Here's a link to the changeset: http://code.djangoproject.com/changeset/2490 Joseph --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django developers" 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-developers -~----------~----~----~----~------~----~------~--~---
