parse_html_list works incorrect #8113
Unanswered
makegodhere
asked this question in
Potential Issue
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In function
django-rest-framework/rest_framework/utils/html.py
Line 15 in 4137ef4
We have:
But if we send form-data request like this (list of objects for expamle):
firstName:[{"language": 1, "text": "Test"}, {"language": 2, "text": "Test2"}]
Function parse_html_list will work incorrect.
We need in this function something like this:
Beta Was this translation helpful? Give feedback.
All reactions