symposion_app/fixtures/2021/proposals.proposalsection.json
2020-10-13 23:16:21 +10:00

24 lines
461 B
JSON

[
{
"model": "symposion_proposals.proposalsection",
"pk": 1,
"fields": {
"section": 1,
"start": "2020-10-06T12:00:00Z",
"end": "2020-11-01T12:00:00Z",
"closed": false,
"published": true
}
},
{
"model": "symposion_proposals.proposalsection",
"pk": 2,
"fields": {
"section": 2,
"start": "2020-10-06T12:00:00Z",
"end": "2020-11-01T12:00:00Z",
"closed": false,
"published": true
}
}
]