non_natural_1.json 481 B

12345678910111213141516171819202122232425
  1. [
  2. {
  3. "pk": 12,
  4. "model": "fixtures_regress.person",
  5. "fields": {
  6. "name": "Greg Egan"
  7. }
  8. },
  9. {
  10. "pk": 11,
  11. "model": "fixtures_regress.store",
  12. "fields": {
  13. "name": "Angus and Robertson"
  14. }
  15. },
  16. {
  17. "pk": 10,
  18. "model": "fixtures_regress.book",
  19. "fields": {
  20. "name": "Permutation City",
  21. "author": 12,
  22. "stores": [11]
  23. }
  24. }
  25. ]