Ticket #4924: fixture5.json

File fixture5.json, 405 bytes (added by Lars Yencken <lars.yencken@…>, 17 years ago)

Fixture 5 (tests)

Line 
1[
2 {
3 "pk": "2",
4 "model": "fixtures.article",
5 "fields": {
6 "headline": "Poker has no place on ESPN",
7 "pub_date": "2006-06-16 12:00:00"
8 }
9 },
10 {
11 "pk": "3",
12 "model": "fixtures.article",
13 "fields": {
14 "headline": "Time to reform copyright",
15 "pub_date": "2006-06-16 13:00:00"
16 }
17 }
18]
Back to Top