@@ -148,6 +148,10 @@ def django_test_expected_failures(self):
148
148
"model_fields.test_uuid.TestQuerying.test_istartswith" ,
149
149
"model_fields.test_uuid.TestQuerying.test_startswith" ,
150
150
},
151
+ "QuerySet.prefetch_related() is not supported on MongoDB." : {
152
+ "m2m_through_regress.test_multitable.MultiTableTests.test_m2m_prefetch_proxied" ,
153
+ "m2m_through_regress.test_multitable.MultiTableTests.test_m2m_prefetch_reverse_proxied" ,
154
+ },
151
155
"QuerySet.update() with expression not supported." : {
152
156
"annotations.tests.AliasTests.test_update_with_alias" ,
153
157
"annotations.tests.NonAggregateAnnotationTestCase.test_update_with_annotation" ,
@@ -214,6 +218,7 @@ def django_test_expected_failures(self):
214
218
"bulk_create.tests.BulkCreateTests.test_bulk_insert_nullable_fields" ,
215
219
"lookup.tests.LookupTests.test_filter_by_reverse_related_field_transform" ,
216
220
"lookup.tests.LookupTests.test_in_ignore_none_with_unhashable_items" ,
221
+ "m2m_through_regress.tests.ThroughLoadDataTestCase.test_sequence_creation" ,
217
222
"model_fields.test_autofield.AutoFieldTests" ,
218
223
"model_fields.test_autofield.BigAutoFieldTests" ,
219
224
"model_fields.test_autofield.SmallAutoFieldTests" ,
0 commit comments