﻿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
12861	Docs lack example of how to include a custom JSONEncoder subclass into serializers.serialize()	Oroku Saki	nobody	"In this section http://docs.djangoproject.com/en/dev/topics/serialization/#id2 it describes an example of where you would need a custom encoder class, but gives no example of how to add your class. My guess was using serialize(obj, cls=MyCustomClass), but this raised a ""multiple values of 'cls' keyword argument"" error. I ended up not needing a custom class, but it might be helpful for others to see it in use."		closed	Documentation	dev		duplicate	serialize, serializers		Accepted	0	0	0	0	0	0
