@@ -88,20 +88,6 @@ class DatabaseFeatures(BaseDatabaseFeatures):
88
88
"auth_tests.test_views.LoginTest.test_login_session_without_hash_session_key" ,
89
89
# GenericRelation.value_to_string() assumes integer pk.
90
90
"contenttypes_tests.test_fields.GenericRelationTests.test_value_to_string" ,
91
- # Broken by https://github.com/django/django/commit/65ad4ade74dc9208b9d686a451cd6045df0c9c3a
92
- "aggregation.tests.AggregateTestCase.test_even_more_aggregate" ,
93
- "aggregation.tests.AggregateTestCase.test_grouped_annotation_in_group_by" ,
94
- "aggregation.tests.AggregateTestCase.test_non_grouped_annotation_not_in_group_by" ,
95
- "aggregation_regress.tests.AggregationTests.test_aggregate_fexpr" ,
96
- "aggregation_regress.tests.AggregationTests.test_values_list_annotation_args_ordering" ,
97
- "annotations.tests.NonAggregateAnnotationTestCase.test_annotation_subquery_and_aggregate_values_chaining" ,
98
- "annotations.tests.NonAggregateAnnotationTestCase.test_values_fields_annotations_order" ,
99
- "queries.test_qs_combinators.QuerySetSetOperationTests.test_union_multiple_models_with_values_and_datetime_annotations" ,
100
- "queries.test_qs_combinators.QuerySetSetOperationTests.test_union_multiple_models_with_values_list_and_datetime_annotations" ,
101
- "queries.test_qs_combinators.QuerySetSetOperationTests.test_union_multiple_models_with_values_list_and_annotations" ,
102
- "queries.test_qs_combinators.QuerySetSetOperationTests.test_union_with_field_and_annotation_values" ,
103
- "queries.test_qs_combinators.QuerySetSetOperationTests.test_union_with_two_annotated_values_list" ,
104
- "queries.tests.Queries1Tests.test_union_values_subquery" ,
105
91
# pymongo.errors.WriteError: Performing an update on the path '_id'
106
92
# would modify the immutable field '_id'
107
93
"migrations.test_operations.OperationTests.test_composite_pk_operations" ,
@@ -216,9 +202,13 @@ def django_test_expected_failures(self):
216
202
"prefetch_related.tests.Ticket21410Tests" ,
217
203
"queryset_pickle.tests.PickleabilityTestCase.test_pickle_prefetch_related_with_m2m_and_objects_deletion" ,
218
204
"serializers.test_json.JsonSerializerTestCase.test_serialize_prefetch_related_m2m" ,
205
+ "serializers.test_json.JsonSerializerTestCase.test_serialize_prefetch_related_m2m_with_natural_keys" ,
219
206
"serializers.test_jsonl.JsonlSerializerTestCase.test_serialize_prefetch_related_m2m" ,
207
+ "serializers.test_jsonl.JsonlSerializerTestCase.test_serialize_prefetch_related_m2m_with_natural_keys" ,
220
208
"serializers.test_xml.XmlSerializerTestCase.test_serialize_prefetch_related_m2m" ,
209
+ "serializers.test_xml.XmlSerializerTestCase.test_serialize_prefetch_related_m2m_with_natural_keys" ,
221
210
"serializers.test_yaml.YamlSerializerTestCase.test_serialize_prefetch_related_m2m" ,
211
+ "serializers.test_yaml.YamlSerializerTestCase.test_serialize_prefetch_related_m2m_with_natural_keys" ,
222
212
},
223
213
"AutoField not supported." : {
224
214
"bulk_create.tests.BulkCreateTests.test_bulk_insert_nullable_fields" ,
0 commit comments