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

Thanks #1

Closed merwok closed 5 years ago

merwok commented 5 years ago

This is fantastic!

farhan0581 commented 5 years ago

Glad you liked it !

paultiplady commented 5 years ago

@farhan0581 have you considered upstreaming this? The devs have expressed interest in this feature: https://code.djangoproject.com/ticket/29111

(This was discussed on django-dev around the time I opened that ticket)

farhan0581 commented 5 years ago

Yes I was, but I was working on the Media class bug before giving a pr, was quite busy these days, so couldn't get time. I am working on it.

merwok commented 5 years ago

It would be great to have this built-in! Especially if the filters follow the standard style i.e. list_filters = [("field", AutocompleteFilter)] instead of writing subclasses.