diff --git a/fixtures/2022/conference.section.json b/fixtures/2022/conference.section.json deleted file mode 100644 index b0ff341fd83f73c40c7bdded66a84a03c84c5e32..0000000000000000000000000000000000000000 --- a/fixtures/2022/conference.section.json +++ /dev/null @@ -1,24 +0,0 @@ -[ -{ - "model": "symposion_conference.section", - "pk": 1, - "fields": { - "conference": 1, - "name": "Main Conference", - "slug": "main", - "start_date": "2022-01-14", - "end_date": "2022-01-16" - } -}, -{ - "model": "symposion_conference.section", - "pk": 2, - "fields": { - "conference": 1, - "name": "MiniConf", - "slug": "miniconf", - "start_date": null, - "end_date": null - } -} -]