@@ -303,6 +303,7 @@ class DatabaseFeatures(BaseDatabaseFeatures):
303303 'transaction_hooks.tests.TestConnectionOnCommit.test_discards_hooks_from_rolled_back_savepoint' ,
304304 'transaction_hooks.tests.TestConnectionOnCommit.test_inner_savepoint_rolled_back_with_outer' ,
305305 'transaction_hooks.tests.TestConnectionOnCommit.test_inner_savepoint_does_not_affect_outer' ,
306+ 'update_only_fields.tests.UpdateOnlyFieldsTests.test_update_fields_not_updated' ,
306307 },
307308 'Unused DatabaseIntrospection.get_sequences() not implemented.' : {
308309 'introspection.tests.IntrospectionTests.test_sequence_list' ,
@@ -356,14 +357,12 @@ class DatabaseFeatures(BaseDatabaseFeatures):
356357 },
357358 'assertNumQueries is sometimes off because of the extra queries this '
358359 'backend uses to fetch an object\' s ID.' : {
359- 'admin_utils.test_logentry.LogEntryTests.test_log_action_fallback' ,
360360 'admin_utils.test_logentry.LogEntryTests.test_log_actions_single_object_param' ,
361361 'contenttypes_tests.test_models.ContentTypesTests.test_get_for_models_creation' ,
362362 'force_insert_update.tests.ForceInsertInheritanceTests.test_force_insert_diamond_mti' ,
363363 'force_insert_update.tests.ForceInsertInheritanceTests.test_force_insert_false' ,
364364 'force_insert_update.tests.ForceInsertInheritanceTests.test_force_insert_parent' ,
365365 'force_insert_update.tests.ForceInsertInheritanceTests.test_force_insert_with_grandparent' ,
366- 'modeladmin.tests.ModelAdminTests.test_log_deletion_fallback' ,
367366 'model_formsets_regress.tests.FormsetTests.test_extraneous_query_is_not_run' ,
368367 'model_inheritance.tests.ModelInheritanceTests.test_create_child_no_update' ,
369368 'model_inheritance.tests.ModelInheritanceTests.test_create_diamond_mti_common_parent' ,
0 commit comments