Skip to content

Commit

Permalink
failure
Browse files Browse the repository at this point in the history
  • Loading branch information
timgraham committed Jan 7, 2022
1 parent 85da94f commit e97269e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions django_snowflake/features.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ class DatabaseFeatures(BaseDatabaseFeatures):
'model_fields.test_booleanfield.BooleanFieldTests.test_null_default',
'fixtures.tests.FixtureLoadingTests.test_loaddata_error_message',
'generic_relations.tests.GenericRelationsTests.test_unsaved_instance_on_generic_foreign_key',
'generic_relations_regress.tests.GenericRelationTests.test_target_model_is_unsaved',
'm2m_through.tests.M2mThroughTests.test_add_on_m2m_with_intermediate_model_value_required_fails',
'm2m_through.tests.M2mThroughTests.test_create_on_m2m_with_intermediate_model_value_required_fails',
'm2m_through.tests.M2mThroughTests.test_get_or_create_on_m2m_with_intermediate_model_value_required_fails',
Expand Down Expand Up @@ -322,6 +323,7 @@ class DatabaseFeatures(BaseDatabaseFeatures):
},
'It can be problematic if a model instance is manually assigned a pk value.': {
'contenttypes_tests.test_views.ContentTypesViewsSiteRelTests.test_shortcut_view_with_null_site_fk',
'contenttypes_tests.test_views.ContentTypesViewsSiteRelTests.test_shortcut_view_with_site_m2m',
},
}

Expand Down

0 comments on commit e97269e

Please sign in to comment.