test_data.json
3 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
[
{
"fields": {
"logo": "",
"description": "",
"last_imported_index": 0,
"name": "ListA",
"email": "listA@example.com"
},
"model": "super_archives.mailinglist",
"pk": 1
},
{
"fields": {
"logo": "",
"description": "",
"last_imported_index": 0,
"name": "ListB",
"email": "listB@example.com"
},
"model": "super_archives.mailinglist",
"pk": 2
},
{
"fields": {
"logo": "",
"description": "",
"last_imported_index": 0,
"name": "ListC",
"email": "listC@example.com"
},
"model": "super_archives.mailinglist",
"pk": 3
},
{
"fields": {
"spam": false,
"subject_token": "Thread_1_on_List_A",
"mailinglist": 1,
"score": 31,
"latest_message": 3
},
"model": "super_archives.thread",
"pk": 1
},
{
"fields": {
"spam": false,
"subject_token": "Thread_1_on_List_B",
"mailinglist": 2,
"score": 0,
"latest_message": 4
},
"model": "super_archives.thread",
"pk": 3
},
{
"fields": {
"spam": false,
"subject_token": "Thread_1_on_List_C",
"mailinglist": 3,
"score": 0,
"latest_message": 5
},
"model": "super_archives.thread",
"pk": 4
},
{
"fields": {
"body": "This is a repply to Thread 1 on list A",
"received_time": "2015-01-28T12:43:00.752Z",
"from_address": 1,
"thread": 1,
"spam": false,
"subject_clean": "Response to Thread 1A",
"message_id": "loreipsum",
"subject": "Response to Thread 1A"
},
"model": "super_archives.message",
"pk": 3
},
{
"fields": {
"body": "",
"received_time": "2015-01-28T12:57:22.180Z",
"from_address": 1,
"thread": 3,
"spam": false,
"subject_clean": "Message 1 on Thread 1B",
"message_id": "",
"subject": "Message 1 on Thread 1B"
},
"model": "super_archives.message",
"pk": 4
},
{
"fields": {
"body": "",
"received_time": "2015-01-28T13:02:12.903Z",
"from_address": 1,
"thread": 4,
"spam": false,
"subject_clean": "Message 1 on Thread 1C",
"message_id": "",
"subject": "Message 1 on Thread 1C"
},
"model": "super_archives.message",
"pk": 5
},
{
"fields": {
"last_name": "Administrator",
"webpage": "",
"twitter": "",
"is_staff": true,
"user_permissions": [],
"date_joined": "2015-01-28T12:34:58.770Z",
"google_talk": "",
"first_name": "Admin",
"is_superuser": true,
"last_login": "2015-01-28T12:35:39.621Z",
"verification_hash": null,
"role": "",
"email": "admin@mail.com",
"username": "admin",
"bio": "",
"needs_update": true,
"is_active": true,
"facebook": "",
"groups": [],
"password": "pbkdf2_sha256$12000$iiKCMnLZnFJw$UTx89LB8oYTiw9UqkcglzFLmIaZtbr+ZzF1cG3vfcyo=",
"institution": "",
"github": "",
"modified": "2015-01-28T12:45:27.375Z"
},
"model": "accounts.user",
"pk": 1
},
{
"fields": {
"real_name": "",
"user": 1,
"md5": "edb0e96701c209ab4b50211c856c50c4",
"address": "admin@mail.com"
},
"model": "super_archives.emailaddress",
"pk": 1
}
]