﻿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
11943	changeset 10544 breaks field emulation compatibility	termie	nobody	"this refers to changes to the handle_field call in 

http://code.djangoproject.com/changeset/10554/django/trunk/django/core/serializers/python.py

previous versions of this call had a fairly open interpretation of what it takes to be a field, you needed only have a name and be accessible on the object via that name.

The goal of the change is to allow fields to have some say over the result of that in terms of how it is turned into a string, however it radically increases the interface a field must implement and additionally expects to access a protected method on that field.

Attached patch maintains existing behavior while falling back to old broader behavior when the new interface has not been implemented."		closed	Core (Serialization)	dev		invalid			Unreviewed	1	0	0	0	0	0
