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

Latest model-utils support #46

Open vbabiy opened 4 years ago

vbabiy commented 4 years ago

If the field is tracked with model-utils the descriptor look up fails, this fixes it.

danielquinn commented 3 years ago

I just ran into this problem myself. Any chances of getting this merged? My work-around isn't pretty :-(

farhan0581 commented 3 years ago

Please check and create PR to default branch pre_release