﻿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
16923	Remove dead code: Serializer.get_string_value	Aymeric Augustin	nobody	"This method isn't used anywhere is the codebase since r10554. It was only used by the XML serializer, and it was never documented.

{{{
% hg grep get_string_value
django/core/serializers/base.py:16338:    def get_string_value(self, obj, field):
django/core/serializers/xml_serializer.py:8153:            value = self.get_string_value(obj, field)
}}}

The entire test suite still passes after removing it."	Cleanup/optimization	closed	Core (Serialization)	1.3	Normal	fixed			Ready for checkin	1	0	0	0	1	0
