mirror of
https://github.com/Hopiu/django.git
synced 2026-05-28 08:28:25 +00:00
15 lines
270 B
JSON
15 lines
270 B
JSON
[
|
|
{
|
|
"model": "fixtures_regress.person",
|
|
"fields": {
|
|
"name": "J.R.R. Tolkien"
|
|
}
|
|
},
|
|
{
|
|
"model": "fixtures_regress.naturalkeywithfkdependency",
|
|
"fields": {
|
|
"name": "The Lord of the Rings",
|
|
"author": ["J.R.R. Tolkien"]
|
|
}
|
|
}
|
|
]
|