1
0
mirror of https://github.com/django/django.git synced 2025-01-13 11:57:01 +00:00
django/tests/fixtures_regress/fixtures/special-article.json
2013-08-21 22:31:50 +01:00

17 lines
302 B
JSON

[
{
"pk": 1,
"model": "fixtures_regress.article",
"fields": {"title": "foof"
}
},
{
"pk": 1,
"model": "fixtures_regress.specialarticle",
"fields": {
"title": "Article Title 1",
"channels": []
}
}
]