1
0
mirror of https://github.com/django/django.git synced 2025-03-09 17:02:43 +00:00
django/tests/fixtures/fixtures/circular_reference.json

19 lines
227 B
JSON

[
{
"model": "fixtures.circulara",
"pk": 1,
"fields": {
"key": "x",
"obj": 1
}
},
{
"model": "fixtures.circularb",
"pk": 1,
"fields": {
"key": "y",
"obj": 1
}
}
]