@@ -83,15 +83,15 @@ class DatabaseFeatures(BaseDatabaseFeatures):
8383 # GenericRelation.value_to_string() assumes integer pk.
8484 "contenttypes_tests.test_fields.GenericRelationTests.test_value_to_string" ,
8585 # contains with subqueries doesn't work.
86- "model_fields_.test_arrayfield.TestQuerying .test_contains_subquery" ,
86+ "model_fields_.test_arrayfield.QueryingTests .test_contains_subquery" ,
8787 # Unsupported conversion from array to string in $convert
88- "model_fields_.test_arrayfield.TestQuerying .test_icontains" ,
88+ "model_fields_.test_arrayfield.QueryingTests .test_icontains" ,
8989 # $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" ,
9393 # 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" ,
9595 }
9696 # $bitAnd, #bitOr, and $bitXor are new in MongoDB 6.3.
9797 _django_test_expected_failures_bitwise = {
0 commit comments