summaryrefslogtreecommitdiff
path: root/tests/regressiontests/syndication/fixtures/feeddata.json
blob: 375ee16c416500ddafacee867a82cf9a0ecf5bfa (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
[
  {
    "model": "syndication.entry",
    "pk": 1,
    "fields": {
      "title": "My first entry",
      "date": "2008-01-01 12:30:00"
    }
  },
  {
    "model": "syndication.entry",
    "pk": 2,
    "fields": {
      "title": "My second entry",
      "date": "2008-01-02 12:30:00"
    }
  },
  {
    "model": "syndication.entry",
    "pk": 3,
    "fields": {
      "title": "My third entry",
      "date": "2008-01-02 13:30:00"
    }
  },
  {
    "model": "syndication.entry",
    "pk": 4,
    "fields": {
      "title": "A & B < C > D",
      "date": "2008-01-03 13:30:00"
    }
  }
]