﻿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
4370	initial_data must have an extension for syncdb to recognize it	gsf <gsf@…>	Jacob	"The following, from http://www.djangoproject.com/documentation/django-admin/, should mention that initial_data must have the .json or .xml extension for syncdb to see it:

{{{
syncdb will also search for and install any fixture named initial_data. See the documentation for loaddata for 
details on the specification of fixture data files.
}}}

Perhaps replace with

{{{
syncdb will also search for and install any fixture named initial_data.json or initial_data.xml. See the 
documentation for loaddata for details on the specification of fixture data files.
}}}"		closed	Documentation	dev		fixed			Ready for checkin	1	0	0	0	0	0
