File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change 4
4
5
5
class DatabaseFeatures (BaseDatabaseFeatures ):
6
6
allow_sliced_subqueries_with_in = False
7
+ allows_multiple_constraints_on_same_fields = False
7
8
can_create_inline_fk = False
8
9
can_introspect_foreign_keys = False
9
10
greatest_least_ignores_nulls = True
@@ -113,14 +114,11 @@ class DatabaseFeatures(BaseDatabaseFeatures):
113
114
"schema.tests.SchemaTests.test_remove_constraints_capital_letters" ,
114
115
"schema.tests.SchemaTests.test_remove_db_index_doesnt_remove_custom_indexes" ,
115
116
# AlterField (unique)
116
- "schema.tests.SchemaTests.test_remove_field_unique_does_not_remove_meta_constraints" ,
117
117
"schema.tests.SchemaTests.test_unique" ,
118
118
"schema.tests.SchemaTests.test_unique_and_reverse_m2m" ,
119
119
# alter_index_together
120
120
"schema.tests.SchemaTests.test_index_together" ,
121
- "schema.tests.SchemaTests.test_remove_index_together_does_not_remove_meta_indexes" ,
122
121
# alter_unique_together
123
- "schema.tests.SchemaTests.test_remove_unique_together_does_not_remove_meta_constraints" ,
124
122
"schema.tests.SchemaTests.test_unique_together" ,
125
123
# ManyToManyField
126
124
"schema.tests.SchemaTests.test_m2m_repoint" ,
You can’t perform that action at this time.
0 commit comments