1
0
mirror of https://github.com/django/django.git synced 2024-11-18 15:34:16 +00:00
django/tests/multiple_database/fixtures/multidb.default.json
2013-02-26 14:36:57 +01:00

27 lines
546 B
JSON

[
{
"pk": 1,
"model": "multiple_database.person",
"fields": {
"name": "Marty Alchin"
}
},
{
"pk": 2,
"model": "multiple_database.person",
"fields": {
"name": "George Vilches"
}
},
{
"pk": 2,
"model": "multiple_database.book",
"fields": {
"title": "Pro Django",
"published": "2008-12-16",
"authors": [["Marty Alchin"]],
"editor": ["George Vilches"]
}
}
]