Commit 0bd0bb7c authored by Paul McMillan's avatar Paul McMillan
Browse files

Refs r16873 and #16026 -- Missed adding the fixture.


git-svn-id: http://code.djangoproject.com/svn/django/trunk@16882 bcc190cf-cafb-0310-a4f2-bffc1f526a37
parent d0979a5f
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
[
    {
        "pk": "1",
        "model": "fixtures.article",
        "fields": {
            "headline": null,
            "pub_date": "2006-06-16 13:00:00"
        }
    }
]