#1722: [patch] Exclude filter for the admin
-------------------------------------+-------------------------------------
               Reporter:  [530]      |          Owner:  adrian
                   Type:             |         Status:  closed
  enhancement                        |      Component:  contrib.admin
              Milestone:             |       Severity:  normal
                Version:  SVN        |       Keywords:
             Resolution:  wontfix    |      Has patch:  0
           Triage Stage:  Design     |    Needs tests:  0
  decision needed                    |  Easy pickings:  0
    Needs documentation:  0          |
Patch needs improvement:  0          |
                  UI/UX:  0          |
-------------------------------------+-------------------------------------

Comment (by velmont):

 This can now probably be done using custom filters. However, I want to say
 I need something like this.

 I'm doing filtering on  {{{ member__options }}}  and some of those options
 are ''don't send email'' (pk 42). I want to list (in the admin) all the
 members who *don't* belong in the ''don't send email''-group. (So, the
 people I *can* send email to)

 So really, having  {{{ ?member__options__not=42 }}}  do it's magic would
 be swell.
 .

-- 
Ticket URL: <https://code.djangoproject.com/ticket/1722#comment:11>
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.

Reply via email to