MCPcopy
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
671class HttpResponseRedirect(HttpResponseRedirectBase):
672 status_code = 302
673 status_code_preserve_request = 307
674
675
676class HttpResponsePermanentRedirect(HttpResponseRedirectBase):

Callers 15

user_change_passwordMethod · 0.90
dispatchMethod · 0.90
form_validMethod · 0.90
postMethod · 0.90
redirect_to_loginFunction · 0.90
dispatchMethod · 0.90
shortcutFunction · 0.90
innerMethod · 0.90
loginMethod · 0.90
response_addMethod · 0.90
response_changeMethod · 0.90
_response_post_saveMethod · 0.90

Calls

no outgoing calls

Tested by 3

test_redirectMethod · 0.72
test_redirect_lazyMethod · 0.72
test_redirect_reprMethod · 0.72