﻿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
1630	"add ""host"" and ""path"" to DjangoContext"	oggie rob	Adrian Holovaty	"Nice to have host and relative path info in DjangoContext when generating sub-urls or redirections

Rather than attaching a diff I'll just specify 2 lines that one could add to the core.extensions.DjangoContext.__init__

        self['host'] = request.META['HTTP_HOST']
        self['path'] = request.META['PATH_INFO']
"	enhancement	closed	contrib.admin	0.91	normal	worksforme			Unreviewed	0	0	0	0	0	0
