summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorRussell Keith-Magee <russell@keith-magee.com>2008-08-28 12:49:11 +0000
committerRussell Keith-Magee <russell@keith-magee.com>2008-08-28 12:49:11 +0000
commit71615dbc7079f365f509478bf2e5e46f3a9d1bfa (patch)
tree8b93a74636f7085dccdfd2ccb21fe64aa9c6eba3 /docs
parent3f13fa398c33d5370dc383bb3609bb7811ae6c8b (diff)
Fixed #8531: Corrected a typo in a sample YAML fixture. Thanks to amiroff for the report.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@8657 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs')
-rw-r--r--docs/howto/initial-data.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/howto/initial-data.txt b/docs/howto/initial-data.txt
index 871c5e8fa1..b6e8a81e6a 100644
--- a/docs/howto/initial-data.txt
+++ b/docs/howto/initial-data.txt
@@ -60,7 +60,7 @@ And here's that same fixture as YAML:
first_name: John
last_name: Lennon
- model: myapp.person
- pk: 1
+ pk: 2
fields:
first_name: Paul
last_name: McCartney