some basic conference stuff updated. it's not at all clear to me yet if other stuff needs to be updated.

This commit is contained in:
Clinton Roy 2019-05-04 14:04:48 +10:00
parent d698d00642
commit d4f7f82994

View file

@ -3,10 +3,10 @@
"pk": 1,
"model": "symposion_conference.conference",
"fields": {
"timezone": "Pacific/Auckland",
"start_date": "2019-01-21",
"end_date": "2019-01-25",
"title": "linux.conf.au 2019"
"timezone": "Australia/Brisbane",
"start_date": "2020-01-13",
"end_date": "2020-01-17",
"title": "linux.conf.au 2020"
}
},
{
@ -14,9 +14,9 @@
"model": "symposion_conference.section",
"fields": {
"conference": 1,
"start_date": "2019-01-23",
"start_date": "2020-01-15",
"name": "Main Conference",
"end_date": "2019-01-25",
"end_date": "2020-01-17",
"slug": "main"
}
},
@ -25,9 +25,9 @@
"model": "symposion_conference.section",
"fields": {
"conference": 1,
"start_date": "2019-01-21",
"start_date": "2020-01-13",
"name": "MiniConf",
"end_date": "2019-01-22",
"end_date": "2020-01-14",
"slug": "miniconf"
}
}