Paul Hallett

Results 105 comments of Paul Hallett

I'm happy to give this a go :)

Could the serializer accept the renderer / encoder as an option? Or have a default? For an API representation: ``` python class APIUserSerializer(Serializer): renderer_class = JSONRenderer ... ``` For a...

The reducer in this case could be a simple type of renderer? Encoding the data from an external data type to an internal version (like your unreducer) could also be...

@MoritzS yes, that flow looks sensible. I'm worried that by sticking to "forms" we're missing out on the flexibility and potential of this change, and we should consider html form...

Currently rewriting the docs, so we can make sure we cover this there.

Closing as resolved, adding as a potential docs enhancement

This would be an awesome data set to integrate but definitely a massive undertaking!

Yeah I like that :)

This is a really good explanation and argument. I'm keen to understand how some of our sources, like Veekun's pokedex, have discussed adding these. Do we have any insight into...