summaryrefslogtreecommitdiff
path: root/tests/syndication_tests/fixtures/feeddata.json
blob: 52e5028fcd6568a86a026e848383111d96727943 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
[
  {
    "model": "syndication.entry",
    "pk": 1,
    "fields": {
      "title": "My first entry",
      "updated": "1850-01-01 12:30:00",
      "published": "1066-09-25 20:15:00"
    }
  },
  {
    "model": "syndication.entry",
    "pk": 2,
    "fields": {
      "title": "My second entry",
      "updated": "2008-01-02 12:30:00",
      "published": "2006-03-17 18:00:00"
    }
  },
  {
    "model": "syndication.entry",
    "pk": 3,
    "fields": {
      "title": "My third entry",
      "updated": "2008-01-02 13:30:00",
      "published": "2005-06-14 10:45:00"
    }
  },
  {
    "model": "syndication.entry",
    "pk": 4,
    "fields": {
      "title": "A & B < C > D",
      "updated": "2008-01-03 13:30:00",
      "published": "2005-11-25 12:11:23"
    }
  },
  {
    "model": "syndication.entry",
    "pk": 5,
    "fields": {
      "title": "My last entry",
      "updated": "2013-01-20 00:00:00",
      "published": "2013-03-25 20:00:00"
    }
  },
  {
    "model": "syndication.article",
    "pk": 1,
    "fields": {
      "title": "My first article",
      "entry": "1"
    }
  }
]