Changeset - 9ca0329c57f3
[Not reviewed]
0 2 0
James Tauber - 12 years ago 2012-07-19 04:58:48
jtauber@jtauber.com
updated conference and proposal base fixtures to work properly together
2 files changed with 3 insertions and 14 deletions:
0 comments (0 inline, 0 general)
fixtures/conference.json
Show inline comments
...
 
@@ -28,5 +28,5 @@
 
            "start_date": "2040-01-02", 
 
            "name": "Talks", 
 
            "name": "General Sessions", 
 
            "end_date": "2040-01-04", 
 
            "slug": "talks"
 
            "slug": "general-sessions"
 
        }
fixtures/proposal_base.json
Show inline comments
...
 
@@ -23,13 +23,2 @@
 
    }, 
 
    {
 
        "pk": 3, 
 
        "model": "proposals.proposalsection", 
 
        "fields": {
 
            "start": null, 
 
            "section": 3, 
 
            "end": null, 
 
            "closed": null, 
 
            "published": null
 
        }
 
    }, 
 
    {
...
 
@@ -56,3 +45,3 @@
 
        "fields": {
 
            "section": 3, 
 
            "section": 2, 
 
            "name": "poster", 
0 comments (0 inline, 0 general)