@@ -276,6 +276,7 @@ def django_test_expected_failures(self):
276
276
},
277
277
"Exists is not supported on MongoDB." : {
278
278
"annotations.tests.NonAggregateAnnotationTestCase.test_annotation_exists_none_query" ,
279
+ "delete_regress.tests.DeleteTests.test_self_reference_with_through_m2m_at_second_level" ,
279
280
"expressions.tests.BasicExpressionsTests.test_annotation_with_deeply_nested_outerref" ,
280
281
"expressions.tests.BasicExpressionsTests.test_boolean_expression_combined" ,
281
282
"expressions.tests.BasicExpressionsTests.test_boolean_expression_combined_with_empty_Q" ,
@@ -357,6 +358,14 @@ def django_test_expected_failures(self):
357
358
"model_fields.test_jsonfield.TestQuerying.test_ordering_grouping_by_count" ,
358
359
},
359
360
"Cannot use QuerySet.delete() when querying across multiple collections on MongoDB." : {
361
+ "delete.tests.FastDeleteTests.test_fast_delete_aggregation" ,
362
+ "delete.tests.FastDeleteTests.test_fast_delete_empty_no_update_can_self_select" ,
363
+ "delete.tests.FastDeleteTests.test_fast_delete_full_match" ,
364
+ "delete.tests.FastDeleteTests.test_fast_delete_joined_qs" ,
365
+ "delete_regress.tests.DeleteTests.test_meta_ordered_delete" ,
366
+ "delete_regress.tests.Ticket19102Tests.test_ticket_19102_annotate" ,
367
+ "delete_regress.tests.Ticket19102Tests.test_ticket_19102_defer" ,
368
+ "delete_regress.tests.Ticket19102Tests.test_ticket_19102_select_related" ,
360
369
"one_to_one.tests.OneToOneTests.test_o2o_primary_key_delete" ,
361
370
},
362
371
"QuerySet.dates() is not supported on MongoDB." : {
@@ -384,6 +393,7 @@ def django_test_expected_failures(self):
384
393
"basic.tests.ModelTest.test_extra_method_select_argument_with_dashes" ,
385
394
"basic.tests.ModelTest.test_extra_method_select_argument_with_dashes_and_values" ,
386
395
"defer.tests.DeferTests.test_defer_extra" ,
396
+ "delete_regress.tests.Ticket19102Tests.test_ticket_19102_extra" ,
387
397
"lookup.tests.LookupTests.test_values" ,
388
398
"lookup.tests.LookupTests.test_values_list" ,
389
399
"ordering.tests.OrderingTests.test_extra_ordering" ,
@@ -395,11 +405,13 @@ def django_test_expected_failures(self):
395
405
"update.tests.AdvancedTests.test_update_annotated_multi_table_queryset" ,
396
406
},
397
407
"Test inspects query for SQL" : {
408
+ "delete.tests.DeletionTests.test_only_referenced_fields_selected" ,
398
409
"lookup.tests.LookupTests.test_in_ignore_none" ,
399
410
"lookup.tests.LookupTests.test_textfield_exact_null" ,
400
411
},
401
412
"Test executes raw SQL." : {
402
413
"annotations.tests.NonAggregateAnnotationTestCase.test_raw_sql_with_inherited_field" ,
414
+ "delete_regress.tests.DeleteLockingTest.test_concurrent_delete" ,
403
415
"expressions.tests.BasicExpressionsTests.test_annotate_values_filter" ,
404
416
"expressions.tests.BasicExpressionsTests.test_filtering_on_rawsql_that_is_boolean" ,
405
417
"model_fields.test_jsonfield.TestQuerying.test_key_sql_injection_escape" ,
0 commit comments