Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/tests/fixtures/fixtures/db_fixture_3.nosuchdb.json
blob: 3da326bce1af2c92c973059d54e1fb7ea36ae003 (plain)
1
2
3
4
5
6
7
8
9
10
[
    {
        "pk": "8",
        "model": "fixtures.article",
        "fields": {
            "headline": "There is no spoon.",
            "pub_date": "2006-06-16 14:00:00"
        }
    }
]