FileUploadHandler.receive_data_chunk(raw_data, start) [source] Receives a “chunk” of data
class Storage [source] The Storage class provides a standardized API for storing
directory_permissions_mode The file system permissions that the directory will receive when it is saved. Defaults to
class DefaultStorage [source] DefaultStorage provides lazy access to the current
open(mode=None) [source] Open or reopen the file (which also does File.seek(0))
get_created_time(name) [source] New in Django
__iter__() [source] Iterate over the file yielding one line at a time.
get_storage_class(import_path=None) [source] Returns a class or module which implements the
read(num_bytes=None) Read content from the file. The optional size is the number of bytes to read; if not specified
modified_time(name) [source] Returns a naive datetime object containing the
Page 6 of 7