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

updated FilterSchema to support ManyToMany field #1309

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

DeepDiverGuy
Copy link

This line: Q(**{field_name: field_value}) fails when field_value is a list (ManyToMany field). So I added __in if the value is a list so Q doesn't throw any error. It's now working as expected. Please, run yourr tests before merging, if necessary.

Thanks for the django-ninja framework!

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

Successfully merging this pull request may close these issues.

1 participant