MCPcopy
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
701class HttpResponseNotFound(HttpResponse):
702 status_code = 404
703
704
705class HttpResponseForbidden(HttpResponse):

Callers 7

technical_404_responseFunction · 0.90
page_not_foundFunction · 0.90
get_response_404Function · 0.90
bad_viewFunction · 0.90

Calls

no outgoing calls