Commit 71615dbc authored by Russell Keith-Magee's avatar Russell Keith-Magee
Browse files

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
parent 3f13fa39
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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