/tests/regressiontests/fixtures_regress/fixtures/nk-inheritance.json

https://code.google.com/p/mango-py/ · JSON · 18 lines · 18 code · 0 blank · 0 comment · 0 complexity · 9eebea5f7d1ae5bc055ee9736211b61b MD5 · raw file

  1. [
  2. {
  3. "pk": 1,
  4. "model": "fixtures_regress.nkchild",
  5. "fields": {
  6. "data": "apple"
  7. }
  8. },
  9. {
  10. "pk": 1,
  11. "model": "fixtures_regress.reftonkchild",
  12. "fields": {
  13. "text": "my text",
  14. "nk_fk" : ["apple"],
  15. "nk_m2m": [["apple"]]
  16. }
  17. }
  18. ]