Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/django/django
/ get
Method
get
tests/middleware/views.py:26–27 ·
view source on GitHub ↗
(self, *args, **kwargs)
Source
from the content-addressed store, hash-verified
24
@method_decorator(no_append_slash, name=
"dispatch"
)
25
class
SensitiveCBV(View):
26
def
get(self, *args, **kwargs):
27
return
HttpResponse()
28
29
30
def
csp_nonce(request):
Callers
15
test_field_can_be_called_exact
Method · 0.45
test_append_slash_have_slash
Method · 0.45
test_append_slash_slashless_resource
Method · 0.45
test_append_slash_slashless_unknown
Method · 0.45
test_append_slash_redirect
Method · 0.45
test_append_slash_redirect_querystring
Method · 0.45
test_append_slash_redirect_querystring_have_slash
Method · 0.45
test_append_slash_no_redirect_in_DEBUG
Method · 0.45
test_append_slash_disabled
Method · 0.45
test_append_slash_opt_out
Method · 0.45
test_append_slash_quoted
Method · 0.45
test_append_slash_leading_slashes
Method · 0.45
Calls
1
HttpResponse
Class · 0.90
Tested by
15
test_field_can_be_called_exact
Method · 0.36
test_append_slash_have_slash
Method · 0.36
test_append_slash_slashless_resource
Method · 0.36
test_append_slash_slashless_unknown
Method · 0.36
test_append_slash_redirect
Method · 0.36
test_append_slash_redirect_querystring
Method · 0.36
test_append_slash_redirect_querystring_have_slash
Method · 0.36
test_append_slash_no_redirect_in_DEBUG
Method · 0.36
test_append_slash_disabled
Method · 0.36
test_append_slash_opt_out
Method · 0.36
test_append_slash_quoted
Method · 0.36
test_append_slash_leading_slashes
Method · 0.36