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