﻿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
24722	test client puts different results in response.context when nested view is redirected with process_request vs process_response middleware	Jay Cox	nobody	"When using the test client:

When a view which calls another view and middleware causes the inner view to redirect - the contents of '''results.context''' will be different depending on if it was '''process_request''', or '''process_response''' that initiated the redirect.

Test case for this error is in gitub:
https://github.com/electricjay/django/tree/test_client_nested_testcase

This problem was discovered when creating the pull request https://github.com/django/django/pull/4574 for ticket #24696
"	Bug	new	Uncategorized	dev	Normal		test client		Unreviewed	0	0	0	0	0	0
