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 810336f commit 6cce3b2Copy full SHA for 6cce3b2
testapp/settings.py
@@ -56,6 +56,7 @@
56
'expressions_case.tests.CaseExpressionTests.test_annotate_with_in_clause',
57
'expressions_window.tests.WindowFunctionTests.test_nth_returns_null',
58
'expressions_window.tests.WindowFunctionTests.test_nthvalue',
59
+ 'expressions_window.tests.WindowFunctionTests.test_range_n_preceding_and_following',
60
'ordering.tests.OrderingTests.test_orders_nulls_first_on_filtered_subquery',
61
'queries.test_bulk_update.BulkUpdateNoteTests.test_set_field_to_null',
62
'get_or_create.tests.UpdateOrCreateTransactionTests.test_creation_in_transaction',
0 commit comments