MCPcopy
hub / github.com/django/django / HttpResponseForbidden

Class HttpResponseForbidden

django/http/response.py:705–706  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

703
704
705class HttpResponseForbidden(HttpResponse):
706 status_code = 403
707
708
709class HttpResponseNotAllowed(HttpResponse):

Callers 2

csrf_failureFunction · 0.90
permission_deniedFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected