django-admin-multiple-choice-list-filter
django-admin-multiple-choice-list-filter copied to clipboard
Hi, it would be great if the project can move forward, either allow other people in, or transfer it to Jazzband
Result:
Will remove multiple entries when a search matches the same record multiple times.
Right now, it seems to me that I absolutely must have a parameter_name, but what if I want to filter not by a field, but by a method in the...
  
In case MultipleChoiceListFilter is used to filter ManyToManyField, duplicate entries could be returned in the queryset. Using 'distinct()' corrects this.