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

How to use calculate value when using in Django >= 2.2 #22

Closed vit1251 closed 5 years ago

vit1251 commented 5 years ago

I use autocomplete plugin and receive object model instead field value. How to specify in filter class field for show.

изображение

farhan0581 commented 5 years ago

You can specify __str__ method in your respective model to get the string representation for the object.