Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[PR #3679/2e0c2933 backport][3.27] Quick fix for AnyType ruby bindings #3680

Commits on Jul 10, 2024

  1. Fix ruby bindings AnyType error

    The JSONField was yielding an empty type on the schema, which
    broke bindings generation.
    
    This replaces drf serializers.JSONField with a custom one that is an
    OpenApi 'object' type.
    
    Closes: #3639
    (cherry picked from commit 2e0c293)
    pedro-psb authored and patchback[bot] committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    b094823 View commit details
    Browse the repository at this point in the history