﻿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
10788	Actual name of uploaded file available later than it was in 1.0	Karen Tracey	Jacob	"Originally reported here: http://groups.google.com/group/django-developers/browse_thread/thread/ce20f196f5e85296#

Prior to r9766 an uploaded file was saved during model form save (even when commit=False) by a field save_form_data override.  Thus the actual name (including upload directory and any appended underscores) used for a !FileField was available to pre-save signal handlers and any code that ran after a !ModelForm.save(commit=False).  r9766 delayed the actual file save to much later in the model save process (a field pre_save routine), so some code that used to be able to use the actual file name no longer can.

(There are other side-effects of r9766 still open: #10404, #10300, #10249 but these are all slightly different issues.  In the end we might choose to decide to deal with them all en masse somehow, but just to make sure this particular wrinkle isn't forgotten I figured it should have its own ticket.)"		closed	File uploads/storage	dev		wontfix		Armin Ronacher	Design decision needed	0	0	0	0	0	0
