mirror of
https://github.com/django/django.git
synced 2024-11-18 23:44:22 +00:00
35cc439228
git-svn-id: http://code.djangoproject.com/svn/django/trunk@11863 bcc190cf-cafb-0310-a4f2-bffc1f526a37
42 lines
777 B
JSON
42 lines
777 B
JSON
[
|
|
{
|
|
"pk": "1",
|
|
"model": "fixtures.tag",
|
|
"fields": {
|
|
"name": "copyright",
|
|
"tagged_type": ["fixtures", "article"],
|
|
"tagged_id": "3"
|
|
}
|
|
},
|
|
{
|
|
"pk": "2",
|
|
"model": "fixtures.tag",
|
|
"fields": {
|
|
"name": "law",
|
|
"tagged_type": ["fixtures", "article"],
|
|
"tagged_id": "3"
|
|
}
|
|
},
|
|
{
|
|
"pk": "1",
|
|
"model": "fixtures.person",
|
|
"fields": {
|
|
"name": "Django Reinhardt"
|
|
}
|
|
},
|
|
{
|
|
"pk": "2",
|
|
"model": "fixtures.person",
|
|
"fields": {
|
|
"name": "Stephane Grappelli"
|
|
}
|
|
},
|
|
{
|
|
"pk": "3",
|
|
"model": "fixtures.person",
|
|
"fields": {
|
|
"name": "Prince"
|
|
}
|
|
}
|
|
]
|