Package django :: Package http :: Class HttpResponseRedirect
[hide private]
[frames] | no frames]

Class HttpResponseRedirect

source code

  object --+    
           |    
HttpResponse --+
               |
              HttpResponseRedirect

Instance Methods [hide private]
 
__init__(self, redirect_to)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
source code

Inherited from HttpResponse: __contains__, __delitem__, __getitem__, __iter__, __setitem__, __str__, close, delete_cookie, flush, get, has_header, items, next, set_cookie, tell, write

Inherited from HttpResponse (private): _get_content, _set_content

Inherited from object: __delattr__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__

Class Variables [hide private]
  status_code = 302

Inherited from HttpResponse: content

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, redirect_to)
(Constructor)

source code 

x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Overrides: HttpResponse.__init__