﻿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
13140	Test client doesn't pass **extra to _handle_redirects	David Novakovic	nobody	"Hey. This problem occurs when using the test client in follow=True mode.

When accessing a view that does a redirect, the **extra param in Client.get and friends is not passed to _handle_redirects.

To reproduce simply hit a view that does a redirect like this:
{{{
client.get('/dashboard/', follow=True, HTTP_HOST=""localhost"")
}}}

In this case the HTTP_HOST param does not make it through to the _handle_redirects call.

Cheers"		closed	Testing framework	1.1		fixed	client, test		Accepted	0	0	0	0	0	0
