﻿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
1494	global name 'HttpResponseRedirect' is not defined	Alef	Adrian Holovaty	"In '''magic-removal''' branch in file: 
{{{
django/contrib/auth/decorators.py
}}}

HttpResponseRedirect is used but never imported. The solution is simply:
{{{
from django.http import HttpResponseRedirect
}}}"	defect	closed	Core (Other)		normal	fixed			Unreviewed	0	0	0	0	0	0
