1
0
mirror of https://github.com/django/django.git synced 2024-12-26 19:16:11 +00:00
django/tests/fixtures_regress/fixtures/special-article.json
2013-08-21 22:31:50 +01:00

11 lines
182 B
JSON

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