Skip to content

Commit 694368e

Browse files
committed
Refine docstring
1 parent 54c9b5c commit 694368e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

django_mongodb_backend/compiler.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -663,8 +663,7 @@ def get_combinator_queries(self):
663663

664664
def _get_pushable_conditions(self):
665665
"""
666-
Return a dict mapping each collection alias to the set of
667-
conditions that can be safely pushed down into its pipeline.
666+
Return a dict mapping each alias to a WhereNode holding its pushable condition.
668667
"""
669668

670669
def collect_pushable(expr, negated=False):

0 commit comments

Comments
 (0)