﻿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
9572	Django Initial Data HOWTO specifies wrong file extension for YAML initial_data fixture	django@…	nobody	"The current version of the docs ([http://docs.djangoproject.com/en/dev/howto/initial-data/#automatically-loading-initial-data-fixtures Initial Data HOWTO]) suggest inital_data should have a .yml file extension in order to be used with manage.py syncdb.
However, this file is not detected - the correct extension appears to be .yaml:

Saving an ""initial_data.yml"" file gives the following relevant lines when used with manage.py syncdb --verbosity=2:

{{{

Checking '../tgt/reviews/fixtures' for fixtures...
Trying '../tgt/reviews/fixtures' for xml fixture 'initial_data'...
No yaml fixture 'initial_data' in '../tgt/reviews/fixtures'.
}}}


Saving an ""initial_data.yaml"" file gives the following relevant lines when used with manage.py syncdb --verbosity=2

{{{
Checking '../tgt/reviews/fixtures' for fixtures...
Trying '../tgt/reviews/fixtures' for yaml fixture 'initial_data'...
Installing yaml fixture 'initial_data' from '../tgt/reviews/fixtures'.
}}}


"		closed	Documentation	1.0		fixed			Unreviewed	0	0	0	0	0	0
