Skip to content

Release v0.12.4

Compare
Choose a tag to compare
@github-actions github-actions released this 11 Dec 10:42
· 115 commits to main since this release

Fixed

  • account for specifying the request serializer as a basic type (like OpenApiTypes.STR) or as a
    PolymorphicProxySerializer using @extend_schema(request=...) when determining error codes for validation errors.