Étienne Noss

Results 3 comments of Étienne Noss

Hello, you can't have 2 serializers with the same name, the error message explains what you can do to fix the issue.

You can write your own `PaginationInspector` subclass and make DRF use it, either through the [`DEFAULT_PAGINATION_INSPECTOR`](https://drf-yasg.readthedocs.io/en/stable/drf_yasg.html#drf_yasg.utils.swagger_auto_schema) setting or as an argument to [`swagger_auto_schema`](https://drf-yasg.readthedocs.io/en/stable/drf_yasg.html#drf_yasg.utils.swagger_auto_schema).

Hello, any news on this ? That would be a nice feature to have. I could help finish this PR if needed.