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 c4d87b8 commit cd309c7Copy full SHA for cd309c7
testapp/settings.py
@@ -330,11 +330,6 @@
330
'foreign_object.test_tuple_lookups.TupleLookupsTests.test_tuple_in_subquery',
331
'foreign_object.test_agnostic_order_trimjoin.TestLookupQuery.test_deep_mixed_backward',
332
333
- # Migration data persistence - exclude entire module due to table name with spaces issue
334
- 'migration_test_data_persistence',
335
- 'migration_test_data_persistence.tests',
336
- 'migration_test_data_persistence.tests.MigrationDataPersistenceClassSetup',
337
-
338
# Multi-column foreign key tests with tuple lookups - also affected by SQL Server limitations
339
# TODO: Fix tuple lookup generation for multi-column FKs
340
'foreign_object.tests.MultiColumnFKTests.test_double_nested_query',
0 commit comments