﻿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
8914	FieldError in admin with GET parameters that are no fields on model	Julian Bez	nobody	"How to reproduce:

Browse to a ""Select x to change"" page in your admin.

Append {{{?bla=bla}}} or anything that makes no sense to the URL.

Hit enter, get an error.

{{{

Exception Type: FieldError at /admin/.../
Exception Value: Cannot resolve keyword 'bla' into field. Choices are: id, name, slug,...
}}}

It's a bit staggering that the keywords go unchecked into the filter for a queryset."		closed	contrib.admin	1.0		fixed			Unreviewed	0	0	0	0	0	0
