We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Is there a filter for filtering out a non-empty list using Django Dynamic REST?
Here is the filter options as of v2.1.7: https://github.com/AltSchool/dynamic-rest/blob/v2.1.7/dynamic_rest/filters.py#L190-L214
v2.1.7
I was hoping filter{list_field.isnull}=false could work, but it's not filtering for unempty lists
filter{list_field.isnull}=false
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Is there a filter for filtering out a non-empty list using Django Dynamic REST?
Here is the filter options as of
v2.1.7
: https://github.com/AltSchool/dynamic-rest/blob/v2.1.7/dynamic_rest/filters.py#L190-L214I was hoping
filter{list_field.isnull}=false
could work, but it's not filtering for unempty listsThe text was updated successfully, but these errors were encountered: