Skip to content

Commit 0033174

Browse files
committed
Fix 80 column docstring
1 parent 0bf945e commit 0033174

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

django_mongodb_backend/query.py

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -125,9 +125,10 @@ def extra_where(self, compiler, connection): # noqa: ARG001
125125

126126
def join(self, compiler, connection, pushed_expression=None):
127127
"""
128-
Generate a MongoDB $lookup stage for a join. Optionally accepts a pushed_expression,
129-
which is a filter expression involving fields from the joined collection, and
130-
can be pushed into the lookup pipeline for optimization.
128+
Generate a MongoDB $lookup stage for a join. Optionally accepts a
129+
pushed_expression, which is a filter expression involving fields from the
130+
joined collection, and can be pushed into the lookup pipeline for
131+
optimization.
131132
"""
132133

133134
parent_template = "parent__field__"

0 commit comments

Comments
 (0)