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

adding the ability to override the class AutocompleteSelect #44

Open mavriq opened 4 years ago

mavriq commented 4 years ago

For or some reason, I need to overload the class AutocompleteSelect. In the current implementation, I have to overload the entire init method. With the patch I suggested, it will be much easier to do

farhan0581 commented 2 years ago

will try to include this patch in the next release