#7776: Test cookie isn't deleted if persistent data in Newforms-Admin login --------------------------------+------------------------------------------- Reporter: Mnewman | Owner: nobody Status: new | Milestone: Component: Admin interface | Version: newforms-admin Keywords: Admin auth cookies | Stage: Unreviewed Has_patch: 1 | --------------------------------+------------------------------------------- The test is probably the most simple way to see this. Right now a test cookie might be left in the users session due to it only being removed if there is no persistent data. The fix is simply moving the delete_test_cookie up a few lines and I added to the admin_view tests to check to make sure there isn't a cookie left after the client is logged in.
-- Ticket URL: <http://code.djangoproject.com/ticket/7776> Django Code <http://code.djangoproject.com/> 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?hl=en -~----------~----~----~----~------~----~------~--~---
