@@ -154,7 +154,6 @@ def django_test_expected_failures(self):
154
154
"defer_regress.tests.DeferRegressionTest.test_basic" ,
155
155
"defer_regress.tests.DeferRegressionTest.test_common_model_different_mask" ,
156
156
"defer_regress.tests.DeferRegressionTest.test_defer_annotate_select_related" ,
157
- "defer_regress.tests.DeferRegressionTest.test_reverse_one_to_one_relations" ,
158
157
},
159
158
"MongoDB does not enforce UNIQUE constraints." : {
160
159
"auth_tests.test_basic.BasicTestCase.test_unicode_username" ,
@@ -249,6 +248,7 @@ def django_test_expected_failures(self):
249
248
"model_fields.test_jsonfield.TestQuerying.test_usage_in_subquery" ,
250
249
},
251
250
"Count doesn't work in QuerySet.annotate()" : {
251
+ "annotations.tests.NonAggregateAnnotationTestCase.test_annotation_and_alias_filter_related_in_subquery" ,
252
252
"annotations.tests.AliasTests.test_alias_annotate_with_aggregation" ,
253
253
"annotations.tests.AliasTests.test_order_by_alias_aggregate" ,
254
254
"annotations.tests.NonAggregateAnnotationTestCase.test_annotate_exists" ,
@@ -289,7 +289,6 @@ def django_test_expected_failures(self):
289
289
"Queries with multiple tables are not supported." : {
290
290
"annotations.tests.AliasTests.test_alias_default_alias_expression" ,
291
291
"annotations.tests.NonAggregateAnnotationTestCase.test_annotation_aggregate_with_m2o" ,
292
- "annotations.tests.NonAggregateAnnotationTestCase.test_annotation_and_alias_filter_related_in_subquery" ,
293
292
"annotations.tests.NonAggregateAnnotationTestCase.test_annotation_filter_with_subquery" ,
294
293
"annotations.tests.NonAggregateAnnotationTestCase.test_annotation_reverse_m2m" ,
295
294
"annotations.tests.NonAggregateAnnotationTestCase.test_mti_annotations" ,
0 commit comments