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 @@ -61,6 +61,7 @@ class DatabaseFeatures(BaseDatabaseFeatures):
61
61
# pk__in=queryset doesn't work because subqueries aren't a thing in
62
62
# MongoDB.
63
63
"annotations.tests.NonAggregateAnnotationTestCase.test_annotation_and_alias_filter_in_subquery" ,
64
+ "model_fields.test_jsonfield.TestQuerying.test_usage_in_subquery" ,
64
65
# Length of null considered zero rather than null.
65
66
"db_functions.text.test_length.LengthTests.test_basic" ,
66
67
}
@@ -214,7 +215,6 @@ def django_test_expected_failures(self):
214
215
"QuerySet.annotate() has some limitations." : {
215
216
# Exists not supported.
216
217
"annotations.tests.NonAggregateAnnotationTestCase.test_annotation_exists_none_query" ,
217
- "lookup.tests.LookupQueryingTests.test_filter_exists_lhs" ,
218
218
"lookup.tests.LookupTests.test_exact_exists" ,
219
219
"lookup.tests.LookupTests.test_nested_outerref_lhs" ,
220
220
"lookup.tests.LookupQueryingTests.test_filter_exists_lhs" ,
You can’t perform that action at this time.
0 commit comments