File tree 1 file changed +2
-0
lines changed
1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -70,6 +70,7 @@ class DatabaseFeatures(BaseDatabaseFeatures):
70
70
'model_fields.test_booleanfield.BooleanFieldTests.test_null_default' ,
71
71
'fixtures.tests.FixtureLoadingTests.test_loaddata_error_message' ,
72
72
'generic_relations.tests.GenericRelationsTests.test_unsaved_instance_on_generic_foreign_key' ,
73
+ 'generic_relations_regress.tests.GenericRelationTests.test_target_model_is_unsaved' ,
73
74
'm2m_through.tests.M2mThroughTests.test_add_on_m2m_with_intermediate_model_value_required_fails' ,
74
75
'm2m_through.tests.M2mThroughTests.test_create_on_m2m_with_intermediate_model_value_required_fails' ,
75
76
'm2m_through.tests.M2mThroughTests.test_get_or_create_on_m2m_with_intermediate_model_value_required_fails' ,
@@ -322,6 +323,7 @@ class DatabaseFeatures(BaseDatabaseFeatures):
322
323
},
323
324
'It can be problematic if a model instance is manually assigned a pk value.' : {
324
325
'contenttypes_tests.test_views.ContentTypesViewsSiteRelTests.test_shortcut_view_with_null_site_fk' ,
326
+ 'contenttypes_tests.test_views.ContentTypesViewsSiteRelTests.test_shortcut_view_with_site_m2m' ,
325
327
},
326
328
}
327
329
You can’t perform that action at this time.
0 commit comments