generic conference fixture with two sections: tutorials and talks

This commit is contained in:
Luke Hatcher 2012-07-13 14:13:18 -04:00
parent 7b61aada7d
commit ad78d869cc

View file

@ -3,10 +3,10 @@
"pk": 1,
"model": "conference.conference",
"fields": {
"timezone": "US/Pacific",
"start_date": "2013-03-13",
"end_date": "2013-03-21",
"title": "PyCon 2013"
"timezone": "US/Eastern",
"start_date": "2040-01-01",
"end_date": "2040-01-04",
"title": "SymposionCon"
}
},
{
@ -14,9 +14,9 @@
"model": "conference.section",
"fields": {
"conference": 1,
"start_date": "2013-03-13",
"start_date": "2040-01-01",
"name": "Tutorials",
"end_date": "2013-03-14",
"end_date": "2040-01-01",
"slug": "tutorials"
}
},
@ -25,43 +25,10 @@
"model": "conference.section",
"fields": {
"conference": 1,
"start_date": "2013-03-15",
"start_date": "2040-01-02",
"name": "Talks",
"end_date": "2013-03-18",
"end_date": "2040-01-04",
"slug": "talks"
}
},
{
"pk": 3,
"model": "conference.section",
"fields": {
"conference": 1,
"start_date": null,
"name": "Posters",
"end_date": null,
"slug": "posters"
}
},
{
"pk": 4,
"model": "conference.section",
"fields": {
"conference": 1,
"start_date": "2013-03-19",
"name": "Sprints",
"end_date": "2013-03-21",
"slug": "sprints"
}
},
{
"pk": 5,
"model": "conference.section",
"fields": {
"conference": 1,
"start_date": null,
"name": "Open Spaces",
"end_date": null,
"slug": "open-spaces"
}
}
]