Files @ 959aefd856f5
Branch filter:

Location: symposion_app/fixtures/conference.json

Ben Stevens
Re-enable CI
[
    {
        "pk": 1,
        "model": "symposion_conference.conference",
        "fields": {
            "timezone": "Australia/Brisbane",
            "start_date": "2020-01-13",
            "end_date": "2020-01-17",
            "title": "linux.conf.au 2020"
        }
    },
    {
        "pk": 1,
        "model": "symposion_conference.section",
        "fields": {
            "conference": 1,
            "start_date": "2020-01-15",
            "name": "Main Conference",
            "end_date": "2020-01-17",
            "slug": "main"
        }
    },
    {
        "pk": 2,
        "model": "symposion_conference.section",
        "fields": {
            "conference": 1,
            "start_date": "2020-01-13",
            "name": "MiniConf",
            "end_date": "2020-01-14",
            "slug": "miniconf"
        }
    }
]