QueryDict.setlist(key, list_) [source] Sets the given key to list_ (unlike
class HttpResponseNotAllowed [source] Like HttpResponse, but uses a 405 status
class HttpResponseRedirect [source] The first argument to the constructor is required – the
class HttpResponsePermanentRedirect [source] Like HttpResponseRedirect, but
QueryDict.setdefault(key, default=None) [source] Just like the standard dictionary
StreamingHttpResponse.streaming This is always True.
StreamingHttpResponse.streaming_content An iterator of strings representing the content.
class JsonResponse(data, encoder=DjangoJSONEncoder, safe=True, json_dumps_params=None, **kwargs) [source]
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
Page 5 of 10