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
...
 
@@ -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"
 
        }
 
    }
 
]
...
 
\ No newline at end of file
fixtures/proposal_base.json
Show inline comments
...
 
@@ -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"
 
        }
0 comments (0 inline, 0 general)