﻿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
1653	[patch] Documentation for FileField and Manipulators	Viktor Kerkez	Jacob	"Documentation for this field is not quite good.
I had an 2h headake untill i figured that i have to do:

{{{
new_data = request.POST.copy()
new_data.update(request.FILES)
}}}

instead of just:

{{{
new_data = request.POST.copy()
}}}

if I want to use Add or Change manipulator for my model."	enhancement	closed	Documentation	dev	normal	fixed			Unreviewed	1	0	0	0	0	0
