diff --git a/fixtures/2022/proposals.proposalsection.json b/fixtures/2022/proposals.proposalsection.json deleted file mode 100644 index aa89d12fdee5593cff35c6cca79e7d4a8cc321cb..0000000000000000000000000000000000000000 --- a/fixtures/2022/proposals.proposalsection.json +++ /dev/null @@ -1,24 +0,0 @@ -[ -{ - "model": "symposion_proposals.proposalsection", - "pk": 1, - "fields": { - "section": 1, - "start": "2021-08-01T12:00:00Z", - "end": "2021-09-01T12:00:00Z", - "closed": false, - "published": true - } -}, -{ - "model": "symposion_proposals.proposalsection", - "pk": 2, - "fields": { - "section": 2, - "start": "2021-07-05T12:00:00Z", - "end": "2021-08-01T12:00:00Z", - "closed": false, - "published": true - } -} -]