Files @ 993541122314
Branch filter:

Location: CopyleftConf/copyleftconf-website/fixtures/proposal_base.json - annotation

Christopher Neugebauer
Merge pull request #53 from northbaypython/soft-launch

Changes for soft launch
[
    {
        "pk": 1,
        "model": "symposion_proposals.proposalsection",
        "fields": {
            "start": null,
            "section": 1,
            "end": null,
            "closed": null,
            "published": null
        }
    },
    {
        "pk": 1,
        "model": "symposion_proposals.proposalkind",
        "fields": {
            "section": 1,
            "name": "talk",
            "slug": "talk"
        }
    }
]