Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 359 Bytes

http.rst

File metadata and controls

13 lines (9 loc) · 359 Bytes

Http

This module defines additional HttpResponse types.

JsonResponse

JsonResponse takes context data and passes it through simplejson.dumps. It also changes the mimetype to application/json. This does not automatically handle queryset serialization.