﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
10217	admin logout problem	Tim Miller	nobody	"I'm using revision 9820, sqlite3, devserver.

I previously filed bug #10061 about a duplicate 'admin' in the logout link within the admin interface, this seems to be a different problem though. Setting up the admin server on a fresh project with only the default models (or my own, makes no difference) when I logout from the frontpage of the admin it hits bug #10061 as expected but when you enter one of the default model areas (groups/users/sites) and hit the logout link the following error occurs:


{{{
ValueError at /admin/auth/group/admin/logout/

invalid literal for int() with base 10: 'admin/logout'
}}}

eg. broken logout url: http://127.0.0.1:8000/admin/auth/group/admin/logout/

-- full traceback available at http://dpaste.com/hold/118399/

Reproduce:

  * start new project
  * activate admin interface and login
  * click on any of the default models (groups/users/sites) and then click logout."		closed	contrib.admin	dev		duplicate			Unreviewed	0	0	0	0	0	0
