MCPcopy
hub / github.com/django/django / RequestDataTooBig

Class RequestDataTooBig

django/core/exceptions.py:84–90  ·  view source on GitHub ↗

The size of the request (excluding any file uploads) exceeded settings.DATA_UPLOAD_MAX_MEMORY_SIZE.

Source from the content-addressed store, hash-verified

82
83
84class RequestDataTooBig(SuspiciousOperation):
85 """
86 The size of the request (excluding any file uploads) exceeded
87 settings.DATA_UPLOAD_MAX_MEMORY_SIZE.
88 """
89
90 pass
91
92
93class RequestAborted(Exception):

Callers 3

_parseMethod · 0.90
_check_data_too_bigMethod · 0.90
__init__Method · 0.90

Calls

no outgoing calls

Tested by 1

__init__Method · 0.72