﻿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
16751	GET variable names replaced by 'e'	martopolis@…	nobody	"I'm attempting to override the queryset() method to make a custom filter for the Change List Admin view.  The idea was to append ?myview=1 to the URL and then check it like so:

if request.GET['myview'] == '1':
...

But everything I pass via the URL string is being replaced by the key name 'e' in the GET dictionary:

""Key 'myview' not found in <QueryDict: {u'e': [u'1']}>""

Curiously, this also happens in the final URL string.  That is, the URL gets rewritten and redirected to ?e=1 as well."	Bug	new	contrib.admin	1.3	Normal				Unreviewed	0	0	0	0	0	0
