--
Ticket URL: <https://code.djangoproject.com/ticket/18481>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* needs_better_patch: => 0
* needs_docs: => 0
* needs_tests: => 0
* stage: Unreviewed => Accepted
--
Ticket URL: <https://code.djangoproject.com/ticket/18481#comment:1>
* cc: andre.cruz@… (added)
--
Ticket URL: <https://code.djangoproject.com/ticket/18481#comment:2>
* has_patch: 0 => 1
--
Ticket URL: <https://code.djangoproject.com/ticket/18481#comment:3>
* cc: hirokiky@… (added)
Comment:
I uploaded a patch about testing for this bug.
The testing was successful.
I applied the edevil's patch and run the testing with Python 2.7.1 and
3.3.
--
Ticket URL: <https://code.djangoproject.com/ticket/18481#comment:4>
Comment (by edevil):
I added a new patch that re-raises the exception in the standard format
seen on the rest of the codebase.
--
Ticket URL: <https://code.djangoproject.com/ticket/18481#comment:5>
Comment (by anonymous):
What's missing?
--
Ticket URL: <https://code.djangoproject.com/ticket/18481#comment:7>
* needs_tests: 0 => 1
--
Ticket URL: <https://code.djangoproject.com/ticket/18481#comment:8>
Comment (by anonymous):
Threre is also a patch for tests already attached.
--
Ticket URL: <https://code.djangoproject.com/ticket/18481#comment:9>
Comment (by timo):
I believe this pull request is the same as the second patch, however, it
doesn't have any tests (django/http/request.py is the only modified file).
https://github.com/django/django/pull/675
--
Ticket URL: <https://code.djangoproject.com/ticket/18481#comment:10>
* status: new => closed
* resolution: => fixed
Comment:
In [changeset:"de66b56790598f2ff97b8df859356d755ce64e20"]:
{{{
#!CommitTicketReference repository=""
revision="de66b56790598f2ff97b8df859356d755ce64e20"
Fixed #18481 -- Wrapped request.FILES read error in UnreadablePostError
Thanks KyleMac for the report, André Cruz for the initial patch and
Hiroki Kiyohara for the tests.
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/18481#comment:11>