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 428eef6 commit ac02038Copy full SHA for ac02038
django_mongodb/compiler.py
@@ -465,7 +465,6 @@ def get_combinator_queries(self):
465
_, exprs = zip(*columns, strict=True)
466
columns = tuple(zip(main_query_fields, exprs, strict=True))
467
parts.append((compiler_.build_query(columns), compiler_.collection_name))
468
-
469
except EmptyResultSet:
470
# Omit the empty queryset with UNION.
471
if self.query.combinator == "union":
0 commit comments