mirror of
https://github.com/django/django.git
synced 2024-12-28 20:16:19 +00:00
f2582eb972
git-svn-id: http://code.djangoproject.com/svn/django/trunk@4659 bcc190cf-cafb-0310-a4f2-bffc1f526a37
18 lines
408 B
JSON
18 lines
408 B
JSON
[
|
|
{
|
|
"pk": "3",
|
|
"model": "fixtures.article",
|
|
"fields": {
|
|
"headline": "Copyright is fine the way it is",
|
|
"pub_date": "2006-06-16 14:00:00"
|
|
}
|
|
},
|
|
{
|
|
"pk": "4",
|
|
"model": "fixtures.article",
|
|
"fields": {
|
|
"headline": "Django conquers world!",
|
|
"pub_date": "2006-06-16 15:00:00"
|
|
}
|
|
}
|
|
] |