We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54c9b5c commit 694368eCopy full SHA for 694368e
django_mongodb_backend/compiler.py
@@ -663,8 +663,7 @@ def get_combinator_queries(self):
663
664
def _get_pushable_conditions(self):
665
"""
666
- Return a dict mapping each collection alias to the set of
667
- conditions that can be safely pushed down into its pipeline.
+ Return a dict mapping each alias to a WhereNode holding its pushable condition.
668
669
670
def collect_pushable(expr, negated=False):
0 commit comments