Author: russellm
Date: 2008-08-28 07:49:11 -0500 (Thu, 28 Aug 2008)
New Revision: 8657
Modified:
django/trunk/docs/howto/initial-data.txt
Log:
Fixed #8531: Corrected a typo in a sample YAML fixture. Thanks to amiroff for
the report.
Modified: django/trunk/docs/howto/initial-data.txt
===================================================================
--- django/trunk/docs/howto/initial-data.txt 2008-08-28 12:22:33 UTC (rev
8656)
+++ django/trunk/docs/howto/initial-data.txt 2008-08-28 12:49:11 UTC (rev
8657)
@@ -60,7 +60,7 @@
first_name: John
last_name: Lennon
- model: myapp.person
- pk: 1
+ pk: 2
fields:
first_name: Paul
last_name: McCartney
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Django updates" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/django-updates?hl=en
-~----------~----~----~----~------~----~------~--~---