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
After updating to version 7.1, we encountered a TypeError: unhashable type: 'list' when using the .exclude(some_array_field=[]) filter.
7.1
TypeError: unhashable type: 'list'
.exclude(some_array_field=[])
I will create a PR (#490) with a test case that replicates this issue shortly to assist with debugging and resolution.
Thank you in advance for looking into this issue!
The text was updated successfully, but these errors were encountered:
test: add issue test Suor#489
6bd83c9
cd6ab71
test: add issue test #489
f470975
3eaa77e
No branches or pull requests
After updating to version
7.1
, we encountered aTypeError: unhashable type: 'list'
when using the.exclude(some_array_field=[])
filter.I will create a PR (#490) with a test case that replicates this issue shortly to assist with debugging and resolution.
Thank you in advance for looking into this issue!
The text was updated successfully, but these errors were encountered: