[Fixed]-List field input in django rest frameowrk browsable api – mongoengine

1👍

DRF does only support Django’s fields. You likely need to make some fields more explicits in the serializer’s declaration, like making tags inherit from a serializer.ListField.

Leave a comment