jhill-cmd
jhill-cmd
I'm asking the same question.
any update ?
I have tested, but it doesn't looks like to work on my side but i might miss something. What i did: ``` # in app/serializer.py class CustomTokenCreateSerializer(TokenCreateSerializer): def validate(self, attrs):...
I do not fully understand why. ``` 'token_create': 'app.serializers.CustomTokenCreateSerializer', ``` is not supposed to indicate which serializer to call ?
Yes. I 've just posted my solution here #571 [post](https://github.com/sunscrapers/djoser/issues/571#issuecomment-790367556)
trying to do something like `es=EventDocument.search(body=body,size=10)['hits']['hits']` is it compatible?