﻿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
7654	Modifying upload handlers on the fly - accessing request.POST also makes it immutable	Rozza	nobody	"
In [http://www.djangoproject.com/documentation/upload_handling/#modifying-upload-handlers-on-the-fly the manual] it warns accessing request.FILES will make the file uploaders immutable.  However if you access request.POST like the @staff_member_required decorator does you can't then append or insert an upload handler in the view function.

As the parsing of the POST and FILES data is coupled - suggest updating the documentation to warn accessing request.POST has the same end effect as accessing request.FILES."		closed	Documentation	newforms-admin		fixed	newforms admin file uploadhandler		Accepted	1	0	0	0	0	0
