/tests/regressiontests/fixtures_regress/fixtures/non_natural_1.json
JSON | 25 lines | 25 code | 0 blank | 0 comment | 0 complexity | dc02a7ddd4c66cf7eb1b534a86d6107f MD5 | raw file
Possible License(s): BSD-3-Clause
- [
- {
- "pk": 12,
- "model": "fixtures_regress.person",
- "fields": {
- "name": "Greg Egan"
- }
- },
- {
- "pk": 11,
- "model": "fixtures_regress.store",
- "fields": {
- "name": "Angus and Robertson"
- }
- },
- {
- "pk": 10,
- "model": "fixtures_regress.book",
- "fields": {
- "name": "Permutation City",
- "author": 12,
- "stores": [11]
- }
- }
- ]