@@ -83,15 +83,15 @@ class DatabaseFeatures(BaseDatabaseFeatures):
83
83
# GenericRelation.value_to_string() assumes integer pk.
84
84
"contenttypes_tests.test_fields.GenericRelationTests.test_value_to_string" ,
85
85
# contains with subqueries doesn't work.
86
- "model_fields_.test_arrayfield.TestQuerying .test_contains_subquery" ,
86
+ "model_fields_.test_arrayfield.QueryingTests .test_contains_subquery" ,
87
87
# Unsupported conversion from array to string in $convert
88
- "model_fields_.test_arrayfield.TestQuerying .test_icontains" ,
88
+ "model_fields_.test_arrayfield.QueryingTests .test_icontains" ,
89
89
# $lt treats null values as zero.
90
- "model_fields_.test_arrayfield.TestQuerying .test_lt" ,
91
- "model_fields_.test_arrayfield.TestQuerying .test_len" ,
92
- "model_fields_.test_arrayfield.TestQuerying .test_index_chained" ,
90
+ "model_fields_.test_arrayfield.QueryingTests .test_lt" ,
91
+ "model_fields_.test_arrayfield.QueryingTests .test_len" ,
92
+ "model_fields_.test_arrayfield.QueryingTests .test_index_chained" ,
93
93
# None is $in None
94
- "model_fields_.test_arrayfield.TestQuerying .test_in_as_F_object" ,
94
+ "model_fields_.test_arrayfield.QueryingTests .test_in_as_F_object" ,
95
95
}
96
96
# $bitAnd, #bitOr, and $bitXor are new in MongoDB 6.3.
97
97
_django_test_expected_failures_bitwise = {
0 commit comments