﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
35281	Use HTTP 413 status code for RequestDataTooBig	Milan Oberkirch	Milan Oberkirch	"Other HTTP servers (e.g. Apache, Nginx) report a body which is to large with the status code 413 ""Payload Too Large"".

I propose to do the same in Django when handling a RequestDataTooBig exception in https://github.com/django/django/blob/f931cbec21cce3e2e68239c77614e6aa5026b882/django/core/handlers/exception.py#L63

This makes the behavior of a typical stack consisting of a reverse proxy and a Django project predictable for this type of error.

I can work on a patch if this change is acceptable to you."	Cleanup/optimization	assigned	HTTP handling	5.0	Normal			Milan Oberkirch Ahmed Ibrahim	Accepted	1	0	0	1	0	0
