Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/django/django
/ HttpResponseNotFound
Class
HttpResponseNotFound
django/http/response.py:701–702 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
699
700
701
class
HttpResponseNotFound(HttpResponse):
702
status_code = 404
703
704
705
class
HttpResponseForbidden(HttpResponse):
Callers
7
technical_404_response
Function · 0.90
page_not_found
Function · 0.90
get_response_404
Function · 0.90
test_append_slash_redirect
Method · 0.90
test_append_slash_leading_slashes
Method · 0.90
test_non_ascii_query_string_does_not_crash
Method · 0.90
bad_view
Function · 0.90
Calls
no outgoing calls
Tested by
4
get_response_404
Function · 0.72
test_append_slash_redirect
Method · 0.72
test_append_slash_leading_slashes
Method · 0.72
test_non_ascii_query_string_does_not_crash
Method · 0.72