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 1c5050e commit 9befe36Copy full SHA for 9befe36
tests/aggregation/tests.py
@@ -2365,6 +2365,7 @@ def test_aggregate_reference_lookup_rhs_iter(self):
2365
).aggregate(count=Count("id", filter=Q(id__in=[F("max_book_author"), 0])))
2366
self.assertEqual(aggregates, {"count": 1})
2367
2368
+ @skipUnlessDBFeature("supports_select_union")
2369
def test_aggregate_combined_queries(self):
2370
# Combined queries could have members in their values select mask while
2371
# others have them in their annotation mask which makes annotation
0 commit comments