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": {
"conference": 1,
"start_date": "2040-01-02",
"name": "Talks",
"name": "General Sessions",
"end_date": "2040-01-04",
"slug": "talks"
"slug": "general-sessions"
}
}
]

View file

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