#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 tejinderss@…):

 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

 Edit: Sorry for messed up formatting in previous reply.

-- 
Ticket URL: <https://code.djangoproject.com/ticket/17091#comment:3>
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 django-updates@googlegroups.com.
To unsubscribe from this group, send email to 
django-updates+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en.

Reply via email to