I am using class based views in django rest framework and i try to access request.body from a Post request but i got an error "django.http.request.RawPostDataException: You cannot access body after reading from request's data stream" Note that i only access request.body once in my view
-- 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 [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/django-rest-framework/ea5f7a14-5f97-480b-9bc1-9caa7d202290n%40googlegroups.com.
