﻿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
5574	FileField not properly serializing to XML	Chris Henderson <chris@…>	prairiedogg	"When executing {{{python manage.py dumpdata --format xml}}}, FileField fields get serialized using the get_FIELD_url() method, which is causing (for me at least) this error:

{{{
Problem installing fixture 'myfixture.xml': [Errno 2] No such file or directory: u'/site_media/avatars/system/001.gif
}}}

The small attached patch fixes this problem by not treating FileField fields differently than other fields."		closed	Core (Serialization)	dev		fixed	FileField, xml, serialization		Ready for checkin	1	0	0	0	0	0
