updated conference and proposal base fixtures to work properly together

This commit is contained in:
James Tauber 2012-07-19 00:58:48 -04:00
parent d9b415d5f9
commit 9ca0329c57
2 changed files with 3 additions and 14 deletions

View file

@ -26,9 +26,9 @@
"fields": { "fields": {
"conference": 1, "conference": 1,
"start_date": "2040-01-02", "start_date": "2040-01-02",
"name": "Talks", "name": "General Sessions",
"end_date": "2040-01-04", "end_date": "2040-01-04",
"slug": "talks" "slug": "general-sessions"
} }
} }
] ]

View file

@ -21,17 +21,6 @@
"published": null "published": null
} }
}, },
{
"pk": 3,
"model": "proposals.proposalsection",
"fields": {
"start": null,
"section": 3,
"end": null,
"closed": null,
"published": null
}
},
{ {
"pk": 1, "pk": 1,
"model": "proposals.proposalkind", "model": "proposals.proposalkind",
@ -54,7 +43,7 @@
"pk": 3, "pk": 3,
"model": "proposals.proposalkind", "model": "proposals.proposalkind",
"fields": { "fields": {
"section": 3, "section": 2,
"name": "poster", "name": "poster",
"slug": "poster" "slug": "poster"
} }