symposion_app/fixtures/sessions/proposals.proposalsection.json
2023-10-14 17:20:06 +10:00

13 lines
233 B
JSON

[
{
"model": "symposion_proposals.proposalsection",
"pk": 1,
"fields": {
"section": 1,
"start": "2023-10-14T12:00:00Z",
"end": "2023-11-13T12:00:00Z",
"closed": false,
"published": true
}
}
]