﻿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
5619	FileField and ImageField return the wrong path/url before calling save_FOO_file()	wreese@…	Leah Culver	Models with FileField or ImageField attributes do not function properly.  The get_FOO_filename() and get_FOO_url() methods fail to insert the upload_to path if they are accessed before a call to save_FOO_image().  This happens because _get_FIELD_filename() and _get_FIELD_url() do not call field.get_filename().  I've attached a patch to resolve the issue.	Bug	closed	Database layer (models, ORM)	dev	Normal	invalid			Someday/Maybe	1	0	1	1	0	0
