﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
10536	Broken file-like object on upload	chris@…	nobody	"File-like objects should support a third argument to the seek() method called whence, which specifies where-abouts to start seeking from (relative/absolute/end-of-file). Because Django's implementation is broken for uploaded files, I cant do this:

myzip = ZipFile(self.myfile)

inside the save() method of my model. Please see Python's documentation for file-like objects, and specifically the seek() method in that documentation (pydoc file)."		closed	File uploads/storage	1.0		duplicate	seek		Unreviewed	0	0	0	0	0	0
