Skip to content

Commit 320b096

Browse files
authored
Merge pull request #76 from fourdigits/add-auto-complete-for-request
Add autocomplete supprt for request
2 parents c01cb41 + 6a4cf3b commit 320b096

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

djlsp/scripts/django-collector.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@
127127
"MEDIA_URL": None,
128128
},
129129
"django.template.context_processors.request": {
130-
"request": None,
130+
"request": "django.http.request.HttpRequest",
131131
},
132132
# Django: auth
133133
"django.contrib.auth.context_processors.auth": {

0 commit comments

Comments
 (0)