django/tests/fixtures_regress/fixtures/feature.json

18 lines
233 B
JSON
Raw Normal View History

[
{
"fields": {
"channels": [],
"title": "Title of this feature article"
},
"model": "fixtures_regress.article",
"pk": 1
},
{
"fields": {
"channels": []
},
"model": "fixtures_regress.feature",
"pk": 1
}
]