--
Ticket URL: <https://code.djangoproject.com/ticket/32307>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* status: new => closed
* resolution: => wontfix
Comment:
Hi. Thanks for the report.
I'm going to initially say `wontfix` here.
This would add a degree of complexity into areas of the framework that are
not generally user accessible, such that I don't think it would be
acceptable.
As a workaround, either up `DATA_UPLOAD_MAX_MEMORY_SIZE` or run a separate
private internal instance exposing the view with the requirement for the
upped limit.
If you'd like to raise the topic on the DevelopersMailingList, you're
welcome to do so (but I'd have a look at how
`DATA_UPLOAD_MAX_MEMORY_SIZE` is used to think how exposing it might be
feasible first.)
--
Ticket URL: <https://code.djangoproject.com/ticket/32307#comment:1>