summaryrefslogtreecommitdiffstats
path: root/isotests/fixtures/clockchoices.json
blob: 2c078128ede8a6ec49c3cd78b07ccd48063d377b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
[
    {
	"pk": 1,
	"model": "isotests.clockchoice",
	"fields": {
	    "name": "default"
	}
    },
    {
	"pk": 2,
	"model": "isotests.clockchoice",
	"fields": {
	    "name": "configured manually"
	}
    },
    {
	"pk": 3,
	"model": "isotests.clockchoice",
	"fields": {
	    "name": "NTP"
	}
    }
]