Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
676
class
HttpResponsePermanentRedirect(HttpResponseRedirectBase):
677
status_code = 301
678
status_code_preserve_request = 308
679
680
681
class
HttpResponseNotModified(HttpResponse):
Callers
4
flatpage
Function · 0.90
catch_all_view
Method · 0.90
process_request
Method · 0.90
get
Method · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected