﻿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
4558	XML deserializer can't read in pretty-printed <None/>	Bill Fenner <fenner@…>	Russell Keith-Magee	"I'm pretty-printing an xml fixture in order to store it nicely in svn and be able to see changes on individual lines.  This worked great until some <None/> FK elements showed up.  As the patch in #2894 admits, it's a little naive about xml structure.

This patch is similarly naive, in that it will treat <field> value here value value value <None/> value value value</field> as None, but that construct is not going to be output by the serializer or a pretty-printer.  It does properly accept my pretty-printed input."		closed	Core (Serialization)	0.96		fixed			Unreviewed	1	0	1	0	0	0
