mirror of
https://github.com/Hopiu/django.git
synced 2026-05-21 05:31:50 +00:00
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6370 bcc190cf-cafb-0310-a4f2-bffc1f526a37
25 lines
447 B
JSON
25 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"
|
|
}
|
|
}
|
|
]
|