﻿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
12405	django.contrib.auth.views.logout() should support LOGOUT_REDIRECT_URL	Cory Walker	Hugo Osvaldo Barrera	I was wondering why django.contrib.auth.views.logout() doesn't support a REDIRECT_URL override in the settings file as login() does. I'm aware that it is possible to specify a next_page argument, however, this is cumbersome if the urls.py containing logout() is a third party library such as django-registration. I haven't taken a good look at the source, but I am guessing this would be a simple patch to write in order to support LOGOUT_REDIRECT_URL. Before I work on it, I need to know if there are any possible regressions or if there are any opinions against this.	New feature	closed	contrib.auth	1.1	Normal	fixed	logout LOGOUT_REDIRECT_URL	mike@…	Accepted	1	0	0	0	0	0
