class documentation

class StopUpload(UploadFileException):

View In Hierarchy

This exception is raised when an upload must abort.
Method __init__ 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.
Method __str__ Undocumented
Instance Variable connection​_reset Undocumented
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.
def __str__(self):

Undocumented

connection_reset =

Undocumented