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 d5e56af commit 9e4cfe7Copy full SHA for 9e4cfe7
testapp/settings.py
@@ -293,6 +293,10 @@
293
# Generated field 5.0.6 tests
294
'migrations.test_operations.OperationTests.test_invalid_generated_field_changes_on_rename_virtual',
295
'migrations.test_operations.OperationTests.test_invalid_generated_field_changes_on_rename_stored',
296
+
297
+ # Skip these tests for Django 5.1
298
+ 'indexes.tests.SchemaIndexesTests.test_alter_field_unique_false_removes_deferred_sql',
299
+ 'backends.base.test_base.ExecuteWrapperTests.test_wrapper_debug',
300
301
]
302
0 commit comments