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 b68b13f commit 6d02b2cCopy full SHA for 6d02b2c
.github/workflows/test-python.yml
@@ -47,7 +47,7 @@ jobs:
47
uses: actions/checkout@v4
48
with:
49
repository: 'mongodb-forks/django'
50
- ref: 'mongodb-5.0.x'
+ ref: 'mongodb-5.1.x'
51
path: 'django_repo'
52
- name: Install system packages for Django's Python test dependencies
53
run: |
django_mongodb/__init__.py
@@ -1,4 +1,4 @@
1
-__version__ = "5.0a0"
+__version__ = "5.1a0"
2
3
# Check Django compatibility before other imports which may fail if the
4
# wrong version of Django is installed.
0 commit comments