﻿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
15783	Class FileProxyMixin has invalid attribute definition	Sebastian Żurek	nobody	"
In: '''django/core/files/utils.py''' line 12, in the definition of class `class FileProxyMixin` used in
form fileds to handle file uploads, there is:


{{{
fileno = property(lambda self: self.file.fileno)
}}}

which proxies to self.file.fileno... *but* self.file has no fileno attribute, which
produces an error on the access try...



"	Bug	closed	File uploads/storage	1.3	Normal	invalid			Unreviewed	0	0	0	0	0	0
