﻿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
18558	Supply `url` property to `HttpResponseRedirect` and `HttpResponsePermanentRedirect`	Ram Rachum	nobody	"Currently the way to get the URL that a `HttpResponseRedirect` is redirecting to requires doing `response['Location']`. This is not so intuitive. There's no reason to remember the HTML header name when dealing with a redirect response.

Instead I propose this property:

    url = property(lambda self: self['Location'])

"	Uncategorized	new	HTTP handling	dev	Normal				Unreviewed	1	0	0	0	0	0
