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

git-svn-id: http://code.djangoproject.com/svn/django/trunk@16882 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Paul McMillan 2011-09-22 05:56:47 +00:00
parent d0979a5faf
commit 0bd0bb7c22
1 changed files with 10 additions and 0 deletions

View File

@ -0,0 +1,10 @@
[
{
"pk": "1",
"model": "fixtures.article",
"fields": {
"headline": null,
"pub_date": "2006-06-16 13:00:00"
}
}
]