test_data.json 3 KB
[
{
  "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
}
]