class HttpResponseNotModified [source] The constructor doesn’t take any arguments and no
HttpResponse.reason_phrase The HTTP reason phrase for the response.
QueryDict.setlistdefault(key, default_list=None) [source] Just like setdefault
HttpRequest.current_app The url template tag will use its value as the current_app argument to
QueryDict.__getitem__(key) Returns the value for the given key. If the key has more than one value, __getitem__()
QueryDict.iterlists() Like QueryDict.iteritems() except it includes all values, as a list, for each member of the
HttpRequest.method A string representing the HTTP method used in the request. This is guaranteed to be uppercase. Example:
class HttpResponseGone [source] Acts just like HttpResponse but uses a 410 status
QueryDict.itervalues() Just like QueryDict.values(), except an iterator. In addition
HttpResponse.__setitem__(header, value) Sets the given header name to the given value. Both header and value
Page 9 of 10