Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
our middleware src/sentry/utils/linksign.py when request.POST is accessed, django multipartparser is invoked and the underlying WSGIRequest buf is exhausted before it can get to DRF. WSGIRequest._files is still accessible, but they aren't read back into the buf on the 2nd time. according to encode/django-rest-framework#3951, the fix should be in drf 3.4.7.
- Loading branch information