﻿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
9013	Filestorage and save=False/commit=False	shadfc	nobody	"In FieldFile.save(), the storage.save() is called regardless of the save argument.

I need to be able edit the data uploaded to a FileField before the storage backend gets called to save the file, but this isn't possible.  As it stands, to make this work, the files get saved with formset.save(commit=False) is called, and then I must manually call the storage.save() to save the updated data to the same on the backend.

There is some discussion on the django-developers list about this.  Follow at http://groups.google.com/group/django-developers/browse_thread/thread/e2057d165c3a0c12"		closed	Uncategorized	1.0		duplicate			Unreviewed	0	0	0	0	0	0
