Files @ 4847f13de047
Branch filter:

Location: symposion_app/fixtures/proposal_base.json

Jamie Lennox
Use Linux Australia for release and not pycon

Update the recording and materials release to say Linux Australia, not
Pycon Australia. This generates a migration because the model text has
change - but also because in the 0001_initial migration it appears that
this help text is stored as a byte string.

This is a bit weird, but realistically running this migration is not
going to cause us any problems so just add it so we don't end up
fighting django along the way.
[
    {
        "pk": 1,
        "model": "symposion_proposals.proposalsection",
        "fields": {
            "closed": false,
            "end": "2017-09-30T12:00:00Z",
            "published": false,
            "section": 1,
            "start": "2017-03-30T00:00:00Z"
        }
    },
    {
        "pk": 2,
        "model": "symposion_proposals.proposalsection",
        "fields": {
            "closed": false,
            "end": "2017-09-30T12:00:00Z",
            "published": false,
            "section": 2,
            "start": "2017-03-30T00:00:00Z"
        }
    },
    {
        "pk": 1,
        "model": "symposion_proposals.proposalkind",
        "fields": {
            "section": 1,
            "name": "Talk",
            "slug": "talk"
        }
    },
    {
        "pk": 2,
        "model": "symposion_proposals.proposalkind",
        "fields": {
            "section": 1,
            "name": "Tutorial",
            "slug": "tutorial"
        }
    },
    {
        "pk": 3,
        "model": "symposion_proposals.proposalkind",
        "fields": {
            "section": 2,
            "name": "Miniconf",
            "slug": "miniconf"
        }
    }
]