File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -55,6 +55,7 @@ class DatabaseFeatures(BaseDatabaseFeatures):
55
55
# pk__in=queryset doesn't work because subqueries aren't a thing in
56
56
# MongoDB.
57
57
"annotations.tests.NonAggregateAnnotationTestCase.test_annotation_and_alias_filter_in_subquery" ,
58
+ "model_fields.test_jsonfield.TestQuerying.test_usage_in_subquery" ,
58
59
# Length of null considered zero rather than null.
59
60
"db_functions.text.test_length.LengthTests.test_basic" ,
60
61
}
@@ -208,7 +209,6 @@ def django_test_expected_failures(self):
208
209
"QuerySet.annotate() has some limitations." : {
209
210
# Exists not supported.
210
211
"annotations.tests.NonAggregateAnnotationTestCase.test_annotation_exists_none_query" ,
211
- "lookup.tests.LookupQueryingTests.test_filter_exists_lhs" ,
212
212
"lookup.tests.LookupTests.test_exact_exists" ,
213
213
"lookup.tests.LookupTests.test_nested_outerref_lhs" ,
214
214
"lookup.tests.LookupQueryingTests.test_filter_exists_lhs" ,
You can’t perform that action at this time.
0 commit comments