MCPcopy
hub / github.com/django/django / HttpResponsePermanentRedirect

Class HttpResponsePermanentRedirect

django/http/response.py:676–678  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

674
675
676class HttpResponsePermanentRedirect(HttpResponseRedirectBase):
677 status_code = 301
678 status_code_preserve_request = 308
679
680
681class HttpResponseNotModified(HttpResponse):

Callers 4

flatpageFunction · 0.90
catch_all_viewMethod · 0.90
process_requestMethod · 0.90
getMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected