Code
Hub
Workspaces
Connect your AI tool
Indexed graphs
Engine
MCP
copy
hub
/
github.com/django/django
/ HttpResponseRedirect
Class
HttpResponseRedirect
django/http/response.py:671–673 · django/http/response.py::HttpResponseRedirect
Source
from the content-addressed store, hash-verified
669
670
671
class
HttpResponseRedirect(HttpResponseRedirectBase):
672
status_code = 302
673
status_code_preserve_request = 307
674
675
676
class
HttpResponsePermanentRedirect(HttpResponseRedirectBase):
Callers
15
user_change_password
Method · 0.90
dispatch
Method · 0.90
form_valid
Method · 0.90
post
Method · 0.90
redirect_to_login
Function · 0.90
dispatch
Method · 0.90
shortcut
Function · 0.90
inner
Method · 0.90
login
Method · 0.90
response_add
Method · 0.90
response_change
Method · 0.90
_response_post_save
Method · 0.90
Calls
no outgoing calls
Tested by
3
test_redirect
Method · 0.72
test_redirect_lazy
Method · 0.72
test_redirect_repr
Method · 0.72