Skip to content

Commit 12a7cb5

Browse files
committed
Update to Django 6.1
1 parent 0726189 commit 12a7cb5

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.evergreen/run-tests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ python -m pip install -U pip
99
pip install -e .
1010

1111
# Install django and test dependencies
12-
git clone --branch mongodb-6.0.x https://github.com/mongodb-forks/django django_repo
12+
git clone --branch mongodb-6.1.x https://github.com/mongodb-forks/django django_repo
1313
pushd django_repo/tests/
1414
pip install -e ..
1515
pip install -r requirements/py3.txt

.github/workflows/test-python-atlas.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
uses: actions/checkout@v5
3434
with:
3535
repository: 'mongodb-forks/django'
36-
ref: 'mongodb-6.0.x'
36+
ref: 'mongodb-6.1.x'
3737
path: 'django_repo'
3838
persist-credentials: false
3939
- name: Install system packages for Django's Python test dependencies

.github/workflows/test-python-geo.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
uses: actions/checkout@v5
3535
with:
3636
repository: 'mongodb-forks/django'
37-
ref: 'mongodb-6.0.x'
37+
ref: 'mongodb-6.1.x'
3838
path: 'django_repo'
3939
persist-credentials: false
4040
- name: Install system packages for Django's Python test dependencies

.github/workflows/test-python.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
uses: actions/checkout@v5
3434
with:
3535
repository: 'mongodb-forks/django'
36-
ref: 'mongodb-6.0.x'
36+
ref: 'mongodb-6.1.x'
3737
path: 'django_repo'
3838
persist-credentials: false
3939
- name: Install system packages for Django's Python test dependencies

django_mongodb_backend/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "6.0.0b0.dev0"
1+
__version__ = "6.1.0b0.dev0"
22

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

0 commit comments

Comments
 (0)