﻿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
10460	Better redirect for logout view of Authentication	Felipe 'chronos' Prenholato	nobody	"This patch make logout view use same style of login view to redirect user to any page, but maintain compatibility with current mode.
With this patch you can use some url like:

/logout/?next=/page-x/

With single code in urls.py:

{{{ (r'^logout/$', 'django.contrib.auth.views.logout'), }}}


"		closed	contrib.auth	dev		fixed	Authentication, login, logout, redirect, kkmp2		Accepted	1	1	0	0	0	0
