aschn / drf-tracking

Utils to track requests to Django Rest Framework API views
http://drf-tracking.readthedocs.org/
ISC License
366 stars 95 forks source link

commented request body decode action line #131

Closed singhravi1 closed 5 years ago

singhravi1 commented 5 years ago

The line i have commented causes parse error if there is a file in multipart body. Why do we need this line anyway. We are storing the request data from line 33.

avelis commented 5 years ago

@singhravi1 I merged PR #132 which should address your issue.