You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ideally, there would be an entry noting a breaking change on something like SchemaGenerator().get_serializer_fields(...) since it is now a part of AutoSchema. For my use case I went from:
Checklist
master
branch of Django REST framework.Steps to reproduce
Expected behavior
Ideally, there would be an entry noting a breaking change on something like
SchemaGenerator().get_serializer_fields(...)
since it is now a part ofAutoSchema
. For my use case I went from:to
however I needed to go through the issue tracker and recent PRs to find that this was the solution.
Actual behavior
The changelog should have a correct reference to the breaking change and the solution to fix it.
Also, thanks for the awesome work you guys do! 😄
The text was updated successfully, but these errors were encountered: