1
0
mirror of https://github.com/django/django.git synced 2025-01-02 14:35:59 +00:00
django/tests/fixtures/fixtures/fixture6.json
2013-02-26 14:36:57 +01:00

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"
}
}
]