Skip to content

Commit 73c13fa

Browse files
committed
add new schema skips and remove a test fixed on the Django fork
1 parent e486197 commit 73c13fa

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

django_mongodb/features.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,9 @@ class DatabaseFeatures(BaseDatabaseFeatures):
8585
"backends.tests.ThreadTests.test_pass_connection_between_threads",
8686
"backends.tests.ThreadTests.test_closing_non_shared_connections",
8787
"backends.tests.ThreadTests.test_default_connection_thread_local",
88+
# AddField
89+
"schema.tests.SchemaTests.test_add_indexed_charfield",
90+
"schema.tests.SchemaTests.test_add_unique_charfield",
8891
# Add/RemoveIndex
8992
"migrations.test_operations.OperationTests.test_add_index",
9093
"migrations.test_operations.OperationTests.test_alter_field_with_index",
@@ -109,8 +112,8 @@ class DatabaseFeatures(BaseDatabaseFeatures):
109112
"schema.tests.SchemaTests.test_alter_not_unique_field_to_primary_key",
110113
"schema.tests.SchemaTests.test_alter_null_to_not_null",
111114
"schema.tests.SchemaTests.test_alter_primary_key_the_same_name",
112-
"schema.tests.SchemaTests.test_autofield_to_o2o",
113115
# AlterField (db_index)
116+
"schema.tests.SchemaTests.test_alter_renames_index",
114117
"schema.tests.SchemaTests.test_indexes",
115118
"schema.tests.SchemaTests.test_remove_constraints_capital_letters",
116119
"schema.tests.SchemaTests.test_remove_db_index_doesnt_remove_custom_indexes",

0 commit comments

Comments
 (0)