Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/django/django
/ empty_response
Function
empty_response
tests/cache/tests.py:85–86 ·
view source on GitHub ↗
(request)
Source
from the content-addressed store, hash-verified
83
84
85
def
empty_response(request):
86
return
HttpResponse()
87
88
89
KEY_ERRORS_WITH_MEMCACHED_MSG = (
Callers
nothing calls this directly
Calls
1
HttpResponse
Class · 0.90
Tested by
no test coverage detected