#2448: [patch] auth.views.logout does not redirect
--------------------------------+-------------------------------------------
Reporter: [EMAIL PROTECTED] | Owner: adrian
Type: defect | Status: new
Priority: normal | Milestone:
Component: Contrib apps | Version:
Severity: normal | Keywords:
--------------------------------+-------------------------------------------
After [3431] the auth.views.logout view does not do any redirects,
so after clicking 'log out' in the admin interface I see the logout
page with "welcome, admin" line still present in the top bar.
The view does log me out correctly, but fails to do a redirect so
request.user still contains user information.
The attached patch fixed this for me.
--
Ticket URL: <http://code.djangoproject.com/ticket/2448>
Django <http://code.djangoproject.org/>
The web framework for perfectionists with deadlines.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Django updates" 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-updates
-~----------~----~----~----~------~----~------~--~---