farhan0581 / django-admin-autocomplete-filter

A simple Django app to render list filters in django admin using autocomplete widget.
GNU General Public License v3.0
351 stars 76 forks source link

Allow for filtering of multiple values + fix bug farhan0581#15 for Django 2.2 #18

Open jphilip opened 5 years ago

jphilip commented 5 years ago

This change allows for filtering by one or more values instead of just one provided few changes.

joren485 commented 4 years ago

@farhan0581 @jphilip Any ETA on getting this merged? This seems to fix multiple issues (#21, #17, #16).