﻿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
11927	Allow manage.py dumpdata to dump YAML in block style	sampablokuper	Matthijs Kooijman	"Using 

{{{
python manage.py dumpdata --format=yaml
}}}

produces output in [http://pyyaml.org/wiki/PyYAMLDocumentation#Dictionarieswithoutnestedcollectionsarenotdumpedcorrectly flow style]. That's OK for automated processing, but it isn't anything like as human-readable as block style YAML. For people who, like me, need to edit the fixtures manually, it would be very useful to be able to do something like:

{{{
python manage.py dumpdata --format=yaml --flowstyle=false
}}}"	New feature	closed	Core (Management commands)	dev	Normal	wontfix		sam.kuper@… tehfink Matthijs Kooijman Florian Demmer	Unreviewed	1	0	0	1	0	0
