﻿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
11275	Missing Parameter in String Substitution in Admin-Logout-View-Name	joh@…	nobody	"Just discovered that the view-name of the logout-view is missing a parameter for string substitution, see http://code.djangoproject.com/browser/django/trunk/django/contrib/admin/sites.py#L202

When I print the resulting patterns of {{{AdminSite.get_urls}}} it contains {{{<RegexURLPattern %sadmin_logout ^logout/$>}}} but I think it should look like {{{<RegexURLPattern admin_logout ^logout/$>}}} or if the site contains a name like {{{<RegexURLPattern myprefix_admin_logout ^logout/$>}}}.
"		closed	contrib.admin	dev		duplicate			Unreviewed	0	0	0	0	0	0
