You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I don't think this is going to be an easy fix, because the ProjectionSerializer doesn't know anything at all about what it's serializing. We might be able to silence the error, but even if we did the schema would be empty/meaningless.
I'm currently thinking about how django-readers might work with schemas. It's not simple because we (deliberately) don't consider types in our specs currently, and because of the way the library is designed we can't statically introspect the types from the underlying models easily. This will be a long-term piece of work I imagine, but I'll leave this issue open for now just so we can track it.
ProjectionSerializer
does not have alabel
attribute, so drf-yasg fails:The text was updated successfully, but these errors were encountered: