diff options
| author | Russell Keith-Magee <russell@keith-magee.com> | 2008-08-28 12:49:11 +0000 |
|---|---|---|
| committer | Russell Keith-Magee <russell@keith-magee.com> | 2008-08-28 12:49:11 +0000 |
| commit | 71615dbc7079f365f509478bf2e5e46f3a9d1bfa (patch) | |
| tree | 8b93a74636f7085dccdfd2ccb21fe64aa9c6eba3 /docs/howto/initial-data.txt | |
| parent | 3f13fa398c33d5370dc383bb3609bb7811ae6c8b (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/howto/initial-data.txt')
| -rw-r--r-- | docs/howto/initial-data.txt | 2 |
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 |
