Skip to content

Commit 81202e9

Browse files
committed
update to Django 5.1
1 parent b68b13f commit 81202e9

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/test-python.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
uses: actions/checkout@v4
4848
with:
4949
repository: 'mongodb-forks/django'
50-
ref: 'mongodb-5.0.x'
50+
ref: 'mongodb-5.1.x'
5151
path: 'django_repo'
5252
- name: Install system packages for Django's Python test dependencies
5353
run: |

django_mongodb/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "5.0a0"
1+
__version__ = "5.1a0"
22

33
# Check Django compatibility before other imports which may fail if the
44
# wrong version of Django is installed.

django_mongodb/features.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ class DatabaseFeatures(BaseDatabaseFeatures):
9494
"lookup.tests.LookupTests.test_lookup_collision",
9595
"expressions.test_queryset_values.ValuesExpressionsTests.test_values_list_expression",
9696
"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",
9898
"expressions_case.tests.CaseExpressionTests.test_join_promotion",
9999
"expressions_case.tests.CaseExpressionTests.test_join_promotion_multiple_annotations",
100100
"ordering.tests.OrderingTests.test_order_by_grandparent_fk_with_expression_in_default_ordering",

0 commit comments

Comments
 (0)