Changeset - 1759cf569e7f
[Not reviewed]
0 0 1
Luke Hatcher - 12 years ago 2012-07-12 04:39:29
lukeman@gmail.com
pycon conference fixture
1 file changed with 67 insertions and 0 deletions:
0 comments (0 inline, 0 general)
fixtures/conference.json
Show inline comments
 
new file 100644
 
[
 
    {
 
        "pk": 1, 
 
        "model": "conference.conference", 
 
        "fields": {
 
            "timezone": "US/Pacific", 
 
            "start_date": "2013-03-13", 
 
            "end_date": "2013-03-21", 
 
            "title": "PyCon 2013"
 
        }
 
    }, 
 
    {
 
        "pk": 1, 
 
        "model": "conference.section", 
 
        "fields": {
 
            "conference": 1, 
 
            "start_date": "2013-03-13", 
 
            "name": "Tutorials", 
 
            "end_date": "2013-03-14", 
 
            "slug": "tutorials"
 
        }
 
    }, 
 
    {
 
        "pk": 2, 
 
        "model": "conference.section", 
 
        "fields": {
 
            "conference": 1, 
 
            "start_date": "2013-03-15", 
 
            "name": "Talks", 
 
            "end_date": "2013-03-18", 
 
            "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"
 
        }
 
    }
 
]
...
 
\ No newline at end of file
0 comments (0 inline, 0 general)