symposion_app/fixtures/sessions/proposals.proposalsection.json

14 lines
233 B
JSON
Raw Normal View History

2022-12-07 14:08:54 +00:00
[
{
"model": "symposion_proposals.proposalsection",
"pk": 1,
"fields": {
"section": 1,
"start": "2022-12-07T12:00:00Z",
"end": "2023-01-09T12:00:00Z",
"closed": false,
"published": true
}
}
]