﻿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
1201	query string parsing problem	Eric Moritz	Andy Durdin	"  If you use Django with a python version older than 2.4, the cgi.parse_qsl function incorrectly parses query strings.  If a query string consists of ""?print"" the variable is ignored.  I fixed this by yanking the pares_qsl function out of a 2.4 version of the cgi module and putting it in django/utils/future_cgi.py and use it instead of the parse_qsl function provided by python.  This is only evident when Django is not used with mod_python.

  If we want Django to work properly with python 2.3 we may want to include this work around."	defect	closed	Core (Other)		normal	wontfix			Accepted	1	0	0	0	0	0
