File tree Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change 82
82
expressions_case
83
83
defer
84
84
defer_regress
85
+ force_insert_update
85
86
from_db_value
86
87
generic_relations
87
88
generic_relations_regress
Original file line number Diff line number Diff line change @@ -135,6 +135,10 @@ class DatabaseFeatures(BaseDatabaseFeatures):
135
135
# subclasses of BaseDatabaseIntrospection may require a get_constraints() method
136
136
"migrations.test_operations.OperationTests.test_add_func_unique_constraint" ,
137
137
"migrations.test_operations.OperationTests.test_remove_func_unique_constraint" ,
138
+ # MongoDB's "duplicate key error" must be raised as IntegrityError, not
139
+ # DatabaseError.
140
+ "force_insert_update.tests.ForceInsertInheritanceTests.test_force_insert_diamond_mti" ,
141
+ "force_insert_update.tests.ForceTests.test_force_update" ,
138
142
}
139
143
# $bitAnd, #bitOr, and $bitXor are new in MongoDB 6.3.
140
144
_django_test_expected_failures_bitwise = {
You can’t perform that action at this time.
0 commit comments