Discussion:
Multipartparser
Musharaf Baig
2018-10-08 09:56:46 UTC
Permalink
Hi I am using django rest framework with angularjs frontend. I am sending
form data (also contains file) with
multipart/form-data
but I am wondering what is the use of Multipartparser
<https://www.django-rest-framework.org/api-guide/parsers/#multipartparser>
because my server is accepting the form data without defining the
parse_classes . Can anyone please tell me why is it not giving error for
parse classes as I have not defined any of them but it works fine. Thanks!
--
You received this message because you are subscribed to the Google Groups "Django REST framework" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-rest-framework+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Loading...