`LogoutView`'s non-compliance with `drf-spectacular`
niccolomineo opened this issue · 0 comments
niccolomineo commented
I am using Swagger UI via drf-spectacular
in conjunction with django-rest-auth
and I am getting the following warning:
Error #0: LogoutView: unable to guess serializer. This is graceful fallback handling for APIViews. Consider using GenericAPIView as view base class, if view is under your control. Ignoring view for now.