Kaydet (Commit) fb8a7702 authored tarafından Russell Keith-Magee's avatar Russell Keith-Magee

Fixed #9518 -- Corrected example JSON snippet in fixture documentation. Thanks…

Fixed #9518 -- Corrected example JSON snippet in fixture documentation. Thanks to claude@2xlibre.net for the report.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@9355 bcc190cf-cafb-0310-a4f2-bffc1f526a37
üst 82c89d0c
...@@ -37,7 +37,7 @@ look like in JSON: ...@@ -37,7 +37,7 @@ look like in JSON:
"pk": 1, "pk": 1,
"fields": { "fields": {
"first_name": "John", "first_name": "John",
"last_name": "Lennon", "last_name": "Lennon"
} }
}, },
{ {
...@@ -45,7 +45,7 @@ look like in JSON: ...@@ -45,7 +45,7 @@ look like in JSON:
"pk": 2, "pk": 2,
"fields": { "fields": {
"first_name": "Paul", "first_name": "Paul",
"last_name": "McCartney", "last_name": "McCartney"
} }
}, },
] ]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment