This project does not seem active, but maybe you could still make use of it:
https://github.com/kevwilde/django-adminfilters Otherwise some other suggestions: http://stackoverflow.com/questions/7834990/selecting-multiples-choices-in-django-admin-filter-list-filter On Monday, 2 November 2015 16:37:55 UTC+2, Andréas Kühne wrote: > > Hi all, > > I have a django site that displays the change list for a class called > Order. The Order class has a property called status. I would like to be > able to filter the change list by multiple statuses. So a user should be > able to check several statuses and show all orders that have one of the > checked statuses. > > Has anyone done anything similar and could give me tips on howto begin? > > Regards, > > Andréas > -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/django-users. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/5bb5918a-6853-4481-915b-a551d1565737%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

