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 a622a15 commit 6ab399cCopy full SHA for 6ab399c
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
# QuerySet.alias() doesn't work.
0 commit comments