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 04ecfa0 commit 13058b9Copy full SHA for 13058b9
django_mongodb/features.py
@@ -212,6 +212,7 @@ def django_test_expected_failures(self):
212
"QuerySet.annotate() has some limitations.": {
213
# Exists not supported.
214
"annotations.tests.NonAggregateAnnotationTestCase.test_annotation_exists_none_query",
215
+ "lookup.tests.LookupQueryingTests.test_filter_exists_lhs",
216
"lookup.tests.LookupTests.test_exact_exists",
217
"lookup.tests.LookupTests.test_nested_outerref_lhs",
218
"lookup.tests.LookupQueryingTests.test_filter_exists_lhs",
0 commit comments