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 75 forks source link

Fixes issue farhan0581/django-admin-autocomplete-filter#17. #81

Closed edgarsj closed 4 months ago

edgarsj commented 2 years ago

Using https://github.com/farhan0581/django-admin-autocomplete-filter/pull/18 code that is updated to current branch

pannkotsky commented 5 months ago

don't you just get rid of the single value filter in favor of multi-value? why not keeping both? if you want check my PR on the topic https://github.com/farhan0581/django-admin-autocomplete-filter/pull/94

edgarsj commented 4 months ago

@pannkotsky yes, #94 looks better. Closing this.

Seeing as the original repo author has not merged anything in project for 3 years probably a new better maintained fork is needed though.