Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork7k
FixesBrowsableAPIRenderer for usage withListSerializer.#7530
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
FixesBrowsableAPIRenderer for usage withListSerializer.#7530
Uh oh!
There was an error while loading.Please reload this page.
Conversation
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
33df4bb toff1778eCompareThis issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
auvipy left a comment
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.
can you please rebase to fix the failing CI?
Renders list of items in raw_data_form and does not renders form intemplate while using with `ListSerializer` (`many=True`).
ff1778e to837360eCompare
Uh oh!
There was an error while loading.Please reload this page.
When using ListSerializer as viewset serializer_class rendering of view in BrowsableAPI fails with:
BrowsableAPIRenderer cannot render multiple objects in HTML form and should render list example in Raw data.
This PR fixes the issue described above by rendering list of items in Raw data tab and not rendering HTML data tab while ListSerializer is used for viewset serializer_class.
