Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/tests/fixtures/fixtures/fixture2.json
blob: a6974483272caf5e29f8b1b050e6abf55bcd9211 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[
    {
        "pk": "3",
        "model": "fixtures.article",
        "fields": {
            "headline": "Copyright is fine the way it is",
            "pub_date": "2006-06-16 14:00:00"
        }
    },
    {
        "pk": "4",
        "model": "fixtures.article",
        "fields": {
            "headline": "Django conquers world!",
            "pub_date": "2006-06-16 15:00:00"
        }
    }
]