parts/django/tests/regressiontests/syndication/fixtures/feeddata.json
changeset 69 c6bca38c1cbf
equal deleted inserted replaced
68:5ff1fc726848 69:c6bca38c1cbf
       
     1 [
       
     2   {
       
     3     "model": "syndication.entry",
       
     4     "pk": 1,
       
     5     "fields": {
       
     6       "title": "My first entry",
       
     7       "date": "2008-01-01 12:30:00"
       
     8     }
       
     9   },
       
    10   {
       
    11     "model": "syndication.entry",
       
    12     "pk": 2,
       
    13     "fields": {
       
    14       "title": "My second entry",
       
    15       "date": "2008-01-02 12:30:00"
       
    16     }
       
    17   },
       
    18   {
       
    19     "model": "syndication.entry",
       
    20     "pk": 3,
       
    21     "fields": {
       
    22       "title": "My third entry",
       
    23       "date": "2008-01-02 13:30:00"
       
    24     }
       
    25   },
       
    26   {
       
    27     "model": "syndication.entry",
       
    28     "pk": 4,
       
    29     "fields": {
       
    30       "title": "A & B < C > D",
       
    31       "date": "2008-01-03 13:30:00"
       
    32     }
       
    33   },
       
    34   {
       
    35     "model": "syndication.article",
       
    36     "pk": 1,
       
    37     "fields": {
       
    38       "title": "My first article",
       
    39       "entry": "1"
       
    40     }
       
    41   }
       
    42 ]