Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/tests/fixtures/fixtures/invalid.json
blob: fb69f7c9497b99480e9ca69377ee0521289769e4 (plain)
1
2
3
4
5
6
7
8
9
10
[
    {
        "pk": "1",
        "model": "fixtures.article",
        "fields": {
            "headline": "Breaking news",
            "pub_date": null
        }
    }
]