Ticket #7159: fixture4.json

File fixture4.json, 606 bytes (added by Graham King <graham@…>, 16 years ago)

Fixture for the test case

Line 
1[
2 {
3 "pk": "2",
4 "model": "fixtures.article",
5 "fields": {
6 "headline": "Poker on TV is great!",
7 "pub_date": "2006-06-16 11:00:00"
8 }
9 },
10 {
11 "pk": "3",
12 "model": "fixtures.article",
13 "fields": {
14 "headline": "Copyright is fine the way it is",
15 "pub_date": "2006-06-16 14:00:00"
16 }
17 },
18 {
19 "pk": "4",
20 "model": "fixtures.article",
21 "fields": {
22 "headline": "Django conquers world!",
23 "pub_date": "2006-06-16 15:00:00"
24 }
25 }
26]
Back to Top