Adrian Capitanu

Results 2 comments of Adrian Capitanu

An easy way to solve this is to have parsers define a `media_type`, just like response renderers. Then an API/Router definition would look like this: ` NinjaAPI(parsers=[JSONParser(), XMLParser()]) ` As...

Hhhm, it does work on the playground and also if I give it a schema on the model field but not via Javascript, using ``` form.update({ schema: schema, data: form.getData()...