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

limit_choices_to in models are ignored #143

Open fcorallini opened 3 years ago

fcorallini commented 3 years ago

I have a field in a django model made in this way created_by = models.ForeignKey(User, limit_choices_to={'is_staff': True}) django-advanced-filters show all user in the filter ingoring the limit_choices_to

liko28s commented 2 years ago

Same issue here