/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
- [
- {
- "pk": 1,
- "model": "fixtures_regress.nkchild",
- "fields": {
- "data": "apple"
- }
- },
- {
- "pk": 1,
- "model": "fixtures_regress.reftonkchild",
- "fields": {
- "text": "my text",
- "nk_fk" : ["apple"],
- "nk_m2m": [["apple"]]
- }
- }
- ]