- Notifications
You must be signed in to change notification settings - Fork302
Added support to overwrite serializer methods in schema class#1098
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
I thought DRF had decided to stop merging schema generator changes in lieu of recommending an external library, drf-spectacular.
sliverc commentedOct 27, 2022 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
Thanks for merging. This change actually got integrated 2 years ago and I have just recently stumbled upon it. There is a recent changeencode/django-rest-framework#7493 which will affect DJA as well, so it seems minor changes are still merged, but nothing major. |
you are right, but crucial changes for thing important in DRF will also be merged. I know this from conversation with Tom Christie. DRF will deprecate core schema, but improve OpenAPI support. |
Description of the Change
This change makes the DJA schema class compatible with the DRF change introduced withencode/django-rest-framework#7424
Checklist
CHANGELOG.md
updated (only for user relevant changes)AUTHORS