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 5f2a094 commit 6b4b249Copy full SHA for 6b4b249
django_mongodb/features.py
@@ -206,6 +206,7 @@ def django_test_expected_failures(self):
206
"QuerySet.annotate() has some limitations.": {
207
# Exists not supported.
208
"annotations.tests.NonAggregateAnnotationTestCase.test_annotation_exists_none_query",
209
+ "lookup.tests.LookupQueryingTests.test_filter_exists_lhs",
210
"lookup.tests.LookupTests.test_exact_exists",
211
"lookup.tests.LookupTests.test_nested_outerref_lhs",
212
"lookup.tests.LookupQueryingTests.test_filter_exists_lhs",
0 commit comments