Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/tests/multiple_database/fixtures/multidb-common.json
blob: 33134173b94642ea4a67f9e5e900f0d31be42096 (plain)
1
2
3
4
5
6
7
8
9
10
[
    {
        "pk": 1,
        "model": "multiple_database.book",
        "fields": {
            "title": "The Definitive Guide to Django",
            "published": "2009-7-8"
        }
    }
]