Skip to content

Commit

Permalink
Merge branch 'dev' into 164
Browse files Browse the repository at this point in the history
  • Loading branch information
mShan0 authored Jun 26, 2024
2 parents 0b79c36 + b2eec58 commit 6fd9a0b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions testapp/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -289,6 +289,11 @@
'queries.test_qs_combinators.QuerySetSetOperationTests.test_union_with_select_related_and_order',
'expressions_window.tests.WindowFunctionTests.test_limited_filter',
'schema.tests.SchemaTests.test_remove_ignored_unique_constraint_not_create_fk_index',

# Generated field 5.0.6 tests
'migrations.test_operations.OperationTests.test_invalid_generated_field_changes_on_rename_virtual',
'migrations.test_operations.OperationTests.test_invalid_generated_field_changes_on_rename_stored',

]

REGEX_TESTS = [
Expand Down

0 comments on commit 6fd9a0b

Please sign in to comment.