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
There have been a lot of feature additions recently. Some work silently in the background, other don't. Someone coming onboard now might have a hard time using some of the more advanced features.
Make it easier to adopt drf-spectacular
Make transition from drf-yasg easier. some feature basically do the same with a different name.
Make it easier to solve common issues.
Explain the usage of @extend_schema(|_fields|_serializer), Extensions and hooks and their mechanics.
The text was updated successfully, but these errors were encountered:
that is a excellent idea, but it is probably impractical.
we support a sub-/super-set of the yasg features, e.g. no inspectors. we do have methods, manual_parameters, responses, operation_id, request_body, some of which might work 1to1 and other don't. so i believe its brittle to support this transparently. people will need to change their swagger_auto_schema calls. likely no way around it. on the bright side it is mostly a trivial change.
There have been a lot of feature additions recently. Some work silently in the background, other don't. Someone coming onboard now might have a hard time using some of the more advanced features.
drf-spectacular
drf-yasg
easier. some feature basically do the same with a different name.@extend_schema(|_fields|_serializer)
,Extensions
andhooks
and their mechanics.The text was updated successfully, but these errors were encountered: