﻿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
24320	Unable to serialize UUID field when running dumpdata with JSON format	James Beith	nobody	"A model with a UUID as its primary key. Running `dumpdata` management command with JSON output format (the default option) resulted in the following error

{{{
CommandError: Unable to serialize database: UUID('435697b4-954a-4b9a-a83a-2b53016b0d43') is not JSON serializable
}}}

However running again with `--format=xml` did not result in an error and `dumpdata` was successful."	Bug	new	Utilities	1.8alpha1	Normal				Unreviewed	0	0	0	0	0	0
