File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -108,6 +108,12 @@ class DatabaseFeatures(GISFeatures, BaseDatabaseFeatures):
108
108
"aggregation.tests.AggregateTestCase.test_string_agg_filter" ,
109
109
"aggregation.tests.AggregateTestCase.test_string_agg_filter_in_subquery" ,
110
110
"aggregation.tests.AggregateTestCase.test_stringagg_default_value" ,
111
+ # bulk_create() population of _order not implemented.
112
+ # https://github.com/django/django/commit/953095d1e603fe0f8f01175b1409ca23818dcff9
113
+ "contenttypes_tests.test_order_with_respect_to.OrderWithRespectToGFKTests.test_bulk_create_allows_duplicate_order_values" ,
114
+ "contenttypes_tests.test_order_with_respect_to.OrderWithRespectToGFKTests.test_bulk_create_mixed_scenario" ,
115
+ "contenttypes_tests.test_order_with_respect_to.OrderWithRespectToGFKTests.test_bulk_create_respects_mixed_manual_order" ,
116
+ "contenttypes_tests.test_order_with_respect_to.OrderWithRespectToGFKTests.test_bulk_create_with_existing_children" ,
111
117
}
112
118
# $bitAnd, #bitOr, and $bitXor are new in MongoDB 6.3.
113
119
_django_test_expected_failures_bitwise = {
You can’t perform that action at this time.
0 commit comments