We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c6699e commit ae62ff7Copy full SHA for ae62ff7
django_snowflake/features.py
@@ -190,6 +190,8 @@ class DatabaseFeatures(BaseDatabaseFeatures):
190
},
191
'Snowflake does not enforce UNIQUE constraints.': {
192
'auth_tests.test_basic.BasicTestCase.test_unicode_username',
193
+ # pending: https://github.com/django/django/pull/19405#pullrequestreview-3513273017
194
+ 'auth_tests.test_management.PermissionRenameOperationsTests.test_rename_permission_conflict',
195
'auth_tests.test_migrations.ProxyModelWithSameAppLabelTests.test_migrate_with_existing_target_permission',
196
'composite_pk.test_create.CompositePKCreateTests.test_save_default_pk_set',
197
'composite_pk.tests.CompositePKTests.test_error_on_comment_pk_conflict',
0 commit comments