The size of the request (excluding any file uploads) exceeded settings.DATA_UPLOAD_MAX_MEMORY_SIZE.
| 82 | |
| 83 | |
| 84 | class 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 | |
| 93 | class RequestAborted(Exception): |
no outgoing calls