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 2130902 commit 989a65cCopy full SHA for 989a65c
django_mongodb_backend/compiler.py
@@ -644,7 +644,7 @@ def get_combinator_queries(self):
644
# Unfold foreign fields.
645
if isinstance(expr, Col) and expr.alias != self.collection_name:
646
ids[expr.alias][expr.target.column] = expr.as_mql(
647
- self, self.connection, as_path=True
+ self, self.connection, as_path=False
648
)
649
else:
650
ids[alias] = f"${alias}"
0 commit comments