Files @ 757de4732c26
Branch filter:

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

Joshua Simmons
Merge branch 'ticket-copy' of github.com:northbaypython/website into ticket-copy
[
    {
        "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"
        }
    }
]