#11239: logging out of the admin site from the changelist page or the changeform gives a ValueError ----------------------------------+----------------------------------------- Reporter: boyombo | Owner: nobody Status: new | Milestone: 1.1 Component: django.contrib.admin | Version: 1.1-beta-1 Keywords: admin logout | Stage: Unreviewed Has_patch: 0 | ----------------------------------+----------------------------------------- the logout link in the admin changelist or changeform pages references /admin/app_name/model_name/admin/logout/ and when you click on it, will give a ValueError invalid literal for int() with base 10: 'admin/logout while the logout link from the admin home page also points to /admin/admin/logout/ To log out of the admin you have to enter the /admin/logout/ url in the address bar manually.
-- Ticket URL: <http://code.djangoproject.com/ticket/11239> Django <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 -~----------~----~----~----~------~----~------~--~---
