Ticket #12728: test_fixture.json
File test_fixture.json, 373 bytes (added by , 15 years ago) |
---|
Line | |
---|---|
1 | [ |
2 | { |
3 | "pk": 1, |
4 | "model": "exampleapp.examplebase", |
5 | "fields": { |
6 | "created": "2010-01-29 08:27:10", |
7 | "modified": "2010-01-29 08:27:10", |
8 | "title": "test" |
9 | } |
10 | }, |
11 | { |
12 | "pk": 1, |
13 | "model": "exampleapp.location", |
14 | "fields": { |
15 | "city": "Boston", |
16 | "state": "MA", |
17 | "address": "1 Main St." |
18 | } |
19 | } |
20 | ] |