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.
2 parents 6fac90c + 772f41b commit 32d6fb3Copy full SHA for 32d6fb3
testapp/settings.py
@@ -301,6 +301,7 @@
301
'queries.test_qs_combinators.QuerySetSetOperationTests.test_union_with_select_related_and_order',
302
'expressions_window.tests.WindowFunctionTests.test_limited_filter',
303
'schema.tests.SchemaTests.test_remove_ignored_unique_constraint_not_create_fk_index',
304
+ 'constraints.tests.UniqueConstraintTests.test_validate_nullable_textfield_with_isnull_true',
305
]
306
307
REGEX_TESTS = [
0 commit comments