﻿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
16844	invalid model name reference.	anonymous	nobody	"https://docs.djangoproject.com/en/dev/howto/initial-data/

Model name in the yaml example should be capitalized, otherwise you get the error ""Invalid model identifier:""

This:

- model: myapp.person

should be:

- model: myapp.Person


Thanks!"	Uncategorized	closed	Documentation	1.3	Normal	invalid			Unreviewed	0	0	0	0	0	0
