﻿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
8531	Typo in Fixtures documentation	amiroff	nobody	"On http://docs.djangoproject.com/en/dev/howto/initial-data/#providing-initial-data-with-fixtures


{{{
- model: myapp.person
  pk: 1
  fields:
    first_name: Paul
    last_name: McCartney
}}}
should be:
{{{
- model: myapp.person
  pk: 2
  fields:
    first_name: Paul
    last_name: McCartney
}}}

Small, but important typo.
"		closed	Documentation	dev		fixed		amiroff@…	Unreviewed	0	0	0	0	0	0
