﻿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
16444	reverse() doesn't respect request.urlconf when called from a generator passed to a response	Jakub Roztočil	nobody	"When a middleware sets `requests.urlconf` and a view returns an `HttpResponse` with a generator as its content, then urls `reverse()`'d in the generator won't honor the URL Conf set by the middleware.

Here is a stripped-down example:  https://github.com/jkbr/django-reverse-bug

(Here is the view passing a generator: https://github.com/jkbr/django-reverse-bug/blob/master/views.py)"	Bug	closed	Core (Other)	1.3	Normal	duplicate	urlconf, reverse		Accepted	0	0	0	0	0	0
