We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7dbd70 commit a1414d7Copy full SHA for a1414d7
django_mongodb/features.py
@@ -130,9 +130,6 @@ class DatabaseFeatures(BaseDatabaseFeatures):
130
"schema.tests.SchemaTests.test_m2m_repoint",
131
"schema.tests.SchemaTests.test_m2m_repoint_custom",
132
"schema.tests.SchemaTests.test_m2m_repoint_inherited",
133
- "schema.tests.SchemaTests.test_m2m_through_alter",
134
- "schema.tests.SchemaTests.test_m2m_through_alter_custom",
135
- "schema.tests.SchemaTests.test_m2m_through_alter_inherited",
136
"schema.tests.SchemaTests.test_m2m_through_remove",
137
# add/remove_constraint
138
"schema.tests.SchemaTests.test_composed_constraint_with_fk",
0 commit comments