modlinltd / django-advanced-filters

Add advanced filtering abilities to Django admin
https://pypi.org/project/django-advanced-filters/
MIT License
769 stars 172 forks source link

contains does not allow for custom text #180

Open armin-l opened 1 year ago

armin-l commented 1 year ago

Hi, I would like to set a filter that gives me all items where "@test.com" is in the email. When setting up the filter, the field only allows me to select something from the autocomplete list of existing entries. Else it does not save. There is no possibility to add a custom string here.

image

armin-l commented 1 year ago

PR #97 fixes this problem