File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 47
47
uses : actions/checkout@v4
48
48
with :
49
49
repository : ' mongodb-forks/django'
50
- ref : ' mongodb-5.0 .x'
50
+ ref : ' mongodb-5.1 .x'
51
51
path : ' django_repo'
52
52
- name : Install system packages for Django's Python test dependencies
53
53
run : |
Original file line number Diff line number Diff line change 1
- __version__ = "5.0a0 "
1
+ __version__ = "5.1a0 "
2
2
3
3
# Check Django compatibility before other imports which may fail if the
4
4
# wrong version of Django is installed.
Original file line number Diff line number Diff line change @@ -94,7 +94,7 @@ class DatabaseFeatures(BaseDatabaseFeatures):
94
94
"lookup.tests.LookupTests.test_lookup_collision" ,
95
95
"expressions.test_queryset_values.ValuesExpressionsTests.test_values_list_expression" ,
96
96
"expressions.test_queryset_values.ValuesExpressionsTests.test_values_list_expression_flat" ,
97
- "expressions.tests.IterableLookupInnerExpressionsTests.test_expressions_in_lookups_join_choice " ,
97
+ "expressions.tests.IterableLookupInnerExpressionsTests.test_expressions_range_lookups_join_choice " ,
98
98
"expressions_case.tests.CaseExpressionTests.test_join_promotion" ,
99
99
"expressions_case.tests.CaseExpressionTests.test_join_promotion_multiple_annotations" ,
100
100
"ordering.tests.OrderingTests.test_order_by_grandparent_fk_with_expression_in_default_ordering" ,
You can’t perform that action at this time.
0 commit comments