﻿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
22480	"""django-admin.py dumpdata"" - unable to serialize"	yn	nobody	"I encountered an error in


{{{
django-admin.py dumpdata
}}}


https://docs.djangoproject.com/en/1.6/ref/django-admin/#django-admin-dumpdata

This command should print the serialized dump to stdout. And it's work fine

I need to redirect stdout to file

But 
{{{
django-admin.py dumpdata > data.json
}}}

generates the error ""Command error - unable to serialize""

Django 1.6.2

Python 3.3

Windows 7 home 64b"	Uncategorized	closed	Core (Serialization)	1.6	Normal	invalid			Unreviewed	0	0	0	0	0	0
