﻿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 UUIDField when running dumpdata with JSON format	James Beith	Andriy Sokolovskiy	"A model using a UUIDField 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	closed	Core (Serialization)	1.8alpha1	Release blocker	fixed		me@…	Accepted	1	0	0	0	0	0
