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

allow_list_as_value_for_gte_lte_ne #2828

Merged

Conversation

bagerard
Copy link
Collaborator

MongoDB "gt" operator can be used with a list as value, this adds support for e.g

SomeDoc.objects(some_list_field__gt=[1.0, 2.0])

Fixes #2814

@bagerard bagerard merged commit 95f8ba1 into MongoEngine:master Aug 25, 2024
20 checks passed
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.

Error on filtering on list of floats with empty list
1 participant