Sébastien Diemer

Results 4 comments of Sébastien Diemer

> If this is not enough for your needs you will need to write separate "read" and "write" serializers. And can drf-yasg automatically generate the spec from these serializers ?...

This is what I ended up doing https://github.com/Polyconseil/django-mds/blob/master/mds/apis/utils.py#L70-L81 With a customized schema generator https://github.com/Polyconseil/django-mds/blob/master/mds/apis/utils.py#L136-L213 Not ideal at all :( but it more or less works

thank you for your precise answer

Very interested by geohash on my side. And thanks again for the awesome work!