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