MCPcopy
hub / github.com/django/django / TooManyFilesSent

Class TooManyFilesSent

django/core/exceptions.py:75–81  ·  view source on GitHub ↗

The number of fields in a GET or POST request exceeded settings.DATA_UPLOAD_MAX_NUMBER_FILES.

Source from the content-addressed store, hash-verified

73
74
75class TooManyFilesSent(SuspiciousOperation):
76 """
77 The number of fields in a GET or POST request exceeded
78 settings.DATA_UPLOAD_MAX_NUMBER_FILES.
79 """
80
81 pass
82
83
84class RequestDataTooBig(SuspiciousOperation):

Callers 1

_parseMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected