thirdparty/google_appengine/lib/django/tests/modeltests/fixtures/fixtures/fixture1.json
changeset 2866 a04b1e4126c4
parent 2864 2e0b0af889be
child 2868 9f7f269383f7
equal deleted inserted replaced
2864:2e0b0af889be 2866:a04b1e4126c4
     1 [
       
     2     {
       
     3         "pk": "2", 
       
     4         "model": "fixtures.article", 
       
     5         "fields": {
       
     6             "headline": "Poker has no place on ESPN", 
       
     7             "pub_date": "2006-06-16 12:00:00"
       
     8         }
       
     9     }, 
       
    10     {
       
    11         "pk": "3", 
       
    12         "model": "fixtures.article", 
       
    13         "fields": {
       
    14             "headline": "Time to reform copyright", 
       
    15             "pub_date": "2006-06-16 13:00:00"
       
    16         }
       
    17     }
       
    18 ]