~canonical-ci-engineering/ubuntu-ci-services-itself/django-tastypie

« back to all changes in this revision

Viewing changes to tests/core/fixtures/note_testdata.json

  • Committer: Package Import Robot
  • Author(s): Dominique Belhachemi
  • Date: 2013-06-22 09:17:01 UTC
  • mfrom: (1.1.3)
  • Revision ID: package-import@ubuntu.com-20130622091701-5up9mlpckb57g1ou
Tags: 0.9.15-1
* new upstream release
* Bump Standards-Version to 3.9.4
* updated watch file, thanks to Bart Martens

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
        "model": "auth.user",
18
18
        "pk": 2
19
19
    },
20
 
    
 
20
    {
 
21
        "fields": {
 
22
            "username": "bobdoe",
 
23
            "email": "bob@doe.com",
 
24
            "password": "ghi789",
 
25
            "is_active": false
 
26
        },
 
27
        "model": "auth.user",
 
28
        "pk": 3
 
29
    },
 
30
 
 
31
    {
 
32
        "fields": {
 
33
            "date": "2012-09-07",
 
34
            "username": "MARAUJOP",
 
35
            "message": "hello"
 
36
        },
 
37
        "model": "core.daterecord",
 
38
        "pk": 1
 
39
    },
 
40
 
21
41
    {
22
42
        "fields": {
23
43
            "author": 1,
96
116
        "model": "core.note",
97
117
        "pk": 6
98
118
    },
99
 
    
 
119
 
100
120
    {
101
121
        "fields": {
102
122
            "note": 1,
105
125
        },
106
126
        "model": "core.mediabit",
107
127
        "pk": 1
 
128
    },
 
129
 
 
130
    {
 
131
        "fields": {
 
132
            "name": "Signups",
 
133
            "slug": "signups",
 
134
            "count": 1
 
135
        },
 
136
        "model": "core.counter",
 
137
        "pk": 1
 
138
    },
 
139
    {
 
140
        "fields": {
 
141
            "name": "Logins",
 
142
            "slug": "logins",
 
143
            "count": 4
 
144
        },
 
145
        "model": "core.counter",
 
146
        "pk": 2
108
147
    }
109
 
]
 
 
b'\\ No newline at end of file'
 
148
]