forward_reference_fk.json 273 B

1234567891011121314151617181920
  1. [
  2. {
  3. "model": "fixtures.naturalkeything",
  4. "fields": {
  5. "key": "t1",
  6. "other_thing": [
  7. "t2"
  8. ]
  9. }
  10. },
  11. {
  12. "model": "fixtures.naturalkeything",
  13. "fields": {
  14. "key": "t2",
  15. "other_thing": [
  16. "t1"
  17. ]
  18. }
  19. }
  20. ]