Replies: 1 comment 30 replies
-
Thanks for bringing up this discussion. So far schema generator has not been deprecated in DRF. Once it is, we should also follow and deprecate it in DJA. Till then, I am happy to integrate small improvements like doc updates or obvious errors etc. As OpenAPI won't be a direct feature of DRF anymore and also not a requirement of the JSON:API spec I would love to see a separate library based on drf-spectacular to be developed like drf-spectacular-json-api. This would follow the spirit of DRF and drf-yasg-json-api is a great example where this worked out well. Would be anyone willing working on such a library? |
Beta Was this translation helpful? Give feedback.
30 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Per encode/django-rest-framework#8453 upstream DRF is deprecating the internal schema generator in lieu of recommending use of drf-spectactular so we'll need to do the same since our openapi schema support extends DRF's and there have been outstanding upstream improvements (such as encode/django-rest-framework#7516) that will never be implemented in DRF.
Beta Was this translation helpful? Give feedback.
All reactions