﻿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
14939	Django's Test Client strips out URL ;-parameters	Andrew Godwin	Andrew Godwin	"The parameters I'm referring to are the ones illustrated by this:

{{{
scheme://netloc/path;parameters?query#fragment
}}}

The test client code uses urlparse[2] to get the path component, while the main URL routing includes them. Thus, if I submit the url `/works/23243/;include=artists` via a normal HTTP connection, it works fine, but if I submit it via the test client, it gets truncated to `/works/23243/`.

Ideally, the two should be consistent; I propose doing this by making the test client include the parameter part."		closed	Testing framework	dev		fixed	urlparse parameters		Unreviewed	0	0	0	0	0	0
