Ticket #4924: fixture4.json

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

Fixture 4 (should be bzip2'ed)

Line 
1[
2 {
3 "pk": "6",
4 "model": "fixtures.article",
5 "fields": {
6 "headline": "Relationship trouble? Blame your mother",
7 "pub_date": "2006-06-16 17:00:00"
8 }
9 },
10 {
11 "pk": "7",
12 "model": "fixtures.article",
13 "fields": {
14 "headline": "End of the world nigh",
15 "pub_date": "2006-06-16 18:00:00"
16 }
17 }
18]
Back to Top