I have a django application with several views that accept json objects via POST requests. The json objects are medium-complex with a few layers of nesting, so I\'m using th
The documentation seems to imply that if you pass a content_type parameter to client.post, it will treat the data value as a document and POST it directly. So try this: