diff --git a/fixtures/sessions/proposals.proposalsection.json b/fixtures/sessions/proposals.proposalsection.json new file mode 100644 index 0000000000000000000000000000000000000000..70c78dc52a1432471d08ec74074c99b56ec42774 --- /dev/null +++ b/fixtures/sessions/proposals.proposalsection.json @@ -0,0 +1,13 @@ +[ +{ + "model": "symposion_proposals.proposalsection", + "pk": 1, + "fields": { + "section": 1, + "start": "2022-12-07T12:00:00Z", + "end": "2023-01-09T12:00:00Z", + "closed": false, + "published": true + } +} +]