thirdparty/google_appengine/lib/django/tests/modeltests/fixtures/fixtures/fixture1.json
author Daniel Diniz <ajaksu@gmail.com>
Fri, 03 Jul 2009 12:10:24 +0200
changeset 2500 ecc16ffe174b
parent 109 620f9b141567
permissions -rw-r--r--
Style fixes and a forgotten parameter in Survey(Record) logic. Reviewed by: Lennard de Rijk

[
    {
        "pk": "2", 
        "model": "fixtures.article", 
        "fields": {
            "headline": "Poker has no place on ESPN", 
            "pub_date": "2006-06-16 12:00:00"
        }
    }, 
    {
        "pk": "3", 
        "model": "fixtures.article", 
        "fields": {
            "headline": "Time to reform copyright", 
            "pub_date": "2006-06-16 13:00:00"
        }
    }
]