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 8282 expressions_case
8383 defer
8484 defer_regress
85+ force_insert_update
8586 from_db_value
8687 generic_relations
8788 generic_relations_regress
Original file line number Diff line number Diff line change @@ -126,6 +126,10 @@ class DatabaseFeatures(BaseDatabaseFeatures):
126126 # subclasses of BaseDatabaseIntrospection may require a get_constraints() method
127127 "migrations.test_operations.OperationTests.test_add_func_unique_constraint" ,
128128 "migrations.test_operations.OperationTests.test_remove_func_unique_constraint" ,
129+ # MongoDB's "duplicate key error" must be raised as IntegrityError, not
130+ # DatabaseError.
131+ "force_insert_update.tests.ForceInsertInheritanceTests.test_force_insert_diamond_mti" ,
132+ "force_insert_update.tests.ForceTests.test_force_update" ,
129133 }
130134 # $bitAnd, #bitOr, and $bitXor are new in MongoDB 6.3.
131135 _django_test_expected_failures_bitwise = {
You can’t perform that action at this time.
0 commit comments