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.