﻿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
7614	There should be only one UploadedFile	Michael Axiak	Michael Axiak	"Since #2070 was merged, there have been two !UploadedFile classes and newforms copied extra data around needlessly.
This aims to fix this, with the only issue being that it's slightly backwards incompatible, since {{{ form.cleaned_data['field_name'].filename }}} would now be {{{ form.cleaned_data['field_name'].file_name }}} and the semantics {{{ form.cleaned_data['field_name'].data }}} change to behave the same as the new !UploadedFile.
 

"		closed	HTTP handling	dev		fixed	2070, upload handling	vomjom@…	Unreviewed	1	0	0	0	0	0
