django/tests/fixtures_regress/fixtures_1/forward_ref_1.json
2013-02-26 14:36:57 +01:00

10 lines
166 B
JSON

[
{
"pk": 1,
"model": "fixtures_regress.book",
"fields": {
"name": "Cryptonomicon",
"author": 4
}
}
]