~grupoesoc/cubicerp-addons/7.0

« back to all changes in this revision

Viewing changes to report_geraldo/lib/geraldo/site/newsite/django_1_0/tests/modeltests/fixtures/fixtures/fixture2.json

  • Committer: Cubic ERP
  • Date: 2014-01-07 15:38:09 UTC
  • Revision ID: info@cubicerp.com-20140107153809-4jmif3zoi8rcveve
[ADD] cubicReport

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
[
 
2
    {
 
3
        "pk": "3", 
 
4
        "model": "fixtures.article", 
 
5
        "fields": {
 
6
            "headline": "Copyright is fine the way it is", 
 
7
            "pub_date": "2006-06-16 14:00:00"
 
8
        }
 
9
    }, 
 
10
    {
 
11
        "pk": "4", 
 
12
        "model": "fixtures.article", 
 
13
        "fields": {
 
14
            "headline": "Django conquers world!", 
 
15
            "pub_date": "2006-06-16 15:00:00"
 
16
        }
 
17
    }
 
18
]
 
 
b'\\ No newline at end of file'