exception documentation

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): (source)

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): (source)

Undocumented

connection_reset = (source)

Undocumented