Serializer's validated_data is empty while using form data #8075
Unanswered
iamMHZ
asked this question in
Question & Answer
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi
I am using a nested route like :
path('<int:pk>/level/<int:level_id>/', MyView.as_view(), name='product-level'),
and I am sending
multipart/formdata
, but on the update method of the ModelSerializer I receivevalidated_data
as an empty dictionary.Does anybody have any idea?
Beta Was this translation helpful? Give feedback.
All reactions