diff --git a/fixtures/conference.json b/fixtures/conference.json index 3ed25def..e4950e4a 100644 --- a/fixtures/conference.json +++ b/fixtures/conference.json @@ -3,10 +3,10 @@ "pk": 1, "model": "symposion_conference.conference", "fields": { - "timezone": "US/Eastern", - "start_date": "2040-01-01", - "end_date": "2040-01-04", - "title": "PyCon AU 2017" + "timezone": "Australia/Sydney", + "start_date": "2018-01-21", + "end_date": "2018-01-26", + "title": "linux.conf.au 2018" } }, { @@ -14,10 +14,21 @@ "model": "symposion_conference.section", "fields": { "conference": 1, - "start_date": "2040-01-01", - "name": "General Sessions", - "end_date": "2040-01-01", - "slug": "general-sessions" + "start_date": "2018-01-24", + "name": "Main Conference", + "end_date": "2018-01-26", + "slug": "main" + } + }, + { + "pk": 2, + "model": "symposion_conference.section", + "fields": { + "conference": 1, + "start_date": "2018-01-22", + "name": "MiniConf", + "end_date": "2018-01-23", + "slug": "miniconf" } } ] diff --git a/fixtures/proposal_base.json b/fixtures/proposal_base.json index 3538333f..cc7bf12b 100644 --- a/fixtures/proposal_base.json +++ b/fixtures/proposal_base.json @@ -3,11 +3,22 @@ "pk": 1, "model": "symposion_proposals.proposalsection", "fields": { - "start": null, + "closed": false, + "end": "2017-09-30T12:00:00Z", + "published": false, "section": 1, - "end": null, - "closed": null, - "published": null + "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" } }, { @@ -15,8 +26,26 @@ "model": "symposion_proposals.proposalkind", "fields": { "section": 1, - "name": "talk", + "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" + } } ] diff --git a/fixtures/sites.json b/fixtures/sites.json index 3b8a2195..4f1c2c61 100644 --- a/fixtures/sites.json +++ b/fixtures/sites.json @@ -3,16 +3,8 @@ "pk": 1, "model": "sites.site", "fields": { - "domain": "localhost:8000", - "name": "PyconAU 2017" - } - }, - { - "pk": 2, - "model": "sites.site", - "fields": { - "domain": "conference.pinaxproject.com", - "name": "PyconAU 2017" + "domain": "lca2018.org", + "name": "linux.conf.au 2018" } } ] diff --git a/fixtures/sitetree.json b/fixtures/sitetree.json index 44273d64..a765d810 100644 --- a/fixtures/sitetree.json +++ b/fixtures/sitetree.json @@ -17,9 +17,9 @@ "description": "", "insitetree": true, "hint": "", - "url": "pages_page \"about/\"", + "url": "http://lca2018.org", "inbreadcrumbs": true, - "title": "About", + "title": "LINUX.CONF.AU 2018", "tree": 1, "access_perm_type": 1, "alias": null, @@ -27,7 +27,7 @@ "inmenu": true, "access_loggedin": false, "hidden": false, - "urlaspattern": true + "urlaspattern": false } }, { @@ -40,9 +40,9 @@ "description": "", "insitetree": true, "hint": "", - "url": "pages_page \"venue/\"", + "url": "dashboard", "inbreadcrumbs": true, - "title": "Venue", + "title": "Dashboard", "tree": 1, "access_perm_type": 1, "alias": null, @@ -52,97 +52,5 @@ "hidden": false, "urlaspattern": true } - }, - { - "pk": 3, - "model": "sitetree.treeitem", - "fields": { - "parent": null, - "access_restricted": false, - "access_permissions": [], - "description": "", - "insitetree": true, - "hint": "", - "url": "#", - "inbreadcrumbs": true, - "title": "Sponsors", - "tree": 1, - "access_perm_type": 1, - "alias": null, - "sort_order": 4, - "inmenu": true, - "access_loggedin": false, - "hidden": false, - "urlaspattern": false - } - }, - { - "pk": 4, - "model": "sitetree.treeitem", - "fields": { - "parent": null, - "access_restricted": false, - "access_permissions": [], - "description": "", - "insitetree": true, - "hint": "", - "url": "home", - "inbreadcrumbs": true, - "title": "Home", - "tree": 1, - "access_perm_type": 1, - "alias": null, - "sort_order": 1, - "inmenu": true, - "access_loggedin": false, - "hidden": false, - "urlaspattern": true - } - }, - { - "pk": 5, - "model": "sitetree.treeitem", - "fields": { - "parent": 3, - "access_restricted": false, - "access_permissions": [], - "description": "", - "insitetree": true, - "hint": "", - "url": "sponsor_apply", - "inbreadcrumbs": true, - "title": "Apply to be a Sponsor", - "tree": 1, - "access_perm_type": 1, - "alias": null, - "sort_order": 6, - "inmenu": true, - "access_loggedin": false, - "hidden": false, - "urlaspattern": true - } - }, - { - "pk": 6, - "model": "sitetree.treeitem", - "fields": { - "parent": 3, - "access_restricted": false, - "access_permissions": [], - "description": "", - "insitetree": true, - "hint": "", - "url": "sponsor_list", - "inbreadcrumbs": true, - "title": "{{ SITE_NAME }} Sponsors", - "tree": 1, - "access_perm_type": 1, - "alias": null, - "sort_order": 5, - "inmenu": true, - "access_loggedin": false, - "hidden": false, - "urlaspattern": true - } } ]