Class StopUpload
This exception is raised when an upload must abort.
Declaration
source linkDocumentation
Methods
▷ def __init__(self, connection_reset=False) If ``connection_reset`` is ``True``, Django knows will halt the upload without consuming the rest of the upload. This will cause the browser to show a "connection reset" error.
Reexports