|
268 | 268 | 'schema.tests.SchemaTests.test_autofield_to_o2o', |
269 | 269 | 'schema.tests.SchemaTests.test_add_auto_field', |
270 | 270 | 'prefetch_related.tests.PrefetchRelatedTests.test_m2m_prefetching_iterator_with_chunks', |
271 | | - 'queries.test_q.QCheckTests.test_basic', |
272 | | - 'queries.test_q.QCheckTests.test_boolean_expression', |
273 | | - 'queries.test_q.QCheckTests.test_expression', |
274 | | - 'constraints.tests.CheckConstraintTests.test_validate', |
275 | | - 'constraints.tests.CheckConstraintTests.test_validate_boolean_expressions', |
276 | | - 'constraints.tests.UniqueConstraintTests.test_model_validation_with_condition', |
277 | | - 'constraints.tests.UniqueConstraintTests.test_validate_condition', |
278 | | - 'constraints.tests.UniqueConstraintTests.test_validate_expression_condition', |
279 | 271 | 'migrations.test_operations.OperationTests.test_create_model_with_boolean_expression_in_check_constraint', |
280 | 272 | 'queries.test_qs_combinators.QuerySetSetOperationTests.test_union_in_subquery_related_outerref', |
281 | 273 | # These tests pass on SQL Server 2022 or newer |
|
300 | 292 | 'queries.test_qs_combinators.QuerySetSetOperationTests.test_union_with_select_related_and_order', |
301 | 293 | 'expressions_window.tests.WindowFunctionTests.test_limited_filter', |
302 | 294 | 'schema.tests.SchemaTests.test_remove_ignored_unique_constraint_not_create_fk_index', |
303 | | - 'constraints.tests.UniqueConstraintTests.test_validate_nullable_textfield_with_isnull_true', |
304 | | - |
305 | | - # Django 5.0 |
306 | | - 'constraints.tests.CheckConstraintTests.test_validate_custom_error', |
307 | | - 'constraints.tests.CheckConstraintTests.test_validate_nullable_jsonfield', |
308 | | - 'constraints.tests.CheckConstraintTests.test_validate_pk_field', |
309 | 295 | ] |
310 | 296 |
|
311 | 297 | REGEX_TESTS = [ |
|
0 commit comments