Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move fixture data from Colab to here #3

Open
chaws opened this issue Oct 8, 2015 · 0 comments
Open

Move fixture data from Colab to here #3

chaws opened this issue Oct 8, 2015 · 0 comments

Comments

@chaws
Copy link
Contributor

chaws commented Oct 8, 2015

Here's the fixture data found in colab related to super_archives
{
"fields": {
"logo": "",
"description": "",
"last_imported_index": 0,
"name": "ListA",
"email": "[email protected]"
},
"model": "super_archives.mailinglist",
"pk": 1
},
{
"fields": {
"logo": "",
"description": "",
"last_imported_index": 0,
"name": "ListB",
"email": "[email protected]"
},
"model": "super_archives.mailinglist",
"pk": 2
},
{
"fields": {
"logo": "",
"description": "",
"last_imported_index": 0,
"name": "ListC",
"email": "[email protected]"
},
"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": "[email protected]"
},
"model": "super_archives.emailaddress",
"pk": 1
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant