﻿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
8466	FileField path url dumpdata/loaddata issue	Ian Ward	nobody	"I have a model that includes a FileField with values such as ""/media/uploaded/YEAR/MONTH/NAME"" (upload_to='%Y/%m').  
I upgraded to Django 1.0 beta svn-8457 and switched from using get_filefiledname_size() to filefiedname.size.
Now, this property triggers a SuspiciousOperation exception:  When django.core.files.storage.FileSystemStorage.path is called,  
it calls safe_join and decides that the leading slash in the file path puts the file outside of the media root directory.

New instances of this model include a leading slash in the path, so this doesn't seem to be a change
to how the file name is stored."		closed	Core (Serialization)	dev		worksforme	FileField path url		Unreviewed	0	0	0	0	0	0
