﻿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
1516	No good access to SCRIPT_NAME	ianb@…	darrint	"While Django properly parses only PATH_INFO in a WSGI request, it doesn't give good access to SCRIPT_NAME, so applications cannot create proper URLs.  A good application should always prefix all non-relative URLs with SCRIPT_NAME, so that should be easier to do that not to do.

In other frameworks this is sometimes done with a URL generation helper, so that {{{url('foo', x=1)}}} means {{{SCRIPT_NAME+'/foo'+urllib.urlencode({'x': '1'})}}}
"	defect	closed	Core (Other)	dev	normal	fixed		ianb@… sam@… jumo@… densetsu.no.ero.sennin@… remco@… matt@…	Accepted	0	0	0	0	0	0
