Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

limit_choices_to in models are ignored #143

Open
fcorallini opened this issue May 18, 2021 · 1 comment
Open

limit_choices_to in models are ignored #143

fcorallini opened this issue May 18, 2021 · 1 comment

Comments

@fcorallini
Copy link

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
Copy link

liko28s commented Mar 10, 2022

Same issue here

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants