modlinltd/django-advanced-filters

limit_choices_to in models are ignored

Opened this issue · 1 comments

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

Same issue here