App Engine Python SDK  v1.6.9 rev.445
The Python runtime is available as an experimental Preview feature.
Public Member Functions | Public Attributes | List of all members
google.appengine._internal.django.core.files.uploadhandler.StopUpload Class Reference
Inheritance diagram for google.appengine._internal.django.core.files.uploadhandler.StopUpload:
google.appengine._internal.django.core.files.uploadhandler.UploadFileException

Public Member Functions

def __init__
 
def __unicode__
 

Public Attributes

 connection_reset
 

Detailed Description

This exception is raised when an upload must abort.

Constructor & Destructor Documentation

def google.appengine._internal.django.core.files.uploadhandler.StopUpload.__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.

The documentation for this class was generated from the following file: