Files @ b20dc75ea6a2
Branch filter:

Location: symposion_app/fixtures/2021/proposals.proposalsection.json

Joel Addison
Update for LCA2021
[
{
  "model": "symposion_proposals.proposalsection",
  "pk": 1,
  "fields": {
    "section": 1,
    "start": "2020-10-06T12:00:00Z",
    "end": "2020-11-01T12:00:00Z",
    "closed": false,
    "published": true
  }
},
{
  "model": "symposion_proposals.proposalsection",
  "pk": 2,
  "fields": {
    "section": 2,
    "start": "2020-10-06T12:00:00Z",
    "end": "2020-11-01T12:00:00Z",
    "closed": false,
    "published": true
  }
}
]