This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author drew.scholz
Recipients drew.scholz
Date 2020-09-22.00:14:10
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1600733650.36.0.422785737088.issue41828@roundup.psfhosted.org>
In-reply-to
Content
After upgrading our Django 1.11 project from Python 2.7 to 3.7, our single endpoint decorator to override django conf settings no longer works. requests.py inside the virtual environment /lib/python3.7/site-packages/django/http triggers the RequestDataTooBig exception (~line 271) before the change to DATA_UPLOAD_MAX_MEMORY_SIZE has been increased by our decorator. We are able to make the change global inside settings.py however we are concerned with the security vulnerabilities due to the size we want to allow for the single endpoint.
History
Date User Action Args
2020-09-22 00:14:10drew.scholzsetrecipients: + drew.scholz
2020-09-22 00:14:10drew.scholzsetmessageid: <1600733650.36.0.422785737088.issue41828@roundup.psfhosted.org>
2020-09-22 00:14:10drew.scholzlinkissue41828 messages
2020-09-22 00:14:10drew.scholzcreate