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

Support for "to_field" parameter #82

Open VaZark opened 2 years ago

VaZark commented 2 years ago

When FK are defined with to_field , the widget must detect the same and use that field instead of pk when generating the URL