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 894f3d1 commit b1f3e4fCopy full SHA for b1f3e4f
.github/workflows/runtests.py
@@ -119,6 +119,7 @@
119
"queries",
120
"queries_",
121
"queryset_pickle",
122
+ "raw_query",
123
"redirects_tests",
124
"reserved_names",
125
"reverse_lookup",
.github/workflows/test-python.yml
@@ -32,7 +32,7 @@ jobs:
32
- name: Checkout Django
33
uses: actions/checkout@v4
34
with:
35
- repository: 'mongodb-forks/django'
+ repository: 'aclark4life/django'
36
ref: 'mongodb-5.0.x'
37
path: 'django_repo'
38
persist-credentials: false
0 commit comments