mirror of
https://github.com/django/django.git
synced 2025-01-24 00:59:20 +00:00
1571e9c32b
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6370 bcc190cf-cafb-0310-a4f2-bffc1f526a37
26 lines
447 B
JSON
26 lines
447 B
JSON
[
|
|
{
|
|
"pk": 1,
|
|
"model": "views.article",
|
|
"fields": {
|
|
"author": 1,
|
|
"title": "An Article"
|
|
}
|
|
},
|
|
{
|
|
"pk": 1,
|
|
"model": "views.author",
|
|
"fields": {
|
|
"name": "Boris"
|
|
}
|
|
},
|
|
{
|
|
"pk": 1,
|
|
"model": "sites.site",
|
|
"fields": {
|
|
"domain": "testserver",
|
|
"name": "testserver"
|
|
}
|
|
}
|
|
]
|