Skip to content

Support DRF 3.10+ generateschema (OAS 3) #604

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

Closed
n2ygk opened this issue Mar 28, 2019 · 4 comments · Fixed by #772
Closed

Support DRF 3.10+ generateschema (OAS 3) #604

n2ygk opened this issue Mar 28, 2019 · 4 comments · Fixed by #772
Assignees

Comments

@n2ygk
Copy link
Contributor

n2ygk commented Mar 28, 2019

DRF 3.10 is adding support to generate an openapi 3.0 schema: encode/django-rest-framework#6532. There will likely be some enhancements needed for DJA to support this new functionality.

@n2ygk
Copy link
Contributor Author

n2ygk commented May 24, 2019

FYI - Work in progress prototyping this along with forthcoming DRF 3.10 milestone.

I hope to have this "Real Soon Now" in conjunction with DRF 3.10 release.

@n2ygk
Copy link
Contributor Author

n2ygk commented May 30, 2019

DjangoFilterBackend.get_schema_operation_parameters() is missing in upstream carltongibson/django-filter#1083

@n2ygk
Copy link
Contributor Author

n2ygk commented May 31, 2019

Submitted carltongibson/django-filter#1086 to upstream.

@n2ygk
Copy link
Contributor Author

n2ygk commented Jun 6, 2019

I've prototyped this at columbia-it/django-jsonapi-training#1 in preparation for refactoring to a PR here. This is also currently running at https://ac45devapp01.cc.columbia.edu/v1/openapi/ if anyone is interested in seeing what it looks like.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment