2020-10-05 12:13:28 +00:00
|
|
|
[
|
|
|
|
{
|
|
|
|
"model": "symposion_conference.section",
|
|
|
|
"pk": 1,
|
|
|
|
"fields": {
|
|
|
|
"conference": 1,
|
|
|
|
"name": "Main Conference",
|
|
|
|
"slug": "main",
|
2021-07-05 10:20:24 +00:00
|
|
|
"start_date": "2022-01-14",
|
|
|
|
"end_date": "2022-01-16"
|
2020-10-05 12:13:28 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"model": "symposion_conference.section",
|
|
|
|
"pk": 2,
|
|
|
|
"fields": {
|
|
|
|
"conference": 1,
|
|
|
|
"name": "MiniConf",
|
|
|
|
"slug": "miniconf",
|
|
|
|
"start_date": null,
|
|
|
|
"end_date": null
|
|
|
|
}
|
|
|
|
}
|
|
|
|
]
|