Skip to content

Commit 6ab399c

Browse files
committed
Revert skiped test marked as passing test.
1 parent a622a15 commit 6ab399c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

django_mongodb/features.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,7 @@ class DatabaseFeatures(BaseDatabaseFeatures):
159159
"QuerySet.annotate() has some limitations.": {
160160
# Exists not supported.
161161
"annotations.tests.NonAggregateAnnotationTestCase.test_annotation_exists_none_query",
162+
"lookup.tests.LookupQueryingTests.test_filter_exists_lhs",
162163
"lookup.tests.LookupTests.test_exact_exists",
163164
"lookup.tests.LookupTests.test_nested_outerref_lhs",
164165
# QuerySet.alias() doesn't work.

0 commit comments

Comments
 (0)