HttpResponse.__init__(content='', content_type=None, status=200, reason=None, charset=None) [source]
HttpResponse.writable() [source] Always True. This method makes an HttpResponse
QueryDict.values() Just like the standard dictionary values() method, except this uses the same last-value logic
HttpRequest.read(size=None) [source]
QueryDict.getlist(key, default=None) Returns the data with the requested key, as a Python list. Returns an empty list if the
class HttpResponsePermanentRedirect [source] Like HttpResponseRedirect, but
QueryDict.setlist(key, list_) [source] Sets the given key to list_ (unlike
class HttpResponseRedirect [source] The first argument to the constructor is required – the
HttpResponse.set_signed_cookie(key, value, salt='', max_age=None, expires=None, path='/', domain=None, secure=None, httponly=True) Like
HttpResponse.charset A string denoting the charset in which the response will be encoded. If not given at HttpResponse
Page 4 of 10