gongul
gongul
the problem occurs when collectionFormat: "muiti" is not a problem. I hope this problem can be solved soon.
There is no problem when tested as below. Give me more information. serializer ``` class AddressSerializer(NestedHyperlinkedModelSerializer): user = NestedHyperlinkedIdentityField( view_name='user-detail', parent_lookup_kwargs={ 'user_pk': 'user__pk', }, ) class Meta: model = Address...
drf_yasg.generators.OpenAPISchemaGenerator must be overridden this method is {pk} Force translation of path arguments into model field names. [https://drf-yasg.readthedocs.io/en/stable/drf_yasg.html#drf_yasg.generators.OpenAPISchemaGenerator.coerce_path](https://drf-yasg.readthedocs.io/en/stable/drf_yasg.html#drf_yasg.generators.OpenAPISchemaGenerator.coerce_path) ``` from drf_yasg.generators import OpenAPISchemaGenerator class CustomOpenAPISchemaGenerator(OpenAPISchemaGenerator): def get_endpoints(self, request): """Iterate over...