Skip to content

Conversation

@lovelydinosaur
Copy link
Contributor

Multipart uploads are included in the .request.POST attribute, when they should only appear in request.FILES.

Typically this won't be noticed as users of REST framework will be typically working with the unified request.data instead, but it is nonetheless a bug.

@lovelydinosaur lovelydinosaur added this to the 3.4.5 Release milestone Aug 15, 2016
@lovelydinosaur lovelydinosaur changed the title Do not include uploads in request.POST Do not include request.FILES items in request.POST Aug 15, 2016
@lovelydinosaur lovelydinosaur merged commit 101fd29 into master Aug 15, 2016
@lovelydinosaur lovelydinosaur deleted the do-not-include-files-in-post branch August 15, 2016 15:53
@lovelydinosaur lovelydinosaur mentioned this pull request Aug 19, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant