Files @ 4847f13de047
Branch filter:

Location: symposion_app/fixtures/sitetree.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": "sitetree.tree",
        "fields": {
            "alias": "main",
            "title": "main"
        }
    },
    {
        "pk": 1,
        "model": "sitetree.treeitem",
        "fields": {
            "parent": null,
            "access_restricted": false,
            "access_permissions": [],
            "description": "",
            "insitetree": true,
            "hint": "",
            "url": "http://lca2018.org",
            "inbreadcrumbs": true,
            "title": "LINUX.CONF.AU 2018",
            "tree": 1,
            "access_perm_type": 1,
            "alias": null,
            "sort_order": 2,
            "inmenu": true,
            "access_loggedin": false,
            "hidden": false,
            "urlaspattern": false
        }
    },
    {
        "pk": 2,
        "model": "sitetree.treeitem",
        "fields": {
            "parent": null,
            "access_restricted": false,
            "access_permissions": [],
            "description": "",
            "insitetree": true,
            "hint": "",
            "url": "dashboard",
            "inbreadcrumbs": true,
            "title": "Dashboard",
            "tree": 1,
            "access_perm_type": 1,
            "alias": null,
            "sort_order": 3,
            "inmenu": true,
            "access_loggedin": false,
            "hidden": false,
            "urlaspattern": true
        }
    }
]