StreamingHttpResponse.streaming_content An iterator of strings representing the content.
StreamingHttpResponse.streaming This is always True.
HttpResponse.streaming This is always False. This attribute exists so middleware
HttpRequest.FILES A dictionary-like object containing all uploaded files. Each key in FILES is the name
HttpRequest.path_info Under some Web server configurations, the portion of the URL after the host name is split up into a script
QueryDict.iteritems() Just like the standard dictionary iteritems() method. Like QueryDict.items()
QueryDict.lists() Like items(), except it includes all values, as a list, for each member of the dictionary. For
HttpRequest.user From the
QueryDict.setdefault(key, default=None) [source] Just like the standard dictionary
HttpResponse.set_cookie(key, value='', max_age=None, expires=None, path='/', domain=None, secure=None, httponly=False) Sets
Page 6 of 10