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 6ce79ac commit de2deb0Copy full SHA for de2deb0
django_mongodb/features.py
@@ -159,6 +159,7 @@ class DatabaseFeatures(BaseDatabaseFeatures):
159
"QuerySet.annotate() has some limitations.": {
160
# Exists not supported.
161
"annotations.tests.NonAggregateAnnotationTestCase.test_annotation_exists_none_query",
162
+ "lookup.tests.LookupQueryingTests.test_filter_exists_lhs",
163
"lookup.tests.LookupTests.test_exact_exists",
164
"lookup.tests.LookupTests.test_nested_outerref_lhs",
165
"lookup.tests.LookupQueryingTests.test_filter_exists_lhs",
0 commit comments