﻿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
12845	"JSON serialization of empty query set raises ""cannot serialize"" error."	Oroku Saki	Natalia Bidart	"If I try to use

{{{
json.dumps({'items': myitemqueryset})
}}}

and the query set is empty, a serialization error comes up with the not-so-helpful message that [] cannot be serialized. In fact [] can be serialized. I take it that an empty queryset's __repr__ returns [], but behaves differently than a normal empty list."		closed	Core (Serialization)	dev		worksforme			Accepted	0	0	0	0	0	0
