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

Wrong integer format in openapi spec for read only big integers #1375

Open
poroh opened this issue Feb 3, 2025 · 0 comments
Open

Wrong integer format in openapi spec for read only big integers #1375

poroh opened this issue Feb 3, 2025 · 0 comments

Comments

@poroh
Copy link

poroh commented Feb 3, 2025

Describe the bug

Please take a look at:
encode/django-rest-framework#9642

To Reproduce

1, Create model with integer that requires int64.
2. Make it readonly in view

Expected behavior

Openapi spec contains format: int64 for these integers

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant