@@ -42,11 +42,6 @@ class DatabaseFeatures(BaseDatabaseFeatures):
42
42
"ordering.tests.OrderingTests.test_order_by_f_expression" ,
43
43
"ordering.tests.OrderingTests.test_order_by_f_expression_duplicates" ,
44
44
"ordering.tests.OrderingTests.test_reverse_ordering_pure" ,
45
- # annotate() after values() doesn't raise NotSupportedError.
46
- "lookup.tests.LookupTests.test_exact_query_rhs_with_selected_columns" ,
47
- # tuple index out of range in process_rhs()
48
- "lookup.tests.LookupTests.test_exact_sliced_queryset_limit_one" ,
49
- "lookup.tests.LookupTests.test_exact_sliced_queryset_limit_one_offset" ,
50
45
# Pattern lookups that use regexMatch don't work on JSONField:
51
46
# Unsupported conversion from array to string in $convert
52
47
"model_fields.test_jsonfield.TestQuerying.test_icontains" ,
@@ -262,6 +257,9 @@ def django_test_expected_failures(self):
262
257
"annotations.tests.NonAggregateAnnotationTestCase.test_empty_expression_annotation" ,
263
258
"db_functions.comparison.test_coalesce.CoalesceTests.test_empty_queryset" ,
264
259
"expressions_case.tests.CaseExpressionTests.test_in_subquery" ,
260
+ "lookup.tests.LookupTests.test_exact_query_rhs_with_selected_columns" ,
261
+ "lookup.tests.LookupTests.test_exact_sliced_queryset_limit_one" ,
262
+ "lookup.tests.LookupTests.test_exact_sliced_queryset_limit_one_offset" ,
265
263
"lookup.tests.LookupTests.test_in_different_database" ,
266
264
"model_fields.test_jsonfield.TestQuerying.test_usage_in_subquery" ,
267
265
},
0 commit comments