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 2be812b commit 5895dd9Copy full SHA for 5895dd9
.github/workflows/test-python.yml
@@ -30,8 +30,8 @@ jobs:
30
- name: Checkout Django
31
uses: actions/checkout@v4
32
with:
33
- repository: 'mongodb-forks/django'
34
- ref: 'mongodb-5.0.x'
+ repository: 'wavev/django'
+ ref: 'add-ObjectIdField'
35
path: 'django_repo'
36
- name: Install system packages for Django's Python test dependencies
37
run: |
0 commit comments