mirror of
https://github.com/django/django.git
synced 2024-11-18 23:44:22 +00:00
01acd99947
Thanks to pmd for report, zhaoz, mmalone and justinlilly for patch git-svn-id: http://code.djangoproject.com/svn/django/trunk@11914 bcc190cf-cafb-0310-a4f2-bffc1f526a37
19 lines
437 B
JSON
19 lines
437 B
JSON
[
|
|
{
|
|
"pk": "3",
|
|
"model": "fixtures_model_package.article",
|
|
"fields": {
|
|
"headline": "Copyright is fine the way it is",
|
|
"pub_date": "2006-06-16 14:00:00"
|
|
}
|
|
},
|
|
{
|
|
"pk": "4",
|
|
"model": "fixtures_model_package.article",
|
|
"fields": {
|
|
"headline": "Django conquers world!",
|
|
"pub_date": "2006-06-16 15:00:00"
|
|
}
|
|
}
|
|
]
|