summaryrefslogtreecommitdiff
path: root/tests/regressiontests/syndication/fixtures/feeddata.json
blob: 167115c9251c466cc15ba04b7deb2197f1cbabb7 (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
[
  {
    "model": "syndication.entry",
    "pk": 1,
    "fields": {
      "title": "My first entry",
      "date": "1850-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"
    }
  },
  {
    "model": "syndication.article",
    "pk": 1,
    "fields": {
      "title": "My first article",
      "entry": "1"
    }
  }
]