-
Notifications
You must be signed in to change notification settings - Fork 300
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
Comments
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. |
|
Submitted carltongibson/django-filter#1086 to upstream. |
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. |
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.
The text was updated successfully, but these errors were encountered: