Class | AppRegistryNotReady |
The django.apps registry is not populated yet |
Class | BadRequest |
The request is malformed and cannot be processed. |
Class | EmptyResultSet |
A database query predicate is impossible. |
Class | FieldDoesNotExist |
The requested model field does not exist |
Class | FieldError |
Some kind of problem with a model field. |
Class | ImproperlyConfigured |
Django is somehow improperly configured |
Class | MiddlewareNotUsed |
This middleware is not used in this server configuration |
Class | MultipleObjectsReturned |
The query returned multiple objects when only one was expected. |
Class | ObjectDoesNotExist |
The requested object does not exist |
Class | PermissionDenied |
The user did not have permission to do that |
Class | RequestAborted |
The request was closed before it was completed, or timed out. |
Class | SuspiciousOperation |
The user did something suspicious |
Class | SynchronousOnlyOperation |
The user tried to call a sync-only function from an async context. |
Class | ValidationError |
An error while validating data. |
Class | ViewDoesNotExist |
The requested view does not exist |
Constant | NON_FIELD_ERRORS |
Undocumented |
Class | DisallowedHost |
HTTP_HOST header contains invalid value |
Class | DisallowedRedirect |
Redirect to scheme not in allowed list |
Class | RequestDataTooBig |
The size of the request (excluding any file uploads) exceeded settings.DATA_UPLOAD_MAX_MEMORY_SIZE. |
Class | SuspiciousFileOperation |
A Suspicious filesystem operation was attempted |
Class | SuspiciousMultipartForm |
Suspect MIME request in multipart form data |
Class | TooManyFieldsSent |
The number of fields in a GET or POST request exceeded settings.DATA_UPLOAD_MAX_NUMBER_FIELDS. |