You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: