File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -70,6 +70,7 @@ class DatabaseFeatures(BaseDatabaseFeatures):
7070 'model_fields.test_booleanfield.BooleanFieldTests.test_null_default' ,
7171 'fixtures.tests.FixtureLoadingTests.test_loaddata_error_message' ,
7272 'generic_relations.tests.GenericRelationsTests.test_unsaved_instance_on_generic_foreign_key' ,
73+ 'generic_relations_regress.tests.GenericRelationTests.test_target_model_is_unsaved' ,
7374 'm2m_through.tests.M2mThroughTests.test_add_on_m2m_with_intermediate_model_value_required_fails' ,
7475 'm2m_through.tests.M2mThroughTests.test_create_on_m2m_with_intermediate_model_value_required_fails' ,
7576 'm2m_through.tests.M2mThroughTests.test_get_or_create_on_m2m_with_intermediate_model_value_required_fails' ,
@@ -322,6 +323,7 @@ class DatabaseFeatures(BaseDatabaseFeatures):
322323 },
323324 'It can be problematic if a model instance is manually assigned a pk value.' : {
324325 'contenttypes_tests.test_views.ContentTypesViewsSiteRelTests.test_shortcut_view_with_null_site_fk' ,
326+ 'contenttypes_tests.test_views.ContentTypesViewsSiteRelTests.test_shortcut_view_with_site_m2m' ,
325327 },
326328 }
327329
You can’t perform that action at this time.
0 commit comments