Commit 697f73f4 authored by Russell Keith-Magee's avatar Russell Keith-Magee
Browse files

[1.0.X] Fixed #9518 -- Corrected example JSON snippet in fixture...

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

Merge of [9355] from trunk.


git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@9356 bcc190cf-cafb-0310-a4f2-bffc1f526a37
parent 603dcb89
Loading
Loading
Loading
Loading
+6 −6
Original line number Diff line number Diff line
@@ -37,7 +37,7 @@ look like in JSON:
        "pk": 1,
        "fields": {
          "first_name": "John",
          "last_name": "Lennon",
          "last_name": "Lennon"
        }
      },
      {
@@ -45,7 +45,7 @@ look like in JSON:
        "pk": 2,
        "fields": {
          "first_name": "Paul",
          "last_name": "McCartney",
          "last_name": "McCartney"
        }
      },
    ]