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.

Project Versions

Table Of Contents

Previous topic

Finders

Next topic

Middleware

This Page