#8914: FieldError in admin with GET parameters that are no fields on model
-----------------------------+----------------------------------------------
Reporter: julianb | Owner: nobody
Status: new | Milestone:
Component: Admin interface | Version: 1.0
Keywords: | Stage: Unreviewed
Has_patch: 0 |
-----------------------------+----------------------------------------------
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.
--
Ticket URL: <http://code.djangoproject.com/ticket/8914>
Django Code <http://code.djangoproject.com/>
The web framework for perfectionists with deadlines
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Django updates" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/django-updates?hl=en
-~----------~----~----~----~------~----~------~--~---