django1/tests/fixtures_regress/fixtures/special-article.json

17 lines
302 B
JSON
Raw Normal View History

[
2013-08-20 22:48:02 +08:00
{
"pk": 1,
"model": "fixtures_regress.article",
"fields": {"title": "foof"
}
},
{
"pk": 1,
"model": "fixtures_regress.specialarticle",
"fields": {
"title": "Article Title 1",
"channels": []
}
}
]