﻿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
2405	[patch] django.contrib.auth.views.logout causes recursion error	anonymous	Adrian Holovaty	"This is related to #2368 because that patch now catches the KeyError it is not passed to the view that was depending on it.  So it looks like the view no longer needs the try catch.

The current state of Django is that when I try to logout I get recursive calls to logout.

[23/Jul/2006 13:40:11] ""GET /accounts/logout/ HTTP/1.1"" 302 0

[23/Jul/2006 13:40:11] ""GET /accounts/logout/ HTTP/1.1"" 302 0

[23/Jul/2006 13:40:11] ""GET /accounts/logout/ HTTP/1.1"" 302 0

[23/Jul/2006 13:40:11] ""GET /accounts/logout/ HTTP/1.1"" 302 0

[23/Jul/2006 13:40:11] ""GET /accounts/logout/ HTTP/1.1"" 302 0"	defect	closed	Contrib apps		normal	fixed			Unreviewed	1	0	0	0		
