#17091: Djano 1.4 SimpleListFilter 'selected' option issue
-------------------------------------+-------------------------------------
Reporter: tejinderss@… | Owner: nobody
Type: Bug | Status: new
Component: contrib.admin | Version: SVN
Severity: Normal | Resolution:
Keywords: SimpleListFilter, | Triage Stage: Design
FilterSpec | decision needed
Has patch: 0 | Needs documentation: 0
Needs tests: 0 | Patch needs improvement: 0
Easy pickings: 0 | UI/UX: 0
-------------------------------------+-------------------------------------
Comment (by anonymous):
I am using in operator to filter results by multiple status values, i.e.
?status__in=0,30,40 filters results with status values 0, 30 and 40. Thats
what i want. status_in (with single _) does not work as expected, it just
redirects to ?e=1 without filtered results. Even the default filters use 2
_ notation. Like if i use default filter "Status", the url is
?status__exact=30. Thats the default notation i guess and only __ works.
Here is the example of default django filter behavior.
http://i.imgur.com/RwRTI.png
--
Ticket URL: <https://code.djangoproject.com/ticket/17091#comment:2>
Django <https://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.