-
Notifications
You must be signed in to change notification settings - Fork 1
Description
Here's the fixture data found in colab related to super_archives
{
"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": "This is a repply to Thread 1 on list B",
"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": "This is a repply to Thread 1 on list C",
"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": {
"real_name": "Administrator",
"user": 1,
"md5": "edb0e96701c209ab4b50211c856c50c4",
"address": "admin@mail.com"
},
"model": "super_archives.emailaddress",
"pk": 1
}