﻿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
27606	Error in formatting HttpResponseRedirect	Jerome Leclanche	nobody	"When initializing an HttpResponseRedirect with a redirect url that does not match the `allowed_schemes` attribute, the DisallowedRedirect exception is raised before ``super(HttpResponseRedirectBase, self).__init__(*args, **kwargs)`` is called, which sets `self._headers`.

This causes repr()ing/printing the response to error out with AttributeError: 'HttpResponseRedirect' object has no attribute '_headers'.

Ref: django/http/response.py (HttpResponseRedirectBase)"	Bug	new	Uncategorized	1.10	Normal				Unreviewed	0	0	0	0	0	0
