Skip to content

Commit 6cce3b2

Browse files
author
Tim Nyborg
committed
handle django 2.2 not excluding test via db feature flag
1 parent 810336f commit 6cce3b2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

testapp/settings.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@
5656
'expressions_case.tests.CaseExpressionTests.test_annotate_with_in_clause',
5757
'expressions_window.tests.WindowFunctionTests.test_nth_returns_null',
5858
'expressions_window.tests.WindowFunctionTests.test_nthvalue',
59+
'expressions_window.tests.WindowFunctionTests.test_range_n_preceding_and_following',
5960
'ordering.tests.OrderingTests.test_orders_nulls_first_on_filtered_subquery',
6061
'queries.test_bulk_update.BulkUpdateNoteTests.test_set_field_to_null',
6162
'get_or_create.tests.UpdateOrCreateTransactionTests.test_creation_in_transaction',

0 commit comments

Comments
 (0)