summaryrefslogtreecommitdiff
path: root/tests/modeltests/fixtures/fixtures/db_fixture_1.default.json
blob: 9bb39e400ff88c4113d65642ccc2866f660438fa (plain)
1
2
3
4
5
6
7
8
9
10
[
    {
        "pk": "6",
        "model": "fixtures.article",
        "fields": {
            "headline": "Who needs more than one database?",
            "pub_date": "2006-06-16 14:00:00"
        }
    }
]