summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--askbot/__init__.py2
-rw-r--r--askbot/conf/skin_general_settings.py2
-rw-r--r--askbot/doc/source/changelog.rst4
-rw-r--r--askbot/tests/test_data.json10290
4 files changed, 5151 insertions, 5147 deletions
diff --git a/askbot/__init__.py b/askbot/__init__.py
index b9f37d0d..d4727712 100644
--- a/askbot/__init__.py
+++ b/askbot/__init__.py
@@ -9,7 +9,7 @@ import smtplib
import sys
import logging
-VERSION = (0, 7, 35)
+VERSION = (0, 7, 36)
#keys are module names used by python imports,
#values - the package qualifier to use for pip
diff --git a/askbot/conf/skin_general_settings.py b/askbot/conf/skin_general_settings.py
index ad439060..1bdb5887 100644
--- a/askbot/conf/skin_general_settings.py
+++ b/askbot/conf/skin_general_settings.py
@@ -42,7 +42,7 @@ settings.register(
'or uncheck in the case you do not want the logo to '
'appear in the default location'
),
- default = True
+ default = False
)
)
diff --git a/askbot/doc/source/changelog.rst b/askbot/doc/source/changelog.rst
index a8aa82fd..a0bcb20e 100644
--- a/askbot/doc/source/changelog.rst
+++ b/askbot/doc/source/changelog.rst
@@ -1,6 +1,10 @@
Changes in Askbot
=================
+0.7.36 (Dec 20, 2011)
+---------------------
+* bugfix and made the logo not used by default
+
0.7.35 (Dec 15, 2011)
---------------------
* Removal of offensive flags (`Dejan Noveski <http://www.atomidata.com/>`_)
diff --git a/askbot/tests/test_data.json b/askbot/tests/test_data.json
index 75b386e3..b8050889 100644
--- a/askbot/tests/test_data.json
+++ b/askbot/tests/test_data.json
@@ -81,138 +81,138 @@
}
},
{
- "pk": 64,
+ "pk": 73,
"model": "auth.permission",
"fields": {
"codename": "add_anonymousanswer",
"name": "Can add anonymous answer",
- "content_type": 22
+ "content_type": 25
}
},
{
- "pk": 65,
+ "pk": 74,
"model": "auth.permission",
"fields": {
"codename": "change_anonymousanswer",
"name": "Can change anonymous answer",
- "content_type": 22
+ "content_type": 25
}
},
{
- "pk": 66,
+ "pk": 75,
"model": "auth.permission",
"fields": {
"codename": "delete_anonymousanswer",
"name": "Can delete anonymous answer",
- "content_type": 22
+ "content_type": 25
}
},
{
- "pk": 58,
+ "pk": 67,
"model": "auth.permission",
"fields": {
"codename": "add_anonymousquestion",
"name": "Can add anonymous question",
- "content_type": 20
+ "content_type": 23
}
},
{
- "pk": 59,
+ "pk": 68,
"model": "auth.permission",
"fields": {
"codename": "change_anonymousquestion",
"name": "Can change anonymous question",
- "content_type": 20
+ "content_type": 23
}
},
{
- "pk": 60,
+ "pk": 69,
"model": "auth.permission",
"fields": {
"codename": "delete_anonymousquestion",
"name": "Can delete anonymous question",
- "content_type": 20
+ "content_type": 23
}
},
{
- "pk": 61,
+ "pk": 70,
"model": "auth.permission",
"fields": {
"codename": "add_answer",
"name": "Can add answer",
- "content_type": 21
+ "content_type": 24
}
},
{
- "pk": 62,
+ "pk": 71,
"model": "auth.permission",
"fields": {
"codename": "change_answer",
"name": "Can change answer",
- "content_type": 21
+ "content_type": 24
}
},
{
- "pk": 63,
+ "pk": 72,
"model": "auth.permission",
"fields": {
"codename": "delete_answer",
"name": "Can delete answer",
- "content_type": 21
+ "content_type": 24
}
},
{
- "pk": 70,
+ "pk": 28,
"model": "auth.permission",
"fields": {
"codename": "add_award",
"name": "Can add award",
- "content_type": 24
+ "content_type": 10
}
},
{
- "pk": 71,
+ "pk": 29,
"model": "auth.permission",
"fields": {
"codename": "change_award",
"name": "Can change award",
- "content_type": 24
+ "content_type": 10
}
},
{
- "pk": 72,
+ "pk": 30,
"model": "auth.permission",
"fields": {
"codename": "delete_award",
"name": "Can delete award",
- "content_type": 24
+ "content_type": 10
}
},
{
- "pk": 67,
+ "pk": 25,
"model": "auth.permission",
"fields": {
"codename": "add_badgedata",
"name": "Can add badge data",
- "content_type": 23
+ "content_type": 9
}
},
{
- "pk": 68,
+ "pk": 26,
"model": "auth.permission",
"fields": {
"codename": "change_badgedata",
"name": "Can change badge data",
- "content_type": 23
+ "content_type": 9
}
},
{
- "pk": 69,
+ "pk": 27,
"model": "auth.permission",
"fields": {
"codename": "delete_badgedata",
"name": "Can delete badge data",
- "content_type": 23
+ "content_type": 9
}
},
{
@@ -270,192 +270,192 @@
}
},
{
- "pk": 55,
+ "pk": 64,
"model": "auth.permission",
"fields": {
"codename": "add_favoritequestion",
"name": "Can add favorite question",
- "content_type": 19
+ "content_type": 22
}
},
{
- "pk": 56,
+ "pk": 65,
"model": "auth.permission",
"fields": {
"codename": "change_favoritequestion",
"name": "Can change favorite question",
- "content_type": 19
+ "content_type": 22
}
},
{
- "pk": 57,
+ "pk": 66,
"model": "auth.permission",
"fields": {
"codename": "delete_favoritequestion",
"name": "Can delete favorite question",
- "content_type": 19
+ "content_type": 22
}
},
{
- "pk": 28,
+ "pk": 52,
"model": "auth.permission",
"fields": {
"codename": "add_markedtag",
"name": "Can add marked tag",
- "content_type": 10
+ "content_type": 18
}
},
{
- "pk": 29,
+ "pk": 53,
"model": "auth.permission",
"fields": {
"codename": "change_markedtag",
"name": "Can change marked tag",
- "content_type": 10
+ "content_type": 18
}
},
{
- "pk": 30,
+ "pk": 54,
"model": "auth.permission",
"fields": {
"codename": "delete_markedtag",
"name": "Can delete marked tag",
- "content_type": 10
+ "content_type": 18
}
},
{
- "pk": 31,
+ "pk": 55,
"model": "auth.permission",
"fields": {
"codename": "add_postrevision",
"name": "Can add post revision",
- "content_type": 11
+ "content_type": 19
}
},
{
- "pk": 32,
+ "pk": 56,
"model": "auth.permission",
"fields": {
"codename": "change_postrevision",
"name": "Can change post revision",
- "content_type": 11
+ "content_type": 19
}
},
{
- "pk": 33,
+ "pk": 57,
"model": "auth.permission",
"fields": {
"codename": "delete_postrevision",
"name": "Can delete post revision",
- "content_type": 11
+ "content_type": 19
}
},
{
- "pk": 49,
+ "pk": 58,
"model": "auth.permission",
"fields": {
"codename": "add_question",
"name": "Can add question",
- "content_type": 17
+ "content_type": 20
}
},
{
- "pk": 50,
+ "pk": 59,
"model": "auth.permission",
"fields": {
"codename": "change_question",
"name": "Can change question",
- "content_type": 17
+ "content_type": 20
}
},
{
- "pk": 51,
+ "pk": 60,
"model": "auth.permission",
"fields": {
"codename": "delete_question",
"name": "Can delete question",
- "content_type": 17
+ "content_type": 20
}
},
{
- "pk": 52,
+ "pk": 61,
"model": "auth.permission",
"fields": {
"codename": "add_questionview",
"name": "Can add question view",
- "content_type": 18
+ "content_type": 21
}
},
{
- "pk": 53,
+ "pk": 62,
"model": "auth.permission",
"fields": {
"codename": "change_questionview",
"name": "Can change question view",
- "content_type": 18
+ "content_type": 21
}
},
{
- "pk": 54,
+ "pk": 63,
"model": "auth.permission",
"fields": {
"codename": "delete_questionview",
"name": "Can delete question view",
- "content_type": 18
+ "content_type": 21
}
},
{
- "pk": 73,
+ "pk": 31,
"model": "auth.permission",
"fields": {
"codename": "add_repute",
"name": "Can add repute",
- "content_type": 25
+ "content_type": 11
}
},
{
- "pk": 74,
+ "pk": 32,
"model": "auth.permission",
"fields": {
"codename": "change_repute",
"name": "Can change repute",
- "content_type": 25
+ "content_type": 11
}
},
{
- "pk": 75,
+ "pk": 33,
"model": "auth.permission",
"fields": {
"codename": "delete_repute",
"name": "Can delete repute",
- "content_type": 25
+ "content_type": 11
}
},
{
- "pk": 25,
+ "pk": 49,
"model": "auth.permission",
"fields": {
"codename": "add_tag",
"name": "Can add tag",
- "content_type": 9
+ "content_type": 17
}
},
{
- "pk": 26,
+ "pk": 50,
"model": "auth.permission",
"fields": {
"codename": "change_tag",
"name": "Can change tag",
- "content_type": 9
+ "content_type": 17
}
},
{
- "pk": 27,
+ "pk": 51,
"model": "auth.permission",
"fields": {
"codename": "delete_tag",
"name": "Can delete tag",
- "content_type": 9
+ "content_type": 17
}
},
{
@@ -1215,7 +1215,50 @@
}
},
{
- "pk": 9,
+ "pk": 1,
+ "model": "auth.user",
+ "fields": {
+ "status": "w",
+ "last_name": "",
+ "gold": 0,
+ "is_staff": true,
+ "user_permissions": [],
+ "interesting_tags": "",
+ "email_key": null,
+ "date_joined": "2011-12-20 12:51:20",
+ "first_name": "",
+ "email_isvalid": false,
+ "avatar_type": "n",
+ "website": "",
+ "is_superuser": true,
+ "date_of_birth": null,
+ "last_login": "2011-12-20 12:51:20",
+ "location": "",
+ "new_response_count": 61,
+ "email": "test_user_0@askbot.org",
+ "username": "test_user_0",
+ "is_active": true,
+ "consecutive_days_visit_count": 0,
+ "email_tag_filter_strategy": 1,
+ "groups": [],
+ "password": "sha1$917a5$8d31e7e3f8b7b8bbc27d27efdd49fc681cbad56b",
+ "silver": 0,
+ "bronze": 3,
+ "questions_per_page": 10,
+ "about": "",
+ "show_country": false,
+ "country": "",
+ "display_tag_filter_strategy": 0,
+ "seen_response_count": 0,
+ "real_name": "",
+ "ignored_tags": "",
+ "reputation": 520,
+ "gravatar": "97b89e3082d2741855254393f078fe6c",
+ "last_seen": "2011-12-20 12:51:20"
+ }
+ },
+ {
+ "pk": 2,
"model": "auth.user",
"fields": {
"status": "w",
@@ -1225,25 +1268,25 @@
"user_permissions": [],
"interesting_tags": "",
"email_key": null,
- "date_joined": "2011-11-29 11:22:00",
+ "date_joined": "2011-12-20 12:51:20",
"first_name": "",
"email_isvalid": false,
"avatar_type": "n",
"website": "",
"is_superuser": false,
"date_of_birth": null,
- "last_login": "2011-11-29 11:22:00",
+ "last_login": "2011-12-20 12:51:20",
"location": "",
- "new_response_count": 37,
- "email": "test_user_8@askbot.org",
- "username": "test_user_8",
+ "new_response_count": 58,
+ "email": "test_user_1@askbot.org",
+ "username": "test_user_1",
"is_active": true,
"consecutive_days_visit_count": 0,
"email_tag_filter_strategy": 1,
"groups": [],
- "password": "sha1$6fcb7$fe736ba4d649a8dc6c4a418968f2385f0a21bbb0",
+ "password": "sha1$2fd95$07bdf8b37814d2a84b6f1673fffada9f84f63c0e",
"silver": 0,
- "bronze": 4,
+ "bronze": 1,
"questions_per_page": 10,
"about": "",
"show_country": false,
@@ -1252,13 +1295,13 @@
"seen_response_count": 0,
"real_name": "",
"ignored_tags": "",
- "reputation": 518,
- "gravatar": "2efc123f13b1590ab7f54b229b6ce61c",
- "last_seen": "2011-11-29 11:22:00"
+ "reputation": 496,
+ "gravatar": "6859f8f5f86ae184bab4c5e2297a6f85",
+ "last_seen": "2011-12-20 12:51:20"
}
},
{
- "pk": 7,
+ "pk": 3,
"model": "auth.user",
"fields": {
"status": "w",
@@ -1268,23 +1311,23 @@
"user_permissions": [],
"interesting_tags": "",
"email_key": null,
- "date_joined": "2011-11-29 11:22:00",
+ "date_joined": "2011-12-20 12:51:20",
"first_name": "",
"email_isvalid": false,
"avatar_type": "n",
"website": "",
"is_superuser": false,
"date_of_birth": null,
- "last_login": "2011-11-29 11:22:00",
+ "last_login": "2011-12-20 12:51:20",
"location": "",
- "new_response_count": 43,
- "email": "test_user_6@askbot.org",
- "username": "test_user_6",
+ "new_response_count": 55,
+ "email": "test_user_2@askbot.org",
+ "username": "test_user_2",
"is_active": true,
"consecutive_days_visit_count": 0,
"email_tag_filter_strategy": 1,
"groups": [],
- "password": "sha1$411f1$9d201e56bb0c56ec136d1c8d934c0eab147593b7",
+ "password": "sha1$f1879$be089b0acfe1cfc8e4f4c1bba92a0bc8f0cb0fc9",
"silver": 0,
"bronze": 4,
"questions_per_page": 10,
@@ -1296,12 +1339,12 @@
"real_name": "",
"ignored_tags": "",
"reputation": 518,
- "gravatar": "7ce778a81f19e1304bbcc21ee6331063",
- "last_seen": "2011-11-29 11:22:00"
+ "gravatar": "564666778b07615b15a36ce51ac7f7d2",
+ "last_seen": "2011-12-20 12:51:20"
}
},
{
- "pk": 8,
+ "pk": 4,
"model": "auth.user",
"fields": {
"status": "w",
@@ -1311,23 +1354,23 @@
"user_permissions": [],
"interesting_tags": "",
"email_key": null,
- "date_joined": "2011-11-29 11:22:00",
+ "date_joined": "2011-12-20 12:51:20",
"first_name": "",
"email_isvalid": false,
"avatar_type": "n",
"website": "",
"is_superuser": false,
"date_of_birth": null,
- "last_login": "2011-11-29 11:22:00",
+ "last_login": "2011-12-20 12:51:20",
"location": "",
- "new_response_count": 40,
- "email": "test_user_7@askbot.org",
- "username": "test_user_7",
+ "new_response_count": 52,
+ "email": "test_user_3@askbot.org",
+ "username": "test_user_3",
"is_active": true,
"consecutive_days_visit_count": 0,
"email_tag_filter_strategy": 1,
"groups": [],
- "password": "sha1$eb1b8$c942013b7849d6c72efc3297b0bdd18f0c28c62f",
+ "password": "sha1$2c013$304d5239a9b0f7f066b756c54fab18d2383fc3c7",
"silver": 0,
"bronze": 1,
"questions_per_page": 10,
@@ -1339,12 +1382,12 @@
"real_name": "",
"ignored_tags": "",
"reputation": 496,
- "gravatar": "4556e9e446c727e6fdf37af356097ff2",
- "last_seen": "2011-11-29 11:22:00"
+ "gravatar": "32f9b7a8113ca3b42b63435fe4859b31",
+ "last_seen": "2011-12-20 12:51:20"
}
},
{
- "pk": 6,
+ "pk": 5,
"model": "auth.user",
"fields": {
"status": "w",
@@ -1354,25 +1397,25 @@
"user_permissions": [],
"interesting_tags": "",
"email_key": null,
- "date_joined": "2011-11-29 11:22:00",
+ "date_joined": "2011-12-20 12:51:20",
"first_name": "",
"email_isvalid": false,
"avatar_type": "n",
"website": "",
"is_superuser": false,
"date_of_birth": null,
- "last_login": "2011-11-29 11:22:00",
+ "last_login": "2011-12-20 12:51:20",
"location": "",
- "new_response_count": 46,
- "email": "test_user_5@askbot.org",
- "username": "test_user_5",
+ "new_response_count": 49,
+ "email": "test_user_4@askbot.org",
+ "username": "test_user_4",
"is_active": true,
"consecutive_days_visit_count": 0,
"email_tag_filter_strategy": 1,
"groups": [],
- "password": "sha1$5598c$4fa4cdef0a597bcf92e417da7bc3b77e78361e7e",
+ "password": "sha1$df5ca$648a261a796f846a5e8e64b83ef74a13cdf82ee8",
"silver": 0,
- "bronze": 1,
+ "bronze": 4,
"questions_per_page": 10,
"about": "",
"show_country": false,
@@ -1381,13 +1424,13 @@
"seen_response_count": 0,
"real_name": "",
"ignored_tags": "",
- "reputation": 496,
- "gravatar": "9846d347d8a7d759c40cda0f3d13483f",
- "last_seen": "2011-11-29 11:22:00"
+ "reputation": 518,
+ "gravatar": "23f7d972c0c664b156d0473c0999a697",
+ "last_seen": "2011-12-20 12:51:20"
}
},
{
- "pk": 12,
+ "pk": 6,
"model": "auth.user",
"fields": {
"status": "w",
@@ -1397,23 +1440,23 @@
"user_permissions": [],
"interesting_tags": "",
"email_key": null,
- "date_joined": "2011-11-29 11:22:01",
+ "date_joined": "2011-12-20 12:51:20",
"first_name": "",
"email_isvalid": false,
"avatar_type": "n",
"website": "",
"is_superuser": false,
"date_of_birth": null,
- "last_login": "2011-11-29 11:22:01",
+ "last_login": "2011-12-20 12:51:20",
"location": "",
- "new_response_count": 28,
- "email": "test_user_11@askbot.org",
- "username": "test_user_11",
+ "new_response_count": 46,
+ "email": "test_user_5@askbot.org",
+ "username": "test_user_5",
"is_active": true,
"consecutive_days_visit_count": 0,
"email_tag_filter_strategy": 1,
"groups": [],
- "password": "sha1$93294$3ac177911647fe34438c8dae115b20bdec80f914",
+ "password": "sha1$a994b$fc8d7f44c567e7d2fbf95b335b1749fd8cccd483",
"silver": 0,
"bronze": 1,
"questions_per_page": 10,
@@ -1425,12 +1468,12 @@
"real_name": "",
"ignored_tags": "",
"reputation": 496,
- "gravatar": "ccb4b8fe5a80781e5051435db97becaa",
- "last_seen": "2011-11-29 11:22:01"
+ "gravatar": "9846d347d8a7d759c40cda0f3d13483f",
+ "last_seen": "2011-12-20 12:51:20"
}
},
{
- "pk": 10,
+ "pk": 7,
"model": "auth.user",
"fields": {
"status": "w",
@@ -1440,25 +1483,25 @@
"user_permissions": [],
"interesting_tags": "",
"email_key": null,
- "date_joined": "2011-11-29 11:22:01",
+ "date_joined": "2011-12-20 12:51:20",
"first_name": "",
"email_isvalid": false,
"avatar_type": "n",
"website": "",
"is_superuser": false,
"date_of_birth": null,
- "last_login": "2011-11-29 11:22:01",
+ "last_login": "2011-12-20 12:51:20",
"location": "",
- "new_response_count": 34,
- "email": "test_user_9@askbot.org",
- "username": "test_user_9",
+ "new_response_count": 43,
+ "email": "test_user_6@askbot.org",
+ "username": "test_user_6",
"is_active": true,
"consecutive_days_visit_count": 0,
"email_tag_filter_strategy": 1,
"groups": [],
- "password": "sha1$8a201$c8572b07ccf47c55563721392ae83dc4d2a45ec9",
+ "password": "sha1$496b9$f8d26a187baffa8beadd90aed0dd0ae7868315cc",
"silver": 0,
- "bronze": 1,
+ "bronze": 4,
"questions_per_page": 10,
"about": "",
"show_country": false,
@@ -1467,13 +1510,13 @@
"seen_response_count": 0,
"real_name": "",
"ignored_tags": "",
- "reputation": 496,
- "gravatar": "2872546b9b5fa933413b58b18b0d56ca",
- "last_seen": "2011-11-29 11:22:01"
+ "reputation": 518,
+ "gravatar": "7ce778a81f19e1304bbcc21ee6331063",
+ "last_seen": "2011-12-20 12:51:20"
}
},
{
- "pk": 2,
+ "pk": 8,
"model": "auth.user",
"fields": {
"status": "w",
@@ -1483,23 +1526,23 @@
"user_permissions": [],
"interesting_tags": "",
"email_key": null,
- "date_joined": "2011-11-29 11:22:00",
+ "date_joined": "2011-12-20 12:51:20",
"first_name": "",
"email_isvalid": false,
"avatar_type": "n",
"website": "",
"is_superuser": false,
"date_of_birth": null,
- "last_login": "2011-11-29 11:22:00",
+ "last_login": "2011-12-20 12:51:20",
"location": "",
- "new_response_count": 58,
- "email": "test_user_1@askbot.org",
- "username": "test_user_1",
+ "new_response_count": 40,
+ "email": "test_user_7@askbot.org",
+ "username": "test_user_7",
"is_active": true,
"consecutive_days_visit_count": 0,
"email_tag_filter_strategy": 1,
"groups": [],
- "password": "sha1$61ffc$5ad65aa128b4edc2c56b6cf960dddcad9f66ecb0",
+ "password": "sha1$5d4b5$0196b971f4a784e0af71ec0655a52a1590c1e478",
"silver": 0,
"bronze": 1,
"questions_per_page": 10,
@@ -1511,12 +1554,12 @@
"real_name": "",
"ignored_tags": "",
"reputation": 496,
- "gravatar": "6859f8f5f86ae184bab4c5e2297a6f85",
- "last_seen": "2011-11-29 11:22:00"
+ "gravatar": "4556e9e446c727e6fdf37af356097ff2",
+ "last_seen": "2011-12-20 12:51:20"
}
},
{
- "pk": 14,
+ "pk": 9,
"model": "auth.user",
"fields": {
"status": "w",
@@ -1526,25 +1569,25 @@
"user_permissions": [],
"interesting_tags": "",
"email_key": null,
- "date_joined": "2011-11-29 11:22:01",
+ "date_joined": "2011-12-20 12:51:20",
"first_name": "",
"email_isvalid": false,
"avatar_type": "n",
"website": "",
"is_superuser": false,
"date_of_birth": null,
- "last_login": "2011-11-29 11:22:01",
+ "last_login": "2011-12-20 12:51:20",
"location": "",
- "new_response_count": 22,
- "email": "test_user_13@askbot.org",
- "username": "test_user_13",
+ "new_response_count": 37,
+ "email": "test_user_8@askbot.org",
+ "username": "test_user_8",
"is_active": true,
"consecutive_days_visit_count": 0,
"email_tag_filter_strategy": 1,
"groups": [],
- "password": "sha1$6bde8$2b1182edb0e72c5db59b7b76386fbafc6298b5c4",
+ "password": "sha1$84ffb$1fba7b1ef5993e0d0cc045593221921efb4a0104",
"silver": 0,
- "bronze": 1,
+ "bronze": 4,
"questions_per_page": 10,
"about": "",
"show_country": false,
@@ -1553,13 +1596,13 @@
"seen_response_count": 0,
"real_name": "",
"ignored_tags": "",
- "reputation": 496,
- "gravatar": "77dc2a59fecaa4eeb06fa9f563ebf669",
- "last_seen": "2011-11-29 11:22:01"
+ "reputation": 518,
+ "gravatar": "2efc123f13b1590ab7f54b229b6ce61c",
+ "last_seen": "2011-12-20 12:51:20"
}
},
{
- "pk": 15,
+ "pk": 10,
"model": "auth.user",
"fields": {
"status": "w",
@@ -1569,25 +1612,25 @@
"user_permissions": [],
"interesting_tags": "",
"email_key": null,
- "date_joined": "2011-11-29 11:22:01",
+ "date_joined": "2011-12-20 12:51:20",
"first_name": "",
"email_isvalid": false,
"avatar_type": "n",
"website": "",
"is_superuser": false,
"date_of_birth": null,
- "last_login": "2011-11-29 11:22:01",
+ "last_login": "2011-12-20 12:51:20",
"location": "",
- "new_response_count": 19,
- "email": "test_user_14@askbot.org",
- "username": "test_user_14",
+ "new_response_count": 34,
+ "email": "test_user_9@askbot.org",
+ "username": "test_user_9",
"is_active": true,
"consecutive_days_visit_count": 0,
"email_tag_filter_strategy": 1,
"groups": [],
- "password": "sha1$7f38e$5933ca3795008d9e0114244864faac1d743155be",
+ "password": "sha1$bf988$c56f74855686fa8fb9c5bd039d2774ee9c22b506",
"silver": 0,
- "bronze": 4,
+ "bronze": 1,
"questions_per_page": 10,
"about": "",
"show_country": false,
@@ -1596,9 +1639,9 @@
"seen_response_count": 0,
"real_name": "",
"ignored_tags": "",
- "reputation": 518,
- "gravatar": "0a4b98e7ec7867d097ef4ee1c3d23104",
- "last_seen": "2011-11-29 11:22:01"
+ "reputation": 496,
+ "gravatar": "2872546b9b5fa933413b58b18b0d56ca",
+ "last_seen": "2011-12-20 12:51:20"
}
},
{
@@ -1612,14 +1655,14 @@
"user_permissions": [],
"interesting_tags": "",
"email_key": null,
- "date_joined": "2011-11-29 11:22:01",
+ "date_joined": "2011-12-20 12:51:20",
"first_name": "",
"email_isvalid": false,
"avatar_type": "n",
"website": "",
"is_superuser": false,
"date_of_birth": null,
- "last_login": "2011-11-29 11:22:01",
+ "last_login": "2011-12-20 12:51:20",
"location": "",
"new_response_count": 31,
"email": "test_user_10@askbot.org",
@@ -1628,7 +1671,7 @@
"consecutive_days_visit_count": 0,
"email_tag_filter_strategy": 1,
"groups": [],
- "password": "sha1$f90ee$15da682179f192e85dec5325dafd531a4efd10b5",
+ "password": "sha1$25de1$b946e2022e115fd1276922296fd6d9e8465f4d39",
"silver": 0,
"bronze": 4,
"questions_per_page": 10,
@@ -1641,11 +1684,11 @@
"ignored_tags": "",
"reputation": 518,
"gravatar": "83458295fcf6dcdc6ee5815491cbee3f",
- "last_seen": "2011-11-29 11:22:01"
+ "last_seen": "2011-12-20 12:51:20"
}
},
{
- "pk": 4,
+ "pk": 12,
"model": "auth.user",
"fields": {
"status": "w",
@@ -1655,23 +1698,23 @@
"user_permissions": [],
"interesting_tags": "",
"email_key": null,
- "date_joined": "2011-11-29 11:22:00",
+ "date_joined": "2011-12-20 12:51:20",
"first_name": "",
"email_isvalid": false,
"avatar_type": "n",
"website": "",
"is_superuser": false,
"date_of_birth": null,
- "last_login": "2011-11-29 11:22:00",
+ "last_login": "2011-12-20 12:51:20",
"location": "",
- "new_response_count": 52,
- "email": "test_user_3@askbot.org",
- "username": "test_user_3",
+ "new_response_count": 28,
+ "email": "test_user_11@askbot.org",
+ "username": "test_user_11",
"is_active": true,
"consecutive_days_visit_count": 0,
"email_tag_filter_strategy": 1,
"groups": [],
- "password": "sha1$64fe9$44f013204511c63ce0cbdb0c7a1f2c81e44a5c3e",
+ "password": "sha1$a5edf$d53052d9c1fc1e671b43c83a840c14c922b50215",
"silver": 0,
"bronze": 1,
"questions_per_page": 10,
@@ -1683,12 +1726,12 @@
"real_name": "",
"ignored_tags": "",
"reputation": 496,
- "gravatar": "32f9b7a8113ca3b42b63435fe4859b31",
- "last_seen": "2011-11-29 11:22:00"
+ "gravatar": "ccb4b8fe5a80781e5051435db97becaa",
+ "last_seen": "2011-12-20 12:51:20"
}
},
{
- "pk": 19,
+ "pk": 13,
"model": "auth.user",
"fields": {
"status": "w",
@@ -1698,23 +1741,23 @@
"user_permissions": [],
"interesting_tags": "",
"email_key": null,
- "date_joined": "2011-11-29 11:22:01",
+ "date_joined": "2011-12-20 12:51:21",
"first_name": "",
"email_isvalid": false,
"avatar_type": "n",
"website": "",
"is_superuser": false,
"date_of_birth": null,
- "last_login": "2011-11-29 11:22:01",
+ "last_login": "2011-12-20 12:51:21",
"location": "",
- "new_response_count": 7,
- "email": "test_user_18@askbot.org",
- "username": "test_user_18",
+ "new_response_count": 25,
+ "email": "test_user_12@askbot.org",
+ "username": "test_user_12",
"is_active": true,
"consecutive_days_visit_count": 0,
"email_tag_filter_strategy": 1,
"groups": [],
- "password": "sha1$6629c$0f6ae97e0ebcb09c23469abef32080102bafa4a0",
+ "password": "sha1$d67f9$03c49b636e84766be0af76f7d7a1fd2c5482f201",
"silver": 0,
"bronze": 4,
"questions_per_page": 10,
@@ -1726,40 +1769,40 @@
"real_name": "",
"ignored_tags": "",
"reputation": 518,
- "gravatar": "ec0f9a859b26512fdcc994516be5e752",
- "last_seen": "2011-11-29 11:22:01"
+ "gravatar": "6a70087a63bbc7c6a4028365ed4e1950",
+ "last_seen": "2011-12-20 12:51:21"
}
},
{
- "pk": 20,
+ "pk": 14,
"model": "auth.user",
"fields": {
"status": "w",
"last_name": "",
- "gold": 2,
+ "gold": 0,
"is_staff": false,
"user_permissions": [],
"interesting_tags": "",
"email_key": null,
- "date_joined": "2011-11-29 11:22:01",
+ "date_joined": "2011-12-20 12:51:21",
"first_name": "",
"email_isvalid": false,
"avatar_type": "n",
"website": "",
"is_superuser": false,
"date_of_birth": null,
- "last_login": "2011-11-29 11:22:01",
+ "last_login": "2011-12-20 12:51:21",
"location": "",
- "new_response_count": 0,
- "email": "test_user_19@askbot.org",
- "username": "test_user_19",
+ "new_response_count": 22,
+ "email": "test_user_13@askbot.org",
+ "username": "test_user_13",
"is_active": true,
"consecutive_days_visit_count": 0,
"email_tag_filter_strategy": 1,
"groups": [],
- "password": "sha1$0ef82$173d590b1c23c9f6c7b6cfb1196498a53cf0be2b",
- "silver": 2,
- "bronze": 4,
+ "password": "sha1$8f8ab$b0a4ca8e7e2c2539e2101c325584b9d9679a85f7",
+ "silver": 0,
+ "bronze": 1,
"questions_per_page": 10,
"about": "",
"show_country": false,
@@ -1768,13 +1811,13 @@
"seen_response_count": 0,
"real_name": "",
"ignored_tags": "",
- "reputation": 713,
- "gravatar": "b75bdbeb7354745fdf9fdf72200eb799",
- "last_seen": "2011-11-29 11:22:01"
+ "reputation": 496,
+ "gravatar": "77dc2a59fecaa4eeb06fa9f563ebf669",
+ "last_seen": "2011-12-20 12:51:21"
}
},
{
- "pk": 18,
+ "pk": 15,
"model": "auth.user",
"fields": {
"status": "w",
@@ -1784,25 +1827,25 @@
"user_permissions": [],
"interesting_tags": "",
"email_key": null,
- "date_joined": "2011-11-29 11:22:01",
+ "date_joined": "2011-12-20 12:51:21",
"first_name": "",
"email_isvalid": false,
"avatar_type": "n",
"website": "",
"is_superuser": false,
"date_of_birth": null,
- "last_login": "2011-11-29 11:22:01",
+ "last_login": "2011-12-20 12:51:21",
"location": "",
- "new_response_count": 10,
- "email": "test_user_17@askbot.org",
- "username": "test_user_17",
+ "new_response_count": 19,
+ "email": "test_user_14@askbot.org",
+ "username": "test_user_14",
"is_active": true,
"consecutive_days_visit_count": 0,
"email_tag_filter_strategy": 1,
"groups": [],
- "password": "sha1$55744$75ca9a6b006211c4870dee080e4158db26c5d4c1",
+ "password": "sha1$69539$e48d801c8c567413cf7ab6d11a78996d89e65b4f",
"silver": 0,
- "bronze": 1,
+ "bronze": 4,
"questions_per_page": 10,
"about": "",
"show_country": false,
@@ -1811,9 +1854,9 @@
"seen_response_count": 0,
"real_name": "",
"ignored_tags": "",
- "reputation": 496,
- "gravatar": "b6778982e44fe0fbd78e3496069f1352",
- "last_seen": "2011-11-29 11:22:01"
+ "reputation": 518,
+ "gravatar": "0a4b98e7ec7867d097ef4ee1c3d23104",
+ "last_seen": "2011-12-20 12:51:21"
}
},
{
@@ -1827,14 +1870,14 @@
"user_permissions": [],
"interesting_tags": "",
"email_key": null,
- "date_joined": "2011-11-29 11:22:01",
+ "date_joined": "2011-12-20 12:51:21",
"first_name": "",
"email_isvalid": false,
"avatar_type": "n",
"website": "",
"is_superuser": false,
"date_of_birth": null,
- "last_login": "2011-11-29 11:22:01",
+ "last_login": "2011-12-20 12:51:21",
"location": "",
"new_response_count": 16,
"email": "test_user_15@askbot.org",
@@ -1843,7 +1886,7 @@
"consecutive_days_visit_count": 0,
"email_tag_filter_strategy": 1,
"groups": [],
- "password": "sha1$c3c00$0f4108eb249034369125c3a299715f47c7da84c3",
+ "password": "sha1$58954$055ea2ca379369686a8767f0f0efec14d6067537",
"silver": 0,
"bronze": 1,
"questions_per_page": 10,
@@ -1856,39 +1899,39 @@
"ignored_tags": "",
"reputation": 496,
"gravatar": "6c5d8511aa4f85cd75a16dbb3e03c5c7",
- "last_seen": "2011-11-29 11:22:01"
+ "last_seen": "2011-12-20 12:51:21"
}
},
{
- "pk": 1,
+ "pk": 17,
"model": "auth.user",
"fields": {
"status": "w",
"last_name": "",
"gold": 0,
- "is_staff": true,
+ "is_staff": false,
"user_permissions": [],
"interesting_tags": "",
"email_key": null,
- "date_joined": "2011-11-29 11:22:00",
+ "date_joined": "2011-12-20 12:51:21",
"first_name": "",
"email_isvalid": false,
"avatar_type": "n",
"website": "",
- "is_superuser": true,
+ "is_superuser": false,
"date_of_birth": null,
- "last_login": "2011-11-29 11:22:00",
+ "last_login": "2011-12-20 12:51:21",
"location": "",
- "new_response_count": 61,
- "email": "test_user_0@askbot.org",
- "username": "test_user_0",
+ "new_response_count": 13,
+ "email": "test_user_16@askbot.org",
+ "username": "test_user_16",
"is_active": true,
"consecutive_days_visit_count": 0,
"email_tag_filter_strategy": 1,
"groups": [],
- "password": "sha1$ea5da$c3bdc0df82479cc3a1498e0c4288ae8a718056b7",
+ "password": "sha1$ae00f$8df4d6129e34242ef50158fd2edaf7bea7ca1928",
"silver": 0,
- "bronze": 3,
+ "bronze": 4,
"questions_per_page": 10,
"about": "",
"show_country": false,
@@ -1897,13 +1940,13 @@
"seen_response_count": 0,
"real_name": "",
"ignored_tags": "",
- "reputation": 520,
- "gravatar": "97b89e3082d2741855254393f078fe6c",
- "last_seen": "2011-11-29 11:22:00"
+ "reputation": 518,
+ "gravatar": "f2174ffb3833816753de7f596f69468b",
+ "last_seen": "2011-12-20 12:51:21"
}
},
{
- "pk": 17,
+ "pk": 18,
"model": "auth.user",
"fields": {
"status": "w",
@@ -1913,25 +1956,25 @@
"user_permissions": [],
"interesting_tags": "",
"email_key": null,
- "date_joined": "2011-11-29 11:22:01",
+ "date_joined": "2011-12-20 12:51:21",
"first_name": "",
"email_isvalid": false,
"avatar_type": "n",
"website": "",
"is_superuser": false,
"date_of_birth": null,
- "last_login": "2011-11-29 11:22:01",
+ "last_login": "2011-12-20 12:51:21",
"location": "",
- "new_response_count": 13,
- "email": "test_user_16@askbot.org",
- "username": "test_user_16",
+ "new_response_count": 10,
+ "email": "test_user_17@askbot.org",
+ "username": "test_user_17",
"is_active": true,
"consecutive_days_visit_count": 0,
"email_tag_filter_strategy": 1,
"groups": [],
- "password": "sha1$817e3$44ea366ab209461095f1c6f236c156166cc17a7f",
+ "password": "sha1$85dfc$68f8f1587a87befee8ac262eaee9b9269a089d64",
"silver": 0,
- "bronze": 4,
+ "bronze": 1,
"questions_per_page": 10,
"about": "",
"show_country": false,
@@ -1940,13 +1983,13 @@
"seen_response_count": 0,
"real_name": "",
"ignored_tags": "",
- "reputation": 518,
- "gravatar": "f2174ffb3833816753de7f596f69468b",
- "last_seen": "2011-11-29 11:22:01"
+ "reputation": 496,
+ "gravatar": "b6778982e44fe0fbd78e3496069f1352",
+ "last_seen": "2011-12-20 12:51:21"
}
},
{
- "pk": 21,
+ "pk": 19,
"model": "auth.user",
"fields": {
"status": "w",
@@ -1956,25 +1999,25 @@
"user_permissions": [],
"interesting_tags": "",
"email_key": null,
- "date_joined": "2011-11-29 11:22:01",
+ "date_joined": "2011-12-20 12:51:21",
"first_name": "",
"email_isvalid": false,
"avatar_type": "n",
"website": "",
"is_superuser": false,
"date_of_birth": null,
- "last_login": "2011-11-29 11:22:01",
+ "last_login": "2011-12-20 12:51:21",
"location": "",
- "new_response_count": 0,
- "email": "test_user_20@askbot.org",
- "username": "test_user_20",
+ "new_response_count": 7,
+ "email": "test_user_18@askbot.org",
+ "username": "test_user_18",
"is_active": true,
"consecutive_days_visit_count": 0,
"email_tag_filter_strategy": 1,
"groups": [],
- "password": "sha1$59574$54ce25571357313105b19a39daa7dfedeb369fc8",
+ "password": "sha1$3a85d$8070b80232d0e6ec351d9d9d66b09c6212a77a2d",
"silver": 0,
- "bronze": 2,
+ "bronze": 4,
"questions_per_page": 10,
"about": "",
"show_country": false,
@@ -1983,40 +2026,40 @@
"seen_response_count": 0,
"real_name": "",
"ignored_tags": "",
- "reputation": 509,
- "gravatar": "4f877025b0ab869a9e9400e28ed3eab5",
- "last_seen": "2011-11-29 11:22:01"
+ "reputation": 518,
+ "gravatar": "ec0f9a859b26512fdcc994516be5e752",
+ "last_seen": "2011-12-20 12:51:21"
}
},
{
- "pk": 5,
+ "pk": 20,
"model": "auth.user",
"fields": {
"status": "w",
"last_name": "",
- "gold": 0,
+ "gold": 2,
"is_staff": false,
"user_permissions": [],
"interesting_tags": "",
"email_key": null,
- "date_joined": "2011-11-29 11:22:00",
+ "date_joined": "2011-12-20 12:51:21",
"first_name": "",
"email_isvalid": false,
"avatar_type": "n",
"website": "",
"is_superuser": false,
"date_of_birth": null,
- "last_login": "2011-11-29 11:22:00",
+ "last_login": "2011-12-20 12:51:21",
"location": "",
- "new_response_count": 49,
- "email": "test_user_4@askbot.org",
- "username": "test_user_4",
+ "new_response_count": 0,
+ "email": "test_user_19@askbot.org",
+ "username": "test_user_19",
"is_active": true,
"consecutive_days_visit_count": 0,
"email_tag_filter_strategy": 1,
"groups": [],
- "password": "sha1$7bd4f$4fed2fd2f0a50c59a3e1c7f5bc2d245f185e6941",
- "silver": 0,
+ "password": "sha1$f7931$fd6d24ecd06ca9acbb15506c3f3ff4d105dc693a",
+ "silver": 2,
"bronze": 4,
"questions_per_page": 10,
"about": "",
@@ -2026,13 +2069,13 @@
"seen_response_count": 0,
"real_name": "",
"ignored_tags": "",
- "reputation": 518,
- "gravatar": "23f7d972c0c664b156d0473c0999a697",
- "last_seen": "2011-11-29 11:22:00"
+ "reputation": 713,
+ "gravatar": "b75bdbeb7354745fdf9fdf72200eb799",
+ "last_seen": "2011-12-20 12:51:21"
}
},
{
- "pk": 23,
+ "pk": 21,
"model": "auth.user",
"fields": {
"status": "w",
@@ -2042,23 +2085,23 @@
"user_permissions": [],
"interesting_tags": "",
"email_key": null,
- "date_joined": "2011-11-29 11:22:01",
+ "date_joined": "2011-12-20 12:51:21",
"first_name": "",
"email_isvalid": false,
"avatar_type": "n",
"website": "",
"is_superuser": false,
"date_of_birth": null,
- "last_login": "2011-11-29 11:22:01",
+ "last_login": "2011-12-20 12:51:21",
"location": "",
"new_response_count": 0,
- "email": "test_user_22@askbot.org",
- "username": "test_user_22",
+ "email": "test_user_20@askbot.org",
+ "username": "test_user_20",
"is_active": true,
"consecutive_days_visit_count": 0,
"email_tag_filter_strategy": 1,
"groups": [],
- "password": "sha1$f7180$8502442f4727bdb5cc22bb1a5c920b8d85ede44f",
+ "password": "sha1$ce673$cbe2240ab8a6b25003ab85d4bb705e07d7d76f74",
"silver": 0,
"bronze": 2,
"questions_per_page": 10,
@@ -2070,8 +2113,8 @@
"real_name": "",
"ignored_tags": "",
"reputation": 509,
- "gravatar": "a5ddb8c0343a8aa84250f50535368aaf",
- "last_seen": "2011-11-29 11:22:01"
+ "gravatar": "4f877025b0ab869a9e9400e28ed3eab5",
+ "last_seen": "2011-12-20 12:51:21"
}
},
{
@@ -2085,14 +2128,14 @@
"user_permissions": [],
"interesting_tags": "",
"email_key": null,
- "date_joined": "2011-11-29 11:22:01",
+ "date_joined": "2011-12-20 12:51:21",
"first_name": "",
"email_isvalid": false,
"avatar_type": "n",
"website": "",
"is_superuser": false,
"date_of_birth": null,
- "last_login": "2011-11-29 11:22:01",
+ "last_login": "2011-12-20 12:51:21",
"location": "",
"new_response_count": 0,
"email": "test_user_21@askbot.org",
@@ -2101,7 +2144,7 @@
"consecutive_days_visit_count": 0,
"email_tag_filter_strategy": 1,
"groups": [],
- "password": "sha1$51fa7$cff0d645baf77691f67eec2bb34ee2e0b9e08108",
+ "password": "sha1$27f03$44e4b1227e5cd18fdd2d9af34bf6b090e360390d",
"silver": 0,
"bronze": 1,
"questions_per_page": 10,
@@ -2114,11 +2157,11 @@
"ignored_tags": "",
"reputation": 498,
"gravatar": "76b52b8b8655a296120d87715dbdd3e6",
- "last_seen": "2011-11-29 11:22:01"
+ "last_seen": "2011-12-20 12:51:21"
}
},
{
- "pk": 25,
+ "pk": 23,
"model": "auth.user",
"fields": {
"status": "w",
@@ -2128,23 +2171,23 @@
"user_permissions": [],
"interesting_tags": "",
"email_key": null,
- "date_joined": "2011-11-29 11:22:01",
+ "date_joined": "2011-12-20 12:51:21",
"first_name": "",
"email_isvalid": false,
"avatar_type": "n",
"website": "",
"is_superuser": false,
"date_of_birth": null,
- "last_login": "2011-11-29 11:22:01",
+ "last_login": "2011-12-20 12:51:21",
"location": "",
"new_response_count": 0,
- "email": "test_user_24@askbot.org",
- "username": "test_user_24",
+ "email": "test_user_22@askbot.org",
+ "username": "test_user_22",
"is_active": true,
"consecutive_days_visit_count": 0,
"email_tag_filter_strategy": 1,
"groups": [],
- "password": "sha1$e5279$0c376c7f9e7912cdcb9a8e8e5f7227c52c6e15ef",
+ "password": "sha1$f2a81$9799180e6ff6e310fa091ca69ac0010c51342f4b",
"silver": 0,
"bronze": 2,
"questions_per_page": 10,
@@ -2156,8 +2199,8 @@
"real_name": "",
"ignored_tags": "",
"reputation": 509,
- "gravatar": "9273b4ea8133885f6864afbc27b17a6b",
- "last_seen": "2011-11-29 11:22:01"
+ "gravatar": "a5ddb8c0343a8aa84250f50535368aaf",
+ "last_seen": "2011-12-20 12:51:21"
}
},
{
@@ -2171,14 +2214,14 @@
"user_permissions": [],
"interesting_tags": "",
"email_key": null,
- "date_joined": "2011-11-29 11:22:01",
+ "date_joined": "2011-12-20 12:51:21",
"first_name": "",
"email_isvalid": false,
"avatar_type": "n",
"website": "",
"is_superuser": false,
"date_of_birth": null,
- "last_login": "2011-11-29 11:22:01",
+ "last_login": "2011-12-20 12:51:21",
"location": "",
"new_response_count": 0,
"email": "test_user_23@askbot.org",
@@ -2187,7 +2230,7 @@
"consecutive_days_visit_count": 0,
"email_tag_filter_strategy": 1,
"groups": [],
- "password": "sha1$de87a$3bc6401bdfc6775887c3ecbec09fa394eb634a83",
+ "password": "sha1$fc47b$9d1f96ef03f26ee6949815fc53c08704e30cd2b1",
"silver": 0,
"bronze": 1,
"questions_per_page": 10,
@@ -2200,11 +2243,11 @@
"ignored_tags": "",
"reputation": 498,
"gravatar": "0b7ee0d2855d536bfcd272fe59e51e85",
- "last_seen": "2011-11-29 11:22:01"
+ "last_seen": "2011-12-20 12:51:21"
}
},
{
- "pk": 27,
+ "pk": 25,
"model": "auth.user",
"fields": {
"status": "w",
@@ -2214,23 +2257,23 @@
"user_permissions": [],
"interesting_tags": "",
"email_key": null,
- "date_joined": "2011-11-29 11:22:02",
+ "date_joined": "2011-12-20 12:51:21",
"first_name": "",
"email_isvalid": false,
"avatar_type": "n",
"website": "",
"is_superuser": false,
"date_of_birth": null,
- "last_login": "2011-11-29 11:22:02",
+ "last_login": "2011-12-20 12:51:21",
"location": "",
"new_response_count": 0,
- "email": "test_user_26@askbot.org",
- "username": "test_user_26",
+ "email": "test_user_24@askbot.org",
+ "username": "test_user_24",
"is_active": true,
"consecutive_days_visit_count": 0,
"email_tag_filter_strategy": 1,
"groups": [],
- "password": "sha1$4cbd4$032e616ef2c08f66347037f0cce9af0713076140",
+ "password": "sha1$45370$2514c920f4058028a57a0adb6ec5c4e472775e0f",
"silver": 0,
"bronze": 2,
"questions_per_page": 10,
@@ -2242,8 +2285,8 @@
"real_name": "",
"ignored_tags": "",
"reputation": 509,
- "gravatar": "2089b5251d55cadb48417b9d2b78b4b2",
- "last_seen": "2011-11-29 11:22:02"
+ "gravatar": "9273b4ea8133885f6864afbc27b17a6b",
+ "last_seen": "2011-12-20 12:51:21"
}
},
{
@@ -2257,14 +2300,14 @@
"user_permissions": [],
"interesting_tags": "",
"email_key": null,
- "date_joined": "2011-11-29 11:22:01",
+ "date_joined": "2011-12-20 12:51:21",
"first_name": "",
"email_isvalid": false,
"avatar_type": "n",
"website": "",
"is_superuser": false,
"date_of_birth": null,
- "last_login": "2011-11-29 11:22:01",
+ "last_login": "2011-12-20 12:51:21",
"location": "",
"new_response_count": 0,
"email": "test_user_25@askbot.org",
@@ -2273,7 +2316,7 @@
"consecutive_days_visit_count": 0,
"email_tag_filter_strategy": 1,
"groups": [],
- "password": "sha1$08d97$9ac274dc54da11e83f0dcf1991f57dbd3fbb95a7",
+ "password": "sha1$87174$1e7f2ee79f0322329581577f392c345ab1407204",
"silver": 0,
"bronze": 1,
"questions_per_page": 10,
@@ -2286,11 +2329,11 @@
"ignored_tags": "",
"reputation": 498,
"gravatar": "3f02ce1295ff1104020fb76e0a713f19",
- "last_seen": "2011-11-29 11:22:01"
+ "last_seen": "2011-12-20 12:51:21"
}
},
{
- "pk": 29,
+ "pk": 27,
"model": "auth.user",
"fields": {
"status": "w",
@@ -2300,23 +2343,23 @@
"user_permissions": [],
"interesting_tags": "",
"email_key": null,
- "date_joined": "2011-11-29 11:22:02",
+ "date_joined": "2011-12-20 12:51:21",
"first_name": "",
"email_isvalid": false,
"avatar_type": "n",
"website": "",
"is_superuser": false,
"date_of_birth": null,
- "last_login": "2011-11-29 11:22:02",
+ "last_login": "2011-12-20 12:51:21",
"location": "",
"new_response_count": 0,
- "email": "test_user_28@askbot.org",
- "username": "test_user_28",
+ "email": "test_user_26@askbot.org",
+ "username": "test_user_26",
"is_active": true,
"consecutive_days_visit_count": 0,
"email_tag_filter_strategy": 1,
"groups": [],
- "password": "sha1$d4453$8074db2f03a12e0ff84956ba3f80a863f02135f4",
+ "password": "sha1$b024a$4c21a57f1b5b48fa974b90f1d3802caa3ca58e8b",
"silver": 0,
"bronze": 2,
"questions_per_page": 10,
@@ -2328,8 +2371,8 @@
"real_name": "",
"ignored_tags": "",
"reputation": 509,
- "gravatar": "7ea520152dac05fa69541ffe139bcca2",
- "last_seen": "2011-11-29 11:22:02"
+ "gravatar": "2089b5251d55cadb48417b9d2b78b4b2",
+ "last_seen": "2011-12-20 12:51:21"
}
},
{
@@ -2343,14 +2386,14 @@
"user_permissions": [],
"interesting_tags": "",
"email_key": null,
- "date_joined": "2011-11-29 11:22:02",
+ "date_joined": "2011-12-20 12:51:21",
"first_name": "",
"email_isvalid": false,
"avatar_type": "n",
"website": "",
"is_superuser": false,
"date_of_birth": null,
- "last_login": "2011-11-29 11:22:02",
+ "last_login": "2011-12-20 12:51:21",
"location": "",
"new_response_count": 0,
"email": "test_user_27@askbot.org",
@@ -2359,7 +2402,7 @@
"consecutive_days_visit_count": 0,
"email_tag_filter_strategy": 1,
"groups": [],
- "password": "sha1$6435c$c0148935a628c8430570c8e5ba1ac4dc425b03a9",
+ "password": "sha1$58826$41c5e9f5dce2835b5175b023eb527fcade98d2d4",
"silver": 0,
"bronze": 1,
"questions_per_page": 10,
@@ -2372,11 +2415,11 @@
"ignored_tags": "",
"reputation": 498,
"gravatar": "489074a9a117be5320690bd6977ece9e",
- "last_seen": "2011-11-29 11:22:02"
+ "last_seen": "2011-12-20 12:51:21"
}
},
{
- "pk": 31,
+ "pk": 29,
"model": "auth.user",
"fields": {
"status": "w",
@@ -2386,23 +2429,23 @@
"user_permissions": [],
"interesting_tags": "",
"email_key": null,
- "date_joined": "2011-11-29 11:22:02",
+ "date_joined": "2011-12-20 12:51:21",
"first_name": "",
"email_isvalid": false,
"avatar_type": "n",
"website": "",
"is_superuser": false,
"date_of_birth": null,
- "last_login": "2011-11-29 11:22:02",
+ "last_login": "2011-12-20 12:51:21",
"location": "",
"new_response_count": 0,
- "email": "test_user_30@askbot.org",
- "username": "test_user_30",
+ "email": "test_user_28@askbot.org",
+ "username": "test_user_28",
"is_active": true,
"consecutive_days_visit_count": 0,
"email_tag_filter_strategy": 1,
"groups": [],
- "password": "sha1$491b8$601af2150570d0a6a6994348cffcb98e8bffaa62",
+ "password": "sha1$66e41$907b68d8b88a2ee9c8b3e30649f9117cbd07519c",
"silver": 0,
"bronze": 2,
"questions_per_page": 10,
@@ -2414,8 +2457,8 @@
"real_name": "",
"ignored_tags": "",
"reputation": 509,
- "gravatar": "4db2d8490aa35168e331b5ee5a0fd63b",
- "last_seen": "2011-11-29 11:22:02"
+ "gravatar": "7ea520152dac05fa69541ffe139bcca2",
+ "last_seen": "2011-12-20 12:51:21"
}
},
{
@@ -2429,14 +2472,14 @@
"user_permissions": [],
"interesting_tags": "",
"email_key": null,
- "date_joined": "2011-11-29 11:22:02",
+ "date_joined": "2011-12-20 12:51:21",
"first_name": "",
"email_isvalid": false,
"avatar_type": "n",
"website": "",
"is_superuser": false,
"date_of_birth": null,
- "last_login": "2011-11-29 11:22:02",
+ "last_login": "2011-12-20 12:51:21",
"location": "",
"new_response_count": 0,
"email": "test_user_29@askbot.org",
@@ -2445,7 +2488,7 @@
"consecutive_days_visit_count": 0,
"email_tag_filter_strategy": 1,
"groups": [],
- "password": "sha1$7b80f$c44e6b4fd46f296e04b2b05b1b0d35c11eace4c9",
+ "password": "sha1$7abb4$302c303a96f5aadfc1a744f4288fa0b7f60ce58d",
"silver": 0,
"bronze": 1,
"questions_per_page": 10,
@@ -2458,11 +2501,11 @@
"ignored_tags": "",
"reputation": 498,
"gravatar": "98be33fd4cf91cd0d26e8bbdda1691f2",
- "last_seen": "2011-11-29 11:22:02"
+ "last_seen": "2011-12-20 12:51:21"
}
},
{
- "pk": 13,
+ "pk": 31,
"model": "auth.user",
"fields": {
"status": "w",
@@ -2472,25 +2515,25 @@
"user_permissions": [],
"interesting_tags": "",
"email_key": null,
- "date_joined": "2011-11-29 11:22:01",
+ "date_joined": "2011-12-20 12:51:21",
"first_name": "",
"email_isvalid": false,
"avatar_type": "n",
"website": "",
"is_superuser": false,
"date_of_birth": null,
- "last_login": "2011-11-29 11:22:01",
+ "last_login": "2011-12-20 12:51:21",
"location": "",
- "new_response_count": 25,
- "email": "test_user_12@askbot.org",
- "username": "test_user_12",
+ "new_response_count": 0,
+ "email": "test_user_30@askbot.org",
+ "username": "test_user_30",
"is_active": true,
"consecutive_days_visit_count": 0,
"email_tag_filter_strategy": 1,
"groups": [],
- "password": "sha1$06cc8$75eb8ea982a0c7fa2d508133df9edba158ffae36",
+ "password": "sha1$8f341$7effe1a8dd068de04bf1da8c44d87f9d8b7ef541",
"silver": 0,
- "bronze": 4,
+ "bronze": 2,
"questions_per_page": 10,
"about": "",
"show_country": false,
@@ -2499,9 +2542,9 @@
"seen_response_count": 0,
"real_name": "",
"ignored_tags": "",
- "reputation": 518,
- "gravatar": "6a70087a63bbc7c6a4028365ed4e1950",
- "last_seen": "2011-11-29 11:22:01"
+ "reputation": 509,
+ "gravatar": "4db2d8490aa35168e331b5ee5a0fd63b",
+ "last_seen": "2011-12-20 12:51:21"
}
},
{
@@ -2515,14 +2558,14 @@
"user_permissions": [],
"interesting_tags": "",
"email_key": null,
- "date_joined": "2011-11-29 11:22:02",
+ "date_joined": "2011-12-20 12:51:21",
"first_name": "",
"email_isvalid": false,
"avatar_type": "n",
"website": "",
"is_superuser": false,
"date_of_birth": null,
- "last_login": "2011-11-29 11:22:02",
+ "last_login": "2011-12-20 12:51:21",
"location": "",
"new_response_count": 0,
"email": "test_user_31@askbot.org",
@@ -2531,7 +2574,7 @@
"consecutive_days_visit_count": 0,
"email_tag_filter_strategy": 1,
"groups": [],
- "password": "sha1$6c784$fabf3831df0bc28d7116e5ecead54f70f52b6af6",
+ "password": "sha1$a609f$b43e70ce92cd80413937108704a2faf96c659589",
"silver": 0,
"bronze": 1,
"questions_per_page": 10,
@@ -2544,11 +2587,11 @@
"ignored_tags": "",
"reputation": 498,
"gravatar": "e1646ca0338becadfc188108ef11a963",
- "last_seen": "2011-11-29 11:22:02"
+ "last_seen": "2011-12-20 12:51:21"
}
},
{
- "pk": 37,
+ "pk": 33,
"model": "auth.user",
"fields": {
"status": "w",
@@ -2558,23 +2601,23 @@
"user_permissions": [],
"interesting_tags": "",
"email_key": null,
- "date_joined": "2011-11-29 11:22:02",
+ "date_joined": "2011-12-20 12:51:21",
"first_name": "",
"email_isvalid": false,
"avatar_type": "n",
"website": "",
"is_superuser": false,
"date_of_birth": null,
- "last_login": "2011-11-29 11:22:02",
+ "last_login": "2011-12-20 12:51:21",
"location": "",
"new_response_count": 0,
- "email": "test_user_36@askbot.org",
- "username": "test_user_36",
+ "email": "test_user_32@askbot.org",
+ "username": "test_user_32",
"is_active": true,
"consecutive_days_visit_count": 0,
"email_tag_filter_strategy": 1,
"groups": [],
- "password": "sha1$91100$2e7c3a6a0e1c53e64dddcc681995d8a8f6cee1c2",
+ "password": "sha1$c0ee2$ac5ff63a7e0a57041b640151f3aaa844db9b509a",
"silver": 0,
"bronze": 2,
"questions_per_page": 10,
@@ -2586,55 +2629,12 @@
"real_name": "",
"ignored_tags": "",
"reputation": 509,
- "gravatar": "906f494d5d4015f2d7d13a781d5dd2e7",
- "last_seen": "2011-11-29 11:22:02"
- }
- },
- {
- "pk": 3,
- "model": "auth.user",
- "fields": {
- "status": "w",
- "last_name": "",
- "gold": 0,
- "is_staff": false,
- "user_permissions": [],
- "interesting_tags": "",
- "email_key": null,
- "date_joined": "2011-11-29 11:22:00",
- "first_name": "",
- "email_isvalid": false,
- "avatar_type": "n",
- "website": "",
- "is_superuser": false,
- "date_of_birth": null,
- "last_login": "2011-11-29 11:22:00",
- "location": "",
- "new_response_count": 55,
- "email": "test_user_2@askbot.org",
- "username": "test_user_2",
- "is_active": true,
- "consecutive_days_visit_count": 0,
- "email_tag_filter_strategy": 1,
- "groups": [],
- "password": "sha1$2f111$37691e24cf2f74476313cbf132ca032a36517690",
- "silver": 0,
- "bronze": 4,
- "questions_per_page": 10,
- "about": "",
- "show_country": false,
- "country": "",
- "display_tag_filter_strategy": 0,
- "seen_response_count": 0,
- "real_name": "",
- "ignored_tags": "",
- "reputation": 518,
- "gravatar": "564666778b07615b15a36ce51ac7f7d2",
- "last_seen": "2011-11-29 11:22:00"
+ "gravatar": "1f4576d9b347126a61b9b6ca39aaf46d",
+ "last_seen": "2011-12-20 12:51:21"
}
},
{
- "pk": 38,
+ "pk": 34,
"model": "auth.user",
"fields": {
"status": "w",
@@ -2644,23 +2644,23 @@
"user_permissions": [],
"interesting_tags": "",
"email_key": null,
- "date_joined": "2011-11-29 11:22:02",
+ "date_joined": "2011-12-20 12:51:21",
"first_name": "",
"email_isvalid": false,
"avatar_type": "n",
"website": "",
"is_superuser": false,
"date_of_birth": null,
- "last_login": "2011-11-29 11:22:02",
+ "last_login": "2011-12-20 12:51:21",
"location": "",
"new_response_count": 0,
- "email": "test_user_37@askbot.org",
- "username": "test_user_37",
+ "email": "test_user_33@askbot.org",
+ "username": "test_user_33",
"is_active": true,
"consecutive_days_visit_count": 0,
"email_tag_filter_strategy": 1,
"groups": [],
- "password": "sha1$c882c$efdc667baf367463332f96139e8850b437dcfd49",
+ "password": "sha1$fdc5b$5e1792dcf3371268956f3d4463b2240642db0979",
"silver": 0,
"bronze": 1,
"questions_per_page": 10,
@@ -2672,40 +2672,40 @@
"real_name": "",
"ignored_tags": "",
"reputation": 498,
- "gravatar": "641aca2f46519377ccd0500b6ab96ef0",
- "last_seen": "2011-11-29 11:22:02"
+ "gravatar": "a3d70733b55cca2d4e94e42b246ce2af",
+ "last_seen": "2011-12-20 12:51:21"
}
},
{
- "pk": 40,
+ "pk": 35,
"model": "auth.user",
"fields": {
"status": "w",
"last_name": "",
- "gold": 1,
+ "gold": 0,
"is_staff": false,
"user_permissions": [],
"interesting_tags": "",
"email_key": null,
- "date_joined": "2011-11-29 11:22:02",
+ "date_joined": "2011-12-20 12:51:21",
"first_name": "",
"email_isvalid": false,
"avatar_type": "n",
"website": "",
"is_superuser": false,
"date_of_birth": null,
- "last_login": "2011-11-29 11:22:02",
+ "last_login": "2011-12-20 12:51:21",
"location": "",
"new_response_count": 0,
- "email": "test_user_39@askbot.org",
- "username": "test_user_39",
+ "email": "test_user_34@askbot.org",
+ "username": "test_user_34",
"is_active": true,
"consecutive_days_visit_count": 0,
"email_tag_filter_strategy": 1,
"groups": [],
- "password": "sha1$60a6a$c9fba8b461a8b5d566f6296ed8eb3937a1bea923",
- "silver": 1,
- "bronze": 5,
+ "password": "sha1$6effa$92f04edd455daf51f7fa680630b86ff7b6a9d5c7",
+ "silver": 0,
+ "bronze": 2,
"questions_per_page": 10,
"about": "",
"show_country": false,
@@ -2714,13 +2714,13 @@
"seen_response_count": 0,
"real_name": "",
"ignored_tags": "",
- "reputation": 702,
- "gravatar": "43d568bd3fb5f364a3e3a5aa2db795e4",
- "last_seen": "2011-11-29 11:22:02"
+ "reputation": 509,
+ "gravatar": "a0a078c93e5bae4f19920e9f0ab6bd1d",
+ "last_seen": "2011-12-20 12:51:21"
}
},
{
- "pk": 33,
+ "pk": 36,
"model": "auth.user",
"fields": {
"status": "w",
@@ -2730,25 +2730,25 @@
"user_permissions": [],
"interesting_tags": "",
"email_key": null,
- "date_joined": "2011-11-29 11:22:02",
+ "date_joined": "2011-12-20 12:51:21",
"first_name": "",
"email_isvalid": false,
"avatar_type": "n",
"website": "",
"is_superuser": false,
"date_of_birth": null,
- "last_login": "2011-11-29 11:22:02",
+ "last_login": "2011-12-20 12:51:21",
"location": "",
"new_response_count": 0,
- "email": "test_user_32@askbot.org",
- "username": "test_user_32",
+ "email": "test_user_35@askbot.org",
+ "username": "test_user_35",
"is_active": true,
"consecutive_days_visit_count": 0,
"email_tag_filter_strategy": 1,
"groups": [],
- "password": "sha1$79b0d$c792ceafd2ae759c5b2c6952e83b07396372b569",
+ "password": "sha1$64ff0$24d4e4c0998862417646a9195fb846bc1a7c35aa",
"silver": 0,
- "bronze": 2,
+ "bronze": 1,
"questions_per_page": 10,
"about": "",
"show_country": false,
@@ -2757,13 +2757,13 @@
"seen_response_count": 0,
"real_name": "",
"ignored_tags": "",
- "reputation": 509,
- "gravatar": "1f4576d9b347126a61b9b6ca39aaf46d",
- "last_seen": "2011-11-29 11:22:02"
+ "reputation": 498,
+ "gravatar": "7cb624e123b95ef9694b64823b0fb0f1",
+ "last_seen": "2011-12-20 12:51:21"
}
},
{
- "pk": 39,
+ "pk": 37,
"model": "auth.user",
"fields": {
"status": "w",
@@ -2773,23 +2773,23 @@
"user_permissions": [],
"interesting_tags": "",
"email_key": null,
- "date_joined": "2011-11-29 11:22:02",
+ "date_joined": "2011-12-20 12:51:21",
"first_name": "",
"email_isvalid": false,
"avatar_type": "n",
"website": "",
"is_superuser": false,
"date_of_birth": null,
- "last_login": "2011-11-29 11:22:02",
+ "last_login": "2011-12-20 12:51:21",
"location": "",
"new_response_count": 0,
- "email": "test_user_38@askbot.org",
- "username": "test_user_38",
+ "email": "test_user_36@askbot.org",
+ "username": "test_user_36",
"is_active": true,
"consecutive_days_visit_count": 0,
"email_tag_filter_strategy": 1,
"groups": [],
- "password": "sha1$9af1a$f8d569c6b7f5543edd1da16054d99d9e50f032b9",
+ "password": "sha1$264cc$e72669914cc404990b135dc48816b8c4c4afa6ff",
"silver": 0,
"bronze": 2,
"questions_per_page": 10,
@@ -2801,12 +2801,12 @@
"real_name": "",
"ignored_tags": "",
"reputation": 509,
- "gravatar": "fcc3f6722e53bafdacdfea9ced92bbff",
- "last_seen": "2011-11-29 11:22:02"
+ "gravatar": "906f494d5d4015f2d7d13a781d5dd2e7",
+ "last_seen": "2011-12-20 12:51:21"
}
},
{
- "pk": 34,
+ "pk": 38,
"model": "auth.user",
"fields": {
"status": "w",
@@ -2816,23 +2816,23 @@
"user_permissions": [],
"interesting_tags": "",
"email_key": null,
- "date_joined": "2011-11-29 11:22:02",
+ "date_joined": "2011-12-20 12:51:21",
"first_name": "",
"email_isvalid": false,
"avatar_type": "n",
"website": "",
"is_superuser": false,
"date_of_birth": null,
- "last_login": "2011-11-29 11:22:02",
+ "last_login": "2011-12-20 12:51:21",
"location": "",
"new_response_count": 0,
- "email": "test_user_33@askbot.org",
- "username": "test_user_33",
+ "email": "test_user_37@askbot.org",
+ "username": "test_user_37",
"is_active": true,
"consecutive_days_visit_count": 0,
"email_tag_filter_strategy": 1,
"groups": [],
- "password": "sha1$461f2$0020c7758230a00f930867fe7c5bddf3cfb8a4ae",
+ "password": "sha1$a924b$25d6b03ca36b78d3420464097dba8142ba90b20d",
"silver": 0,
"bronze": 1,
"questions_per_page": 10,
@@ -2844,12 +2844,12 @@
"real_name": "",
"ignored_tags": "",
"reputation": 498,
- "gravatar": "a3d70733b55cca2d4e94e42b246ce2af",
- "last_seen": "2011-11-29 11:22:02"
+ "gravatar": "641aca2f46519377ccd0500b6ab96ef0",
+ "last_seen": "2011-12-20 12:51:21"
}
},
{
- "pk": 35,
+ "pk": 39,
"model": "auth.user",
"fields": {
"status": "w",
@@ -2859,23 +2859,23 @@
"user_permissions": [],
"interesting_tags": "",
"email_key": null,
- "date_joined": "2011-11-29 11:22:02",
+ "date_joined": "2011-12-20 12:51:21",
"first_name": "",
"email_isvalid": false,
"avatar_type": "n",
"website": "",
"is_superuser": false,
"date_of_birth": null,
- "last_login": "2011-11-29 11:22:02",
+ "last_login": "2011-12-20 12:51:21",
"location": "",
"new_response_count": 0,
- "email": "test_user_34@askbot.org",
- "username": "test_user_34",
+ "email": "test_user_38@askbot.org",
+ "username": "test_user_38",
"is_active": true,
"consecutive_days_visit_count": 0,
"email_tag_filter_strategy": 1,
"groups": [],
- "password": "sha1$ede22$54addd84f03b7c654f112d102f940f09211b9902",
+ "password": "sha1$6a84f$002738f797df0f265e17f970ccc67fabfee526a7",
"silver": 0,
"bronze": 2,
"questions_per_page": 10,
@@ -2887,40 +2887,40 @@
"real_name": "",
"ignored_tags": "",
"reputation": 509,
- "gravatar": "a0a078c93e5bae4f19920e9f0ab6bd1d",
- "last_seen": "2011-11-29 11:22:02"
+ "gravatar": "fcc3f6722e53bafdacdfea9ced92bbff",
+ "last_seen": "2011-12-20 12:51:21"
}
},
{
- "pk": 36,
+ "pk": 40,
"model": "auth.user",
"fields": {
"status": "w",
"last_name": "",
- "gold": 0,
+ "gold": 1,
"is_staff": false,
"user_permissions": [],
"interesting_tags": "",
"email_key": null,
- "date_joined": "2011-11-29 11:22:02",
+ "date_joined": "2011-12-20 12:51:21",
"first_name": "",
"email_isvalid": false,
"avatar_type": "n",
"website": "",
"is_superuser": false,
"date_of_birth": null,
- "last_login": "2011-11-29 11:22:02",
+ "last_login": "2011-12-20 12:51:21",
"location": "",
"new_response_count": 0,
- "email": "test_user_35@askbot.org",
- "username": "test_user_35",
+ "email": "test_user_39@askbot.org",
+ "username": "test_user_39",
"is_active": true,
"consecutive_days_visit_count": 0,
"email_tag_filter_strategy": 1,
"groups": [],
- "password": "sha1$0952b$51d2fd274e952d6ad6012bc79fc883550dbf45ba",
- "silver": 0,
- "bronze": 1,
+ "password": "sha1$b2cca$fffcd0641241dff108a6015328497977a8452fb6",
+ "silver": 1,
+ "bronze": 5,
"questions_per_page": 10,
"about": "",
"show_country": false,
@@ -2929,2023 +2929,2905 @@
"seen_response_count": 0,
"real_name": "",
"ignored_tags": "",
- "reputation": 498,
- "gravatar": "7cb624e123b95ef9694b64823b0fb0f1",
- "last_seen": "2011-11-29 11:22:02"
+ "reputation": 702,
+ "gravatar": "43d568bd3fb5f364a3e3a5aa2db795e4",
+ "last_seen": "2011-12-20 12:51:21"
}
},
{
"pk": 1,
- "model": "askbot.tag",
+ "model": "askbot.award",
"fields": {
- "name": "tag-1-0",
- "deleted": false,
- "created_by": 1,
- "deleted_by": null,
- "used_count": 1,
- "deleted_at": null
+ "awarded_at": "2011-12-20 12:51:22",
+ "notified": false,
+ "object_id": 1,
+ "user": 1,
+ "content_type": 20,
+ "badge": 1
}
},
{
"pk": 2,
- "model": "askbot.tag",
+ "model": "askbot.award",
"fields": {
- "name": "tag-1-1",
- "deleted": false,
- "created_by": 1,
- "deleted_by": null,
- "used_count": 1,
- "deleted_at": null
+ "awarded_at": "2011-12-20 12:51:22",
+ "notified": false,
+ "object_id": 1,
+ "user": 2,
+ "content_type": 20,
+ "badge": 2
}
},
{
- "pk": 20,
- "model": "askbot.tag",
+ "pk": 3,
+ "model": "askbot.award",
"fields": {
- "name": "tag-10-0",
- "deleted": false,
- "created_by": 10,
- "deleted_by": null,
- "used_count": 1,
- "deleted_at": null
+ "awarded_at": "2011-12-20 12:51:24",
+ "notified": false,
+ "object_id": 2,
+ "user": 3,
+ "content_type": 20,
+ "badge": 3
+ }
+ },
+ {
+ "pk": 4,
+ "model": "askbot.award",
+ "fields": {
+ "awarded_at": "2011-12-20 12:51:24",
+ "notified": false,
+ "object_id": 3,
+ "user": 3,
+ "content_type": 20,
+ "badge": 1
+ }
+ },
+ {
+ "pk": 5,
+ "model": "askbot.award",
+ "fields": {
+ "awarded_at": "2011-12-20 12:51:24",
+ "notified": false,
+ "object_id": 3,
+ "user": 4,
+ "content_type": 20,
+ "badge": 2
+ }
+ },
+ {
+ "pk": 6,
+ "model": "askbot.award",
+ "fields": {
+ "awarded_at": "2011-12-20 12:51:24",
+ "notified": false,
+ "object_id": 4,
+ "user": 5,
+ "content_type": 20,
+ "badge": 3
+ }
+ },
+ {
+ "pk": 7,
+ "model": "askbot.award",
+ "fields": {
+ "awarded_at": "2011-12-20 12:51:24",
+ "notified": false,
+ "object_id": 5,
+ "user": 5,
+ "content_type": 20,
+ "badge": 1
+ }
+ },
+ {
+ "pk": 8,
+ "model": "askbot.award",
+ "fields": {
+ "awarded_at": "2011-12-20 12:51:24",
+ "notified": false,
+ "object_id": 5,
+ "user": 6,
+ "content_type": 20,
+ "badge": 2
+ }
+ },
+ {
+ "pk": 9,
+ "model": "askbot.award",
+ "fields": {
+ "awarded_at": "2011-12-20 12:51:24",
+ "notified": false,
+ "object_id": 6,
+ "user": 7,
+ "content_type": 20,
+ "badge": 3
+ }
+ },
+ {
+ "pk": 10,
+ "model": "askbot.award",
+ "fields": {
+ "awarded_at": "2011-12-20 12:51:24",
+ "notified": false,
+ "object_id": 7,
+ "user": 7,
+ "content_type": 20,
+ "badge": 1
+ }
+ },
+ {
+ "pk": 11,
+ "model": "askbot.award",
+ "fields": {
+ "awarded_at": "2011-12-20 12:51:24",
+ "notified": false,
+ "object_id": 7,
+ "user": 8,
+ "content_type": 20,
+ "badge": 2
+ }
+ },
+ {
+ "pk": 12,
+ "model": "askbot.award",
+ "fields": {
+ "awarded_at": "2011-12-20 12:51:25",
+ "notified": false,
+ "object_id": 8,
+ "user": 9,
+ "content_type": 20,
+ "badge": 3
+ }
+ },
+ {
+ "pk": 13,
+ "model": "askbot.award",
+ "fields": {
+ "awarded_at": "2011-12-20 12:51:25",
+ "notified": false,
+ "object_id": 9,
+ "user": 9,
+ "content_type": 20,
+ "badge": 1
+ }
+ },
+ {
+ "pk": 14,
+ "model": "askbot.award",
+ "fields": {
+ "awarded_at": "2011-12-20 12:51:25",
+ "notified": false,
+ "object_id": 9,
+ "user": 10,
+ "content_type": 20,
+ "badge": 2
+ }
+ },
+ {
+ "pk": 15,
+ "model": "askbot.award",
+ "fields": {
+ "awarded_at": "2011-12-20 12:51:25",
+ "notified": false,
+ "object_id": 10,
+ "user": 11,
+ "content_type": 20,
+ "badge": 3
+ }
+ },
+ {
+ "pk": 16,
+ "model": "askbot.award",
+ "fields": {
+ "awarded_at": "2011-12-20 12:51:25",
+ "notified": false,
+ "object_id": 11,
+ "user": 11,
+ "content_type": 20,
+ "badge": 1
+ }
+ },
+ {
+ "pk": 17,
+ "model": "askbot.award",
+ "fields": {
+ "awarded_at": "2011-12-20 12:51:25",
+ "notified": false,
+ "object_id": 11,
+ "user": 12,
+ "content_type": 20,
+ "badge": 2
+ }
+ },
+ {
+ "pk": 18,
+ "model": "askbot.award",
+ "fields": {
+ "awarded_at": "2011-12-20 12:51:25",
+ "notified": false,
+ "object_id": 12,
+ "user": 13,
+ "content_type": 20,
+ "badge": 3
}
},
{
"pk": 19,
- "model": "askbot.tag",
+ "model": "askbot.award",
"fields": {
- "name": "tag-10-1",
- "deleted": false,
- "created_by": 10,
- "deleted_by": null,
- "used_count": 1,
- "deleted_at": null
+ "awarded_at": "2011-12-20 12:51:25",
+ "notified": false,
+ "object_id": 13,
+ "user": 13,
+ "content_type": 20,
+ "badge": 1
+ }
+ },
+ {
+ "pk": 20,
+ "model": "askbot.award",
+ "fields": {
+ "awarded_at": "2011-12-20 12:51:25",
+ "notified": false,
+ "object_id": 13,
+ "user": 14,
+ "content_type": 20,
+ "badge": 2
}
},
{
"pk": 21,
- "model": "askbot.tag",
+ "model": "askbot.award",
"fields": {
- "name": "tag-11-0",
- "deleted": false,
- "created_by": 11,
- "deleted_by": null,
- "used_count": 1,
- "deleted_at": null
+ "awarded_at": "2011-12-20 12:51:25",
+ "notified": false,
+ "object_id": 14,
+ "user": 15,
+ "content_type": 20,
+ "badge": 3
}
},
{
"pk": 22,
- "model": "askbot.tag",
+ "model": "askbot.award",
"fields": {
- "name": "tag-11-1",
- "deleted": false,
- "created_by": 11,
- "deleted_by": null,
- "used_count": 1,
- "deleted_at": null
+ "awarded_at": "2011-12-20 12:51:25",
+ "notified": false,
+ "object_id": 15,
+ "user": 15,
+ "content_type": 20,
+ "badge": 1
}
},
{
- "pk": 24,
- "model": "askbot.tag",
+ "pk": 23,
+ "model": "askbot.award",
"fields": {
- "name": "tag-12-0",
- "deleted": false,
- "created_by": 12,
- "deleted_by": null,
- "used_count": 1,
- "deleted_at": null
+ "awarded_at": "2011-12-20 12:51:25",
+ "notified": false,
+ "object_id": 15,
+ "user": 16,
+ "content_type": 20,
+ "badge": 2
}
},
{
- "pk": 23,
- "model": "askbot.tag",
+ "pk": 24,
+ "model": "askbot.award",
"fields": {
- "name": "tag-12-1",
- "deleted": false,
- "created_by": 12,
- "deleted_by": null,
- "used_count": 1,
- "deleted_at": null
+ "awarded_at": "2011-12-20 12:51:26",
+ "notified": false,
+ "object_id": 16,
+ "user": 17,
+ "content_type": 20,
+ "badge": 3
}
},
{
"pk": 25,
- "model": "askbot.tag",
+ "model": "askbot.award",
"fields": {
- "name": "tag-13-0",
- "deleted": false,
- "created_by": 13,
- "deleted_by": null,
- "used_count": 1,
- "deleted_at": null
+ "awarded_at": "2011-12-20 12:51:26",
+ "notified": false,
+ "object_id": 17,
+ "user": 17,
+ "content_type": 20,
+ "badge": 1
}
},
{
"pk": 26,
- "model": "askbot.tag",
+ "model": "askbot.award",
"fields": {
- "name": "tag-13-1",
- "deleted": false,
- "created_by": 13,
- "deleted_by": null,
- "used_count": 1,
- "deleted_at": null
+ "awarded_at": "2011-12-20 12:51:26",
+ "notified": false,
+ "object_id": 17,
+ "user": 18,
+ "content_type": 20,
+ "badge": 2
}
},
{
- "pk": 28,
- "model": "askbot.tag",
+ "pk": 27,
+ "model": "askbot.award",
"fields": {
- "name": "tag-14-0",
- "deleted": false,
- "created_by": 14,
- "deleted_by": null,
- "used_count": 1,
- "deleted_at": null
+ "awarded_at": "2011-12-20 12:51:26",
+ "notified": false,
+ "object_id": 18,
+ "user": 19,
+ "content_type": 20,
+ "badge": 3
}
},
{
- "pk": 27,
- "model": "askbot.tag",
+ "pk": 28,
+ "model": "askbot.award",
"fields": {
- "name": "tag-14-1",
- "deleted": false,
- "created_by": 14,
- "deleted_by": null,
- "used_count": 1,
- "deleted_at": null
+ "awarded_at": "2011-12-20 12:51:26",
+ "notified": false,
+ "object_id": 19,
+ "user": 19,
+ "content_type": 20,
+ "badge": 1
}
},
{
"pk": 29,
- "model": "askbot.tag",
+ "model": "askbot.award",
"fields": {
- "name": "tag-15-0",
- "deleted": false,
- "created_by": 15,
- "deleted_by": null,
- "used_count": 1,
- "deleted_at": null
+ "awarded_at": "2011-12-20 12:51:26",
+ "notified": false,
+ "object_id": 19,
+ "user": 20,
+ "content_type": 20,
+ "badge": 2
}
},
{
"pk": 30,
- "model": "askbot.tag",
+ "model": "askbot.award",
"fields": {
- "name": "tag-15-1",
- "deleted": false,
- "created_by": 15,
- "deleted_by": null,
- "used_count": 1,
- "deleted_at": null
+ "awarded_at": "2011-12-20 12:51:26",
+ "notified": false,
+ "object_id": 20,
+ "user": 21,
+ "content_type": 20,
+ "badge": 3
}
},
{
- "pk": 32,
- "model": "askbot.tag",
+ "pk": 31,
+ "model": "askbot.award",
"fields": {
- "name": "tag-16-0",
- "deleted": false,
- "created_by": 16,
- "deleted_by": null,
- "used_count": 1,
- "deleted_at": null
+ "awarded_at": "2011-12-20 12:51:26",
+ "notified": false,
+ "object_id": 21,
+ "user": 21,
+ "content_type": 20,
+ "badge": 1
}
},
{
- "pk": 31,
- "model": "askbot.tag",
+ "pk": 32,
+ "model": "askbot.award",
"fields": {
- "name": "tag-16-1",
- "deleted": false,
- "created_by": 16,
- "deleted_by": null,
- "used_count": 1,
- "deleted_at": null
+ "awarded_at": "2011-12-20 12:51:26",
+ "notified": false,
+ "object_id": 21,
+ "user": 22,
+ "content_type": 20,
+ "badge": 2
}
},
{
"pk": 33,
- "model": "askbot.tag",
+ "model": "askbot.award",
"fields": {
- "name": "tag-17-0",
- "deleted": false,
- "created_by": 17,
- "deleted_by": null,
- "used_count": 1,
- "deleted_at": null
+ "awarded_at": "2011-12-20 12:51:26",
+ "notified": false,
+ "object_id": 22,
+ "user": 23,
+ "content_type": 20,
+ "badge": 3
}
},
{
"pk": 34,
- "model": "askbot.tag",
+ "model": "askbot.award",
"fields": {
- "name": "tag-17-1",
- "deleted": false,
- "created_by": 17,
- "deleted_by": null,
- "used_count": 1,
- "deleted_at": null
+ "awarded_at": "2011-12-20 12:51:27",
+ "notified": false,
+ "object_id": 23,
+ "user": 23,
+ "content_type": 20,
+ "badge": 1
}
},
{
- "pk": 36,
- "model": "askbot.tag",
+ "pk": 35,
+ "model": "askbot.award",
"fields": {
- "name": "tag-18-0",
- "deleted": false,
- "created_by": 18,
- "deleted_by": null,
- "used_count": 1,
- "deleted_at": null
+ "awarded_at": "2011-12-20 12:51:27",
+ "notified": false,
+ "object_id": 23,
+ "user": 24,
+ "content_type": 20,
+ "badge": 2
}
},
{
- "pk": 35,
- "model": "askbot.tag",
+ "pk": 36,
+ "model": "askbot.award",
"fields": {
- "name": "tag-18-1",
- "deleted": false,
- "created_by": 18,
- "deleted_by": null,
- "used_count": 1,
- "deleted_at": null
+ "awarded_at": "2011-12-20 12:51:27",
+ "notified": false,
+ "object_id": 24,
+ "user": 25,
+ "content_type": 20,
+ "badge": 3
}
},
{
"pk": 37,
- "model": "askbot.tag",
+ "model": "askbot.award",
"fields": {
- "name": "tag-19-0",
- "deleted": false,
- "created_by": 19,
- "deleted_by": null,
- "used_count": 1,
- "deleted_at": null
+ "awarded_at": "2011-12-20 12:51:27",
+ "notified": false,
+ "object_id": 25,
+ "user": 25,
+ "content_type": 20,
+ "badge": 1
}
},
{
"pk": 38,
- "model": "askbot.tag",
- "fields": {
- "name": "tag-19-1",
- "deleted": false,
- "created_by": 19,
- "deleted_by": null,
- "used_count": 1,
- "deleted_at": null
- }
- },
- {
- "pk": 4,
- "model": "askbot.tag",
- "fields": {
- "name": "tag-2-0",
- "deleted": false,
- "created_by": 2,
- "deleted_by": null,
- "used_count": 1,
- "deleted_at": null
- }
- },
- {
- "pk": 3,
- "model": "askbot.tag",
+ "model": "askbot.award",
"fields": {
- "name": "tag-2-1",
- "deleted": false,
- "created_by": 2,
- "deleted_by": null,
- "used_count": 1,
- "deleted_at": null
+ "awarded_at": "2011-12-20 12:51:27",
+ "notified": false,
+ "object_id": 25,
+ "user": 26,
+ "content_type": 20,
+ "badge": 2
}
},
{
"pk": 39,
- "model": "askbot.tag",
+ "model": "askbot.award",
"fields": {
- "name": "tag-20-0",
- "deleted": false,
- "created_by": 20,
- "deleted_by": null,
- "used_count": 1,
- "deleted_at": null
+ "awarded_at": "2011-12-20 12:51:27",
+ "notified": false,
+ "object_id": 26,
+ "user": 27,
+ "content_type": 20,
+ "badge": 3
}
},
{
"pk": 40,
- "model": "askbot.tag",
+ "model": "askbot.award",
"fields": {
- "name": "tag-20-1",
- "deleted": false,
- "created_by": 20,
- "deleted_by": null,
- "used_count": 1,
- "deleted_at": null
+ "awarded_at": "2011-12-20 12:51:27",
+ "notified": false,
+ "object_id": 27,
+ "user": 27,
+ "content_type": 20,
+ "badge": 1
}
},
{
- "pk": 42,
- "model": "askbot.tag",
+ "pk": 41,
+ "model": "askbot.award",
"fields": {
- "name": "tag-21-0",
- "deleted": false,
- "created_by": 21,
- "deleted_by": null,
- "used_count": 1,
- "deleted_at": null
+ "awarded_at": "2011-12-20 12:51:27",
+ "notified": false,
+ "object_id": 27,
+ "user": 28,
+ "content_type": 20,
+ "badge": 2
}
},
{
- "pk": 41,
- "model": "askbot.tag",
+ "pk": 42,
+ "model": "askbot.award",
"fields": {
- "name": "tag-21-1",
- "deleted": false,
- "created_by": 21,
- "deleted_by": null,
- "used_count": 1,
- "deleted_at": null
+ "awarded_at": "2011-12-20 12:51:27",
+ "notified": false,
+ "object_id": 28,
+ "user": 29,
+ "content_type": 20,
+ "badge": 3
}
},
{
"pk": 43,
- "model": "askbot.tag",
+ "model": "askbot.award",
"fields": {
- "name": "tag-22-0",
- "deleted": false,
- "created_by": 22,
- "deleted_by": null,
- "used_count": 1,
- "deleted_at": null
+ "awarded_at": "2011-12-20 12:51:28",
+ "notified": false,
+ "object_id": 29,
+ "user": 29,
+ "content_type": 20,
+ "badge": 1
}
},
{
"pk": 44,
- "model": "askbot.tag",
+ "model": "askbot.award",
"fields": {
- "name": "tag-22-1",
- "deleted": false,
- "created_by": 22,
- "deleted_by": null,
- "used_count": 1,
- "deleted_at": null
+ "awarded_at": "2011-12-20 12:51:28",
+ "notified": false,
+ "object_id": 29,
+ "user": 30,
+ "content_type": 20,
+ "badge": 2
}
},
{
- "pk": 46,
- "model": "askbot.tag",
+ "pk": 45,
+ "model": "askbot.award",
"fields": {
- "name": "tag-23-0",
- "deleted": false,
- "created_by": 23,
- "deleted_by": null,
- "used_count": 1,
- "deleted_at": null
+ "awarded_at": "2011-12-20 12:51:28",
+ "notified": false,
+ "object_id": 30,
+ "user": 31,
+ "content_type": 20,
+ "badge": 3
}
},
{
- "pk": 45,
- "model": "askbot.tag",
+ "pk": 46,
+ "model": "askbot.award",
"fields": {
- "name": "tag-23-1",
- "deleted": false,
- "created_by": 23,
- "deleted_by": null,
- "used_count": 1,
- "deleted_at": null
+ "awarded_at": "2011-12-20 12:51:28",
+ "notified": false,
+ "object_id": 31,
+ "user": 31,
+ "content_type": 20,
+ "badge": 1
}
},
{
"pk": 47,
- "model": "askbot.tag",
+ "model": "askbot.award",
"fields": {
- "name": "tag-24-0",
- "deleted": false,
- "created_by": 24,
- "deleted_by": null,
- "used_count": 1,
- "deleted_at": null
+ "awarded_at": "2011-12-20 12:51:28",
+ "notified": false,
+ "object_id": 31,
+ "user": 32,
+ "content_type": 20,
+ "badge": 2
}
},
{
"pk": 48,
- "model": "askbot.tag",
+ "model": "askbot.award",
"fields": {
- "name": "tag-24-1",
- "deleted": false,
- "created_by": 24,
- "deleted_by": null,
- "used_count": 1,
- "deleted_at": null
+ "awarded_at": "2011-12-20 12:51:28",
+ "notified": false,
+ "object_id": 32,
+ "user": 33,
+ "content_type": 20,
+ "badge": 3
}
},
{
- "pk": 50,
- "model": "askbot.tag",
+ "pk": 49,
+ "model": "askbot.award",
"fields": {
- "name": "tag-25-0",
- "deleted": false,
- "created_by": 25,
- "deleted_by": null,
- "used_count": 1,
- "deleted_at": null
+ "awarded_at": "2011-12-20 12:51:28",
+ "notified": false,
+ "object_id": 33,
+ "user": 33,
+ "content_type": 20,
+ "badge": 1
}
},
{
- "pk": 49,
- "model": "askbot.tag",
+ "pk": 50,
+ "model": "askbot.award",
"fields": {
- "name": "tag-25-1",
- "deleted": false,
- "created_by": 25,
- "deleted_by": null,
- "used_count": 1,
- "deleted_at": null
+ "awarded_at": "2011-12-20 12:51:28",
+ "notified": false,
+ "object_id": 33,
+ "user": 34,
+ "content_type": 20,
+ "badge": 2
}
},
{
"pk": 51,
- "model": "askbot.tag",
+ "model": "askbot.award",
"fields": {
- "name": "tag-26-0",
- "deleted": false,
- "created_by": 26,
- "deleted_by": null,
- "used_count": 1,
- "deleted_at": null
+ "awarded_at": "2011-12-20 12:51:28",
+ "notified": false,
+ "object_id": 34,
+ "user": 35,
+ "content_type": 20,
+ "badge": 3
}
},
{
"pk": 52,
- "model": "askbot.tag",
+ "model": "askbot.award",
"fields": {
- "name": "tag-26-1",
- "deleted": false,
- "created_by": 26,
- "deleted_by": null,
- "used_count": 1,
- "deleted_at": null
+ "awarded_at": "2011-12-20 12:51:28",
+ "notified": false,
+ "object_id": 35,
+ "user": 35,
+ "content_type": 20,
+ "badge": 1
}
},
{
- "pk": 54,
- "model": "askbot.tag",
+ "pk": 53,
+ "model": "askbot.award",
"fields": {
- "name": "tag-27-0",
- "deleted": false,
- "created_by": 27,
- "deleted_by": null,
- "used_count": 1,
- "deleted_at": null
+ "awarded_at": "2011-12-20 12:51:28",
+ "notified": false,
+ "object_id": 35,
+ "user": 36,
+ "content_type": 20,
+ "badge": 2
}
},
{
- "pk": 53,
- "model": "askbot.tag",
+ "pk": 54,
+ "model": "askbot.award",
"fields": {
- "name": "tag-27-1",
- "deleted": false,
- "created_by": 27,
- "deleted_by": null,
- "used_count": 1,
- "deleted_at": null
+ "awarded_at": "2011-12-20 12:51:29",
+ "notified": false,
+ "object_id": 36,
+ "user": 37,
+ "content_type": 20,
+ "badge": 3
}
},
{
"pk": 55,
- "model": "askbot.tag",
+ "model": "askbot.award",
"fields": {
- "name": "tag-28-0",
- "deleted": false,
- "created_by": 28,
- "deleted_by": null,
- "used_count": 1,
- "deleted_at": null
+ "awarded_at": "2011-12-20 12:51:29",
+ "notified": false,
+ "object_id": 37,
+ "user": 37,
+ "content_type": 20,
+ "badge": 1
}
},
{
"pk": 56,
- "model": "askbot.tag",
- "fields": {
- "name": "tag-28-1",
- "deleted": false,
- "created_by": 28,
- "deleted_by": null,
- "used_count": 1,
- "deleted_at": null
- }
- },
- {
- "pk": 58,
- "model": "askbot.tag",
+ "model": "askbot.award",
"fields": {
- "name": "tag-29-0",
- "deleted": false,
- "created_by": 29,
- "deleted_by": null,
- "used_count": 1,
- "deleted_at": null
+ "awarded_at": "2011-12-20 12:51:29",
+ "notified": false,
+ "object_id": 37,
+ "user": 38,
+ "content_type": 20,
+ "badge": 2
}
},
{
"pk": 57,
- "model": "askbot.tag",
+ "model": "askbot.award",
"fields": {
- "name": "tag-29-1",
- "deleted": false,
- "created_by": 29,
- "deleted_by": null,
- "used_count": 1,
- "deleted_at": null
+ "awarded_at": "2011-12-20 12:51:29",
+ "notified": false,
+ "object_id": 38,
+ "user": 39,
+ "content_type": 20,
+ "badge": 3
}
},
{
- "pk": 5,
- "model": "askbot.tag",
+ "pk": 58,
+ "model": "askbot.award",
"fields": {
- "name": "tag-3-0",
- "deleted": false,
- "created_by": 3,
- "deleted_by": null,
- "used_count": 1,
- "deleted_at": null
+ "awarded_at": "2011-12-20 12:51:29",
+ "notified": false,
+ "object_id": 39,
+ "user": 39,
+ "content_type": 20,
+ "badge": 1
}
},
{
- "pk": 6,
- "model": "askbot.tag",
+ "pk": 59,
+ "model": "askbot.award",
"fields": {
- "name": "tag-3-1",
- "deleted": false,
- "created_by": 3,
- "deleted_by": null,
- "used_count": 1,
- "deleted_at": null
+ "awarded_at": "2011-12-20 12:51:29",
+ "notified": false,
+ "object_id": 39,
+ "user": 40,
+ "content_type": 20,
+ "badge": 2
}
},
{
"pk": 60,
- "model": "askbot.tag",
- "fields": {
- "name": "tag-30-0",
- "deleted": false,
- "created_by": 30,
- "deleted_by": null,
- "used_count": 1,
- "deleted_at": null
- }
- },
- {
- "pk": 59,
- "model": "askbot.tag",
+ "model": "askbot.award",
"fields": {
- "name": "tag-30-1",
- "deleted": false,
- "created_by": 30,
- "deleted_by": null,
- "used_count": 1,
- "deleted_at": null
+ "awarded_at": "2011-12-20 12:51:29",
+ "notified": false,
+ "object_id": 40,
+ "user": 40,
+ "content_type": 20,
+ "badge": 1
}
},
{
"pk": 61,
- "model": "askbot.tag",
+ "model": "askbot.award",
"fields": {
- "name": "tag-31-0",
- "deleted": false,
- "created_by": 31,
- "deleted_by": null,
- "used_count": 1,
- "deleted_at": null
+ "awarded_at": "2011-12-20 12:51:29",
+ "notified": false,
+ "object_id": 40,
+ "user": 1,
+ "content_type": 20,
+ "badge": 2
}
},
{
"pk": 62,
- "model": "askbot.tag",
+ "model": "askbot.award",
"fields": {
- "name": "tag-31-1",
- "deleted": false,
- "created_by": 31,
- "deleted_by": null,
- "used_count": 1,
- "deleted_at": null
+ "awarded_at": "2011-12-20 12:51:29",
+ "notified": false,
+ "object_id": 1,
+ "user": 1,
+ "content_type": 24,
+ "badge": 4
}
},
{
- "pk": 64,
- "model": "askbot.tag",
+ "pk": 63,
+ "model": "askbot.award",
"fields": {
- "name": "tag-32-0",
- "deleted": false,
- "created_by": 32,
- "deleted_by": null,
- "used_count": 1,
- "deleted_at": null
+ "awarded_at": "2011-12-20 12:51:30",
+ "notified": false,
+ "object_id": 40,
+ "user": 40,
+ "content_type": 20,
+ "badge": 5
}
},
{
- "pk": 63,
- "model": "askbot.tag",
+ "pk": 64,
+ "model": "askbot.award",
"fields": {
- "name": "tag-32-1",
- "deleted": false,
- "created_by": 32,
- "deleted_by": null,
- "used_count": 1,
- "deleted_at": null
+ "awarded_at": "2011-12-20 12:51:30",
+ "notified": false,
+ "object_id": 40,
+ "user": 40,
+ "content_type": 20,
+ "badge": 6
}
},
{
"pk": 65,
- "model": "askbot.tag",
+ "model": "askbot.award",
"fields": {
- "name": "tag-33-0",
- "deleted": false,
- "created_by": 33,
- "deleted_by": null,
- "used_count": 1,
- "deleted_at": null
+ "awarded_at": "2011-12-20 12:51:30",
+ "notified": false,
+ "object_id": 40,
+ "user": 3,
+ "content_type": 20,
+ "badge": 2
}
},
{
"pk": 66,
- "model": "askbot.tag",
+ "model": "askbot.award",
"fields": {
- "name": "tag-33-1",
- "deleted": false,
- "created_by": 33,
- "deleted_by": null,
- "used_count": 1,
- "deleted_at": null
+ "awarded_at": "2011-12-20 12:51:30",
+ "notified": false,
+ "object_id": 3,
+ "user": 3,
+ "content_type": 24,
+ "badge": 4
}
},
{
- "pk": 68,
- "model": "askbot.tag",
+ "pk": 67,
+ "model": "askbot.award",
"fields": {
- "name": "tag-34-0",
- "deleted": false,
- "created_by": 34,
- "deleted_by": null,
- "used_count": 1,
- "deleted_at": null
+ "awarded_at": "2011-12-20 12:51:30",
+ "notified": false,
+ "object_id": 40,
+ "user": 40,
+ "content_type": 20,
+ "badge": 7
}
},
{
- "pk": 67,
- "model": "askbot.tag",
+ "pk": 68,
+ "model": "askbot.award",
"fields": {
- "name": "tag-34-1",
- "deleted": false,
- "created_by": 34,
- "deleted_by": null,
- "used_count": 1,
- "deleted_at": null
+ "awarded_at": "2011-12-20 12:51:30",
+ "notified": false,
+ "object_id": 40,
+ "user": 5,
+ "content_type": 20,
+ "badge": 2
}
},
{
"pk": 69,
- "model": "askbot.tag",
+ "model": "askbot.award",
"fields": {
- "name": "tag-35-0",
- "deleted": false,
- "created_by": 35,
- "deleted_by": null,
- "used_count": 1,
- "deleted_at": null
+ "awarded_at": "2011-12-20 12:51:31",
+ "notified": false,
+ "object_id": 5,
+ "user": 5,
+ "content_type": 24,
+ "badge": 4
}
},
{
"pk": 70,
- "model": "askbot.tag",
+ "model": "askbot.award",
"fields": {
- "name": "tag-35-1",
- "deleted": false,
- "created_by": 35,
- "deleted_by": null,
- "used_count": 1,
- "deleted_at": null
+ "awarded_at": "2011-12-20 12:51:31",
+ "notified": false,
+ "object_id": 40,
+ "user": 7,
+ "content_type": 20,
+ "badge": 2
}
},
{
- "pk": 72,
- "model": "askbot.tag",
+ "pk": 71,
+ "model": "askbot.award",
"fields": {
- "name": "tag-36-0",
- "deleted": false,
- "created_by": 36,
- "deleted_by": null,
- "used_count": 1,
- "deleted_at": null
+ "awarded_at": "2011-12-20 12:51:31",
+ "notified": false,
+ "object_id": 7,
+ "user": 7,
+ "content_type": 24,
+ "badge": 4
}
},
{
- "pk": 71,
- "model": "askbot.tag",
+ "pk": 72,
+ "model": "askbot.award",
"fields": {
- "name": "tag-36-1",
- "deleted": false,
- "created_by": 36,
- "deleted_by": null,
- "used_count": 1,
- "deleted_at": null
+ "awarded_at": "2011-12-20 12:51:32",
+ "notified": false,
+ "object_id": 40,
+ "user": 9,
+ "content_type": 20,
+ "badge": 2
}
},
{
"pk": 73,
- "model": "askbot.tag",
+ "model": "askbot.award",
"fields": {
- "name": "tag-37-0",
- "deleted": false,
- "created_by": 37,
- "deleted_by": null,
- "used_count": 1,
- "deleted_at": null
+ "awarded_at": "2011-12-20 12:51:32",
+ "notified": false,
+ "object_id": 9,
+ "user": 9,
+ "content_type": 24,
+ "badge": 4
}
},
{
"pk": 74,
- "model": "askbot.tag",
+ "model": "askbot.award",
"fields": {
- "name": "tag-37-1",
- "deleted": false,
- "created_by": 37,
- "deleted_by": null,
- "used_count": 1,
- "deleted_at": null
+ "awarded_at": "2011-12-20 12:51:33",
+ "notified": false,
+ "object_id": 40,
+ "user": 11,
+ "content_type": 20,
+ "badge": 2
}
},
{
- "pk": 76,
- "model": "askbot.tag",
+ "pk": 75,
+ "model": "askbot.award",
"fields": {
- "name": "tag-38-0",
- "deleted": false,
- "created_by": 38,
- "deleted_by": null,
- "used_count": 1,
- "deleted_at": null
+ "awarded_at": "2011-12-20 12:51:33",
+ "notified": false,
+ "object_id": 11,
+ "user": 11,
+ "content_type": 24,
+ "badge": 4
}
},
{
- "pk": 75,
- "model": "askbot.tag",
+ "pk": 76,
+ "model": "askbot.award",
"fields": {
- "name": "tag-38-1",
- "deleted": false,
- "created_by": 38,
- "deleted_by": null,
- "used_count": 1,
- "deleted_at": null
+ "awarded_at": "2011-12-20 12:51:34",
+ "notified": false,
+ "object_id": 40,
+ "user": 13,
+ "content_type": 20,
+ "badge": 2
}
},
{
"pk": 77,
- "model": "askbot.tag",
+ "model": "askbot.award",
"fields": {
- "name": "tag-39-0",
- "deleted": false,
- "created_by": 39,
- "deleted_by": null,
- "used_count": 1,
- "deleted_at": null
+ "awarded_at": "2011-12-20 12:51:34",
+ "notified": false,
+ "object_id": 13,
+ "user": 13,
+ "content_type": 24,
+ "badge": 4
}
},
{
"pk": 78,
- "model": "askbot.tag",
+ "model": "askbot.award",
"fields": {
- "name": "tag-39-1",
- "deleted": false,
- "created_by": 39,
- "deleted_by": null,
- "used_count": 1,
- "deleted_at": null
+ "awarded_at": "2011-12-20 12:51:35",
+ "notified": false,
+ "object_id": 40,
+ "user": 15,
+ "content_type": 20,
+ "badge": 2
}
},
{
- "pk": 8,
- "model": "askbot.tag",
+ "pk": 79,
+ "model": "askbot.award",
"fields": {
- "name": "tag-4-0",
- "deleted": false,
- "created_by": 4,
- "deleted_by": null,
- "used_count": 1,
- "deleted_at": null
+ "awarded_at": "2011-12-20 12:51:35",
+ "notified": false,
+ "object_id": 15,
+ "user": 15,
+ "content_type": 24,
+ "badge": 4
}
},
{
- "pk": 7,
- "model": "askbot.tag",
+ "pk": 80,
+ "model": "askbot.award",
"fields": {
- "name": "tag-4-1",
- "deleted": false,
- "created_by": 4,
- "deleted_by": null,
- "used_count": 1,
- "deleted_at": null
+ "awarded_at": "2011-12-20 12:51:36",
+ "notified": false,
+ "object_id": 40,
+ "user": 17,
+ "content_type": 20,
+ "badge": 2
}
},
{
- "pk": 79,
- "model": "askbot.tag",
+ "pk": 81,
+ "model": "askbot.award",
"fields": {
- "name": "tag-40-0",
- "deleted": false,
- "created_by": 40,
- "deleted_by": null,
- "used_count": 1,
- "deleted_at": null
+ "awarded_at": "2011-12-20 12:51:36",
+ "notified": false,
+ "object_id": 17,
+ "user": 17,
+ "content_type": 24,
+ "badge": 4
}
},
{
- "pk": 80,
- "model": "askbot.tag",
+ "pk": 82,
+ "model": "askbot.award",
"fields": {
- "name": "tag-40-1",
- "deleted": false,
- "created_by": 40,
- "deleted_by": null,
- "used_count": 1,
- "deleted_at": null
+ "awarded_at": "2011-12-20 12:51:38",
+ "notified": false,
+ "object_id": 40,
+ "user": 19,
+ "content_type": 20,
+ "badge": 2
}
},
{
- "pk": 9,
- "model": "askbot.tag",
+ "pk": 83,
+ "model": "askbot.award",
"fields": {
- "name": "tag-5-0",
- "deleted": false,
- "created_by": 5,
- "deleted_by": null,
- "used_count": 1,
- "deleted_at": null
+ "awarded_at": "2011-12-20 12:51:38",
+ "notified": false,
+ "object_id": 19,
+ "user": 19,
+ "content_type": 24,
+ "badge": 4
}
},
{
- "pk": 10,
- "model": "askbot.tag",
+ "pk": 84,
+ "model": "askbot.award",
"fields": {
- "name": "tag-5-1",
- "deleted": false,
- "created_by": 5,
- "deleted_by": null,
- "used_count": 1,
- "deleted_at": null
+ "awarded_at": "2011-12-20 12:51:39",
+ "notified": false,
+ "object_id": 20,
+ "user": 20,
+ "content_type": 24,
+ "badge": 4
}
},
{
- "pk": 12,
- "model": "askbot.tag",
+ "pk": 85,
+ "model": "askbot.award",
"fields": {
- "name": "tag-6-0",
- "deleted": false,
- "created_by": 6,
- "deleted_by": null,
- "used_count": 1,
- "deleted_at": null
+ "awarded_at": "2011-12-20 12:51:39",
+ "notified": false,
+ "object_id": 20,
+ "user": 20,
+ "content_type": 24,
+ "badge": 8
}
},
{
- "pk": 11,
- "model": "askbot.tag",
+ "pk": 86,
+ "model": "askbot.award",
"fields": {
- "name": "tag-6-1",
- "deleted": false,
- "created_by": 6,
- "deleted_by": null,
- "used_count": 1,
- "deleted_at": null
+ "awarded_at": "2011-12-20 12:51:39",
+ "notified": false,
+ "object_id": 20,
+ "user": 20,
+ "content_type": 24,
+ "badge": 9
}
},
{
- "pk": 13,
- "model": "askbot.tag",
+ "pk": 87,
+ "model": "askbot.award",
"fields": {
- "name": "tag-7-0",
- "deleted": false,
- "created_by": 7,
- "deleted_by": null,
- "used_count": 1,
- "deleted_at": null
+ "awarded_at": "2011-12-20 12:51:40",
+ "notified": false,
+ "object_id": 20,
+ "user": 20,
+ "content_type": 24,
+ "badge": 10
}
},
{
- "pk": 14,
- "model": "askbot.tag",
+ "pk": 88,
+ "model": "askbot.award",
"fields": {
- "name": "tag-7-1",
- "deleted": false,
- "created_by": 7,
- "deleted_by": null,
- "used_count": 1,
- "deleted_at": null
+ "awarded_at": "2011-12-20 12:51:50",
+ "notified": false,
+ "object_id": 40,
+ "user": 40,
+ "content_type": 20,
+ "badge": 11
}
},
{
- "pk": 16,
- "model": "askbot.tag",
+ "pk": 89,
+ "model": "askbot.award",
"fields": {
- "name": "tag-8-0",
- "deleted": false,
- "created_by": 8,
- "deleted_by": null,
- "used_count": 1,
- "deleted_at": null
+ "awarded_at": "2011-12-20 12:51:50",
+ "notified": false,
+ "object_id": 20,
+ "user": 20,
+ "content_type": 24,
+ "badge": 11
}
},
{
- "pk": 15,
- "model": "askbot.tag",
+ "pk": 90,
+ "model": "askbot.award",
"fields": {
- "name": "tag-8-1",
- "deleted": false,
- "created_by": 8,
- "deleted_by": null,
- "used_count": 1,
- "deleted_at": null
+ "awarded_at": "2011-12-20 12:51:52",
+ "notified": false,
+ "object_id": 20,
+ "user": 40,
+ "content_type": 24,
+ "badge": 12
}
},
{
- "pk": 17,
- "model": "askbot.tag",
+ "pk": 91,
+ "model": "askbot.award",
"fields": {
- "name": "tag-9-0",
- "deleted": false,
- "created_by": 9,
- "deleted_by": null,
- "used_count": 1,
- "deleted_at": null
+ "awarded_at": "2011-12-20 12:51:52",
+ "notified": false,
+ "object_id": 20,
+ "user": 20,
+ "content_type": 24,
+ "badge": 13
}
},
{
- "pk": 18,
- "model": "askbot.tag",
+ "pk": 92,
+ "model": "askbot.award",
"fields": {
- "name": "tag-9-1",
- "deleted": false,
- "created_by": 9,
- "deleted_by": null,
- "used_count": 1,
- "deleted_at": null
+ "awarded_at": "2011-12-20 12:51:52",
+ "notified": false,
+ "object_id": 20,
+ "user": 20,
+ "content_type": 24,
+ "badge": 14
}
},
{
- "pk": 61,
- "model": "askbot.postrevision",
+ "pk": 1,
+ "model": "askbot.repute",
"fields": {
- "is_anonymous": false,
- "author": 40,
- "tagnames": "tag-40-0 tag-40-1",
- "text": "Lorem lean startup ipsum product market fit customer\n development acquihire technical cofounder. User engagement\n **A/B** testing *shrink* a market venture capital pitch.",
- "title": "Test question title No.EDITED",
- "question": 40,
- "revised_at": "2011-11-29 11:22:44",
- "summary": "EDITED",
- "revision_type": 1,
- "answer": null,
- "revision": 2
+ "comment": null,
+ "positive": 10,
+ "question": 1,
+ "negative": 0,
+ "reputation_type": 1,
+ "user": 1,
+ "reputed_at": "2011-12-20 12:51:22",
+ "reputation": 510
}
},
{
- "pk": 62,
- "model": "askbot.postrevision",
+ "pk": 2,
+ "model": "askbot.repute",
"fields": {
- "is_anonymous": false,
- "author": 20,
- "tagnames": "",
- "text": "Main differentiators business model micro economics\n marketplace equity augmented reality human computer",
- "title": "",
- "question": null,
- "revised_at": "2011-11-29 11:22:45",
- "summary": "No.2 Revision",
- "revision_type": 2,
- "answer": 20,
- "revision": 2
+ "comment": null,
+ "positive": 0,
+ "question": 2,
+ "negative": -2,
+ "reputation_type": -3,
+ "user": 2,
+ "reputed_at": "2011-12-20 12:51:24",
+ "reputation": 498
}
},
{
"pk": 3,
- "model": "askbot.postrevision",
+ "model": "askbot.repute",
"fields": {
- "is_anonymous": false,
- "author": 3,
- "tagnames": "tag-3-0 tag-3-1",
- "text": "Lorem lean startup ipsum product market fit customer\n development acquihire technical cofounder. User engagement\n **A/B** testing *shrink* a market venture capital pitch.",
- "title": "Test question title No.3",
- "question": 3,
- "revised_at": "2011-11-29 11:22:04",
- "summary": "initial version",
- "revision_type": 1,
- "answer": null,
- "revision": 1
+ "comment": null,
+ "positive": 0,
+ "question": 2,
+ "negative": -1,
+ "reputation_type": -5,
+ "user": 3,
+ "reputed_at": "2011-12-20 12:51:24",
+ "reputation": 499
}
},
{
"pk": 4,
- "model": "askbot.postrevision",
+ "model": "askbot.repute",
"fields": {
- "is_anonymous": false,
- "author": 4,
- "tagnames": "tag-4-0 tag-4-1",
- "text": "Lorem lean startup ipsum product market fit customer\n development acquihire technical cofounder. User engagement\n **A/B** testing *shrink* a market venture capital pitch.",
- "title": "Test question title No.4",
- "question": 4,
- "revised_at": "2011-11-29 11:22:05",
- "summary": "initial version",
- "revision_type": 1,
- "answer": null,
- "revision": 1
+ "comment": null,
+ "positive": 10,
+ "question": 3,
+ "negative": 0,
+ "reputation_type": 1,
+ "user": 3,
+ "reputed_at": "2011-12-20 12:51:24",
+ "reputation": 509
}
},
{
"pk": 5,
- "model": "askbot.postrevision",
+ "model": "askbot.repute",
"fields": {
- "is_anonymous": false,
- "author": 5,
- "tagnames": "tag-5-0 tag-5-1",
- "text": "Lorem lean startup ipsum product market fit customer\n development acquihire technical cofounder. User engagement\n **A/B** testing *shrink* a market venture capital pitch.",
- "title": "Test question title No.5",
- "question": 5,
- "revised_at": "2011-11-29 11:22:06",
- "summary": "initial version",
- "revision_type": 1,
- "answer": null,
- "revision": 1
+ "comment": null,
+ "positive": 0,
+ "question": 4,
+ "negative": -2,
+ "reputation_type": -3,
+ "user": 4,
+ "reputed_at": "2011-12-20 12:51:24",
+ "reputation": 498
}
},
{
"pk": 6,
- "model": "askbot.postrevision",
+ "model": "askbot.repute",
"fields": {
- "is_anonymous": false,
- "author": 6,
- "tagnames": "tag-6-0 tag-6-1",
- "text": "Lorem lean startup ipsum product market fit customer\n development acquihire technical cofounder. User engagement\n **A/B** testing *shrink* a market venture capital pitch.",
- "title": "Test question title No.6",
- "question": 6,
- "revised_at": "2011-11-29 11:22:07",
- "summary": "initial version",
- "revision_type": 1,
- "answer": null,
- "revision": 1
+ "comment": null,
+ "positive": 0,
+ "question": 4,
+ "negative": -1,
+ "reputation_type": -5,
+ "user": 5,
+ "reputed_at": "2011-12-20 12:51:24",
+ "reputation": 499
}
},
{
"pk": 7,
- "model": "askbot.postrevision",
+ "model": "askbot.repute",
"fields": {
- "is_anonymous": false,
- "author": 7,
- "tagnames": "tag-7-0 tag-7-1",
- "text": "Lorem lean startup ipsum product market fit customer\n development acquihire technical cofounder. User engagement\n **A/B** testing *shrink* a market venture capital pitch.",
- "title": "Test question title No.7",
- "question": 7,
- "revised_at": "2011-11-29 11:22:07",
- "summary": "initial version",
- "revision_type": 1,
- "answer": null,
- "revision": 1
+ "comment": null,
+ "positive": 10,
+ "question": 5,
+ "negative": 0,
+ "reputation_type": 1,
+ "user": 5,
+ "reputed_at": "2011-12-20 12:51:24",
+ "reputation": 509
}
},
{
"pk": 8,
- "model": "askbot.postrevision",
+ "model": "askbot.repute",
"fields": {
- "is_anonymous": false,
- "author": 8,
- "tagnames": "tag-8-0 tag-8-1",
- "text": "Lorem lean startup ipsum product market fit customer\n development acquihire technical cofounder. User engagement\n **A/B** testing *shrink* a market venture capital pitch.",
- "title": "Test question title No.8",
- "question": 8,
- "revised_at": "2011-11-29 11:22:08",
- "summary": "initial version",
- "revision_type": 1,
- "answer": null,
- "revision": 1
+ "comment": null,
+ "positive": 0,
+ "question": 6,
+ "negative": -2,
+ "reputation_type": -3,
+ "user": 6,
+ "reputed_at": "2011-12-20 12:51:24",
+ "reputation": 498
}
},
{
"pk": 9,
- "model": "askbot.postrevision",
+ "model": "askbot.repute",
"fields": {
- "is_anonymous": false,
- "author": 9,
- "tagnames": "tag-9-0 tag-9-1",
- "text": "Lorem lean startup ipsum product market fit customer\n development acquihire technical cofounder. User engagement\n **A/B** testing *shrink* a market venture capital pitch.",
- "title": "Test question title No.9",
- "question": 9,
- "revised_at": "2011-11-29 11:22:09",
- "summary": "initial version",
- "revision_type": 1,
- "answer": null,
- "revision": 1
+ "comment": null,
+ "positive": 0,
+ "question": 6,
+ "negative": -1,
+ "reputation_type": -5,
+ "user": 7,
+ "reputed_at": "2011-12-20 12:51:24",
+ "reputation": 499
}
},
{
"pk": 10,
- "model": "askbot.postrevision",
+ "model": "askbot.repute",
"fields": {
- "is_anonymous": false,
- "author": 10,
- "tagnames": "tag-10-0 tag-10-1",
- "text": "Lorem lean startup ipsum product market fit customer\n development acquihire technical cofounder. User engagement\n **A/B** testing *shrink* a market venture capital pitch.",
- "title": "Test question title No.10",
- "question": 10,
- "revised_at": "2011-11-29 11:22:09",
- "summary": "initial version",
- "revision_type": 1,
- "answer": null,
- "revision": 1
+ "comment": null,
+ "positive": 10,
+ "question": 7,
+ "negative": 0,
+ "reputation_type": 1,
+ "user": 7,
+ "reputed_at": "2011-12-20 12:51:24",
+ "reputation": 509
}
},
{
"pk": 11,
- "model": "askbot.postrevision",
+ "model": "askbot.repute",
"fields": {
- "is_anonymous": false,
- "author": 11,
- "tagnames": "tag-11-0 tag-11-1",
- "text": "Lorem lean startup ipsum product market fit customer\n development acquihire technical cofounder. User engagement\n **A/B** testing *shrink* a market venture capital pitch.",
- "title": "Test question title No.11",
- "question": 11,
- "revised_at": "2011-11-29 11:22:09",
- "summary": "initial version",
- "revision_type": 1,
- "answer": null,
- "revision": 1
+ "comment": null,
+ "positive": 0,
+ "question": 8,
+ "negative": -2,
+ "reputation_type": -3,
+ "user": 8,
+ "reputed_at": "2011-12-20 12:51:25",
+ "reputation": 498
}
},
{
"pk": 12,
- "model": "askbot.postrevision",
+ "model": "askbot.repute",
"fields": {
- "is_anonymous": false,
- "author": 12,
- "tagnames": "tag-12-0 tag-12-1",
- "text": "Lorem lean startup ipsum product market fit customer\n development acquihire technical cofounder. User engagement\n **A/B** testing *shrink* a market venture capital pitch.",
- "title": "Test question title No.12",
- "question": 12,
- "revised_at": "2011-11-29 11:22:09",
- "summary": "initial version",
- "revision_type": 1,
- "answer": null,
- "revision": 1
+ "comment": null,
+ "positive": 0,
+ "question": 8,
+ "negative": -1,
+ "reputation_type": -5,
+ "user": 9,
+ "reputed_at": "2011-12-20 12:51:25",
+ "reputation": 499
}
},
{
"pk": 13,
- "model": "askbot.postrevision",
+ "model": "askbot.repute",
"fields": {
- "is_anonymous": false,
- "author": 13,
- "tagnames": "tag-13-0 tag-13-1",
- "text": "Lorem lean startup ipsum product market fit customer\n development acquihire technical cofounder. User engagement\n **A/B** testing *shrink* a market venture capital pitch.",
- "title": "Test question title No.13",
- "question": 13,
- "revised_at": "2011-11-29 11:22:10",
- "summary": "initial version",
- "revision_type": 1,
- "answer": null,
- "revision": 1
+ "comment": null,
+ "positive": 10,
+ "question": 9,
+ "negative": 0,
+ "reputation_type": 1,
+ "user": 9,
+ "reputed_at": "2011-12-20 12:51:25",
+ "reputation": 509
}
},
{
"pk": 14,
- "model": "askbot.postrevision",
+ "model": "askbot.repute",
"fields": {
- "is_anonymous": false,
- "author": 14,
- "tagnames": "tag-14-0 tag-14-1",
- "text": "Lorem lean startup ipsum product market fit customer\n development acquihire technical cofounder. User engagement\n **A/B** testing *shrink* a market venture capital pitch.",
- "title": "Test question title No.14",
- "question": 14,
- "revised_at": "2011-11-29 11:22:10",
- "summary": "initial version",
- "revision_type": 1,
- "answer": null,
- "revision": 1
+ "comment": null,
+ "positive": 0,
+ "question": 10,
+ "negative": -2,
+ "reputation_type": -3,
+ "user": 10,
+ "reputed_at": "2011-12-20 12:51:25",
+ "reputation": 498
}
},
{
"pk": 15,
- "model": "askbot.postrevision",
+ "model": "askbot.repute",
"fields": {
- "is_anonymous": false,
- "author": 15,
- "tagnames": "tag-15-0 tag-15-1",
- "text": "Lorem lean startup ipsum product market fit customer\n development acquihire technical cofounder. User engagement\n **A/B** testing *shrink* a market venture capital pitch.",
- "title": "Test question title No.15",
- "question": 15,
- "revised_at": "2011-11-29 11:22:10",
- "summary": "initial version",
- "revision_type": 1,
- "answer": null,
- "revision": 1
+ "comment": null,
+ "positive": 0,
+ "question": 10,
+ "negative": -1,
+ "reputation_type": -5,
+ "user": 11,
+ "reputed_at": "2011-12-20 12:51:25",
+ "reputation": 499
}
},
{
"pk": 16,
- "model": "askbot.postrevision",
+ "model": "askbot.repute",
"fields": {
- "is_anonymous": false,
- "author": 16,
- "tagnames": "tag-16-0 tag-16-1",
- "text": "Lorem lean startup ipsum product market fit customer\n development acquihire technical cofounder. User engagement\n **A/B** testing *shrink* a market venture capital pitch.",
- "title": "Test question title No.16",
- "question": 16,
- "revised_at": "2011-11-29 11:22:10",
- "summary": "initial version",
- "revision_type": 1,
- "answer": null,
- "revision": 1
+ "comment": null,
+ "positive": 10,
+ "question": 11,
+ "negative": 0,
+ "reputation_type": 1,
+ "user": 11,
+ "reputed_at": "2011-12-20 12:51:25",
+ "reputation": 509
}
},
{
"pk": 17,
- "model": "askbot.postrevision",
+ "model": "askbot.repute",
"fields": {
- "is_anonymous": false,
- "author": 17,
- "tagnames": "tag-17-0 tag-17-1",
- "text": "Lorem lean startup ipsum product market fit customer\n development acquihire technical cofounder. User engagement\n **A/B** testing *shrink* a market venture capital pitch.",
- "title": "Test question title No.17",
- "question": 17,
- "revised_at": "2011-11-29 11:22:10",
- "summary": "initial version",
- "revision_type": 1,
- "answer": null,
- "revision": 1
+ "comment": null,
+ "positive": 0,
+ "question": 12,
+ "negative": -2,
+ "reputation_type": -3,
+ "user": 12,
+ "reputed_at": "2011-12-20 12:51:25",
+ "reputation": 498
}
},
{
"pk": 18,
- "model": "askbot.postrevision",
+ "model": "askbot.repute",
"fields": {
- "is_anonymous": false,
- "author": 18,
- "tagnames": "tag-18-0 tag-18-1",
- "text": "Lorem lean startup ipsum product market fit customer\n development acquihire technical cofounder. User engagement\n **A/B** testing *shrink* a market venture capital pitch.",
- "title": "Test question title No.18",
- "question": 18,
- "revised_at": "2011-11-29 11:22:11",
- "summary": "initial version",
- "revision_type": 1,
- "answer": null,
- "revision": 1
+ "comment": null,
+ "positive": 0,
+ "question": 12,
+ "negative": -1,
+ "reputation_type": -5,
+ "user": 13,
+ "reputed_at": "2011-12-20 12:51:25",
+ "reputation": 499
}
},
{
"pk": 19,
- "model": "askbot.postrevision",
+ "model": "askbot.repute",
"fields": {
- "is_anonymous": false,
- "author": 19,
- "tagnames": "tag-19-0 tag-19-1",
- "text": "Lorem lean startup ipsum product market fit customer\n development acquihire technical cofounder. User engagement\n **A/B** testing *shrink* a market venture capital pitch.",
- "title": "Test question title No.19",
- "question": 19,
- "revised_at": "2011-11-29 11:22:11",
- "summary": "initial version",
- "revision_type": 1,
- "answer": null,
- "revision": 1
+ "comment": null,
+ "positive": 10,
+ "question": 13,
+ "negative": 0,
+ "reputation_type": 1,
+ "user": 13,
+ "reputed_at": "2011-12-20 12:51:25",
+ "reputation": 509
}
},
{
"pk": 20,
- "model": "askbot.postrevision",
+ "model": "askbot.repute",
"fields": {
- "is_anonymous": false,
- "author": 20,
- "tagnames": "tag-20-0 tag-20-1",
- "text": "Lorem lean startup ipsum product market fit customer\n development acquihire technical cofounder. User engagement\n **A/B** testing *shrink* a market venture capital pitch.",
- "title": "Test question title No.20",
- "question": 20,
- "revised_at": "2011-11-29 11:22:11",
- "summary": "initial version",
- "revision_type": 1,
- "answer": null,
- "revision": 1
+ "comment": null,
+ "positive": 0,
+ "question": 14,
+ "negative": -2,
+ "reputation_type": -3,
+ "user": 14,
+ "reputed_at": "2011-12-20 12:51:25",
+ "reputation": 498
}
},
{
"pk": 21,
- "model": "askbot.postrevision",
+ "model": "askbot.repute",
"fields": {
- "is_anonymous": false,
- "author": 21,
- "tagnames": "tag-21-0 tag-21-1",
- "text": "Lorem lean startup ipsum product market fit customer\n development acquihire technical cofounder. User engagement\n **A/B** testing *shrink* a market venture capital pitch.",
- "title": "Test question title No.21",
- "question": 21,
- "revised_at": "2011-11-29 11:22:11",
- "summary": "initial version",
- "revision_type": 1,
- "answer": null,
- "revision": 1
+ "comment": null,
+ "positive": 0,
+ "question": 14,
+ "negative": -1,
+ "reputation_type": -5,
+ "user": 15,
+ "reputed_at": "2011-12-20 12:51:25",
+ "reputation": 499
}
},
{
"pk": 22,
- "model": "askbot.postrevision",
+ "model": "askbot.repute",
"fields": {
- "is_anonymous": false,
- "author": 22,
- "tagnames": "tag-22-0 tag-22-1",
- "text": "Lorem lean startup ipsum product market fit customer\n development acquihire technical cofounder. User engagement\n **A/B** testing *shrink* a market venture capital pitch.",
- "title": "Test question title No.22",
- "question": 22,
- "revised_at": "2011-11-29 11:22:12",
- "summary": "initial version",
- "revision_type": 1,
- "answer": null,
- "revision": 1
+ "comment": null,
+ "positive": 10,
+ "question": 15,
+ "negative": 0,
+ "reputation_type": 1,
+ "user": 15,
+ "reputed_at": "2011-12-20 12:51:25",
+ "reputation": 509
}
},
{
"pk": 23,
- "model": "askbot.postrevision",
- "fields": {
- "is_anonymous": false,
- "author": 23,
- "tagnames": "tag-23-0 tag-23-1",
- "text": "Lorem lean startup ipsum product market fit customer\n development acquihire technical cofounder. User engagement\n **A/B** testing *shrink* a market venture capital pitch.",
- "title": "Test question title No.23",
- "question": 23,
- "revised_at": "2011-11-29 11:22:12",
- "summary": "initial version",
- "revision_type": 1,
- "answer": null,
- "revision": 1
- }
- },
- {
- "pk": 51,
- "model": "askbot.postrevision",
+ "model": "askbot.repute",
"fields": {
- "is_anonymous": false,
- "author": 11,
- "tagnames": "",
- "text": "Accelerator photo sharing business school drop out ramen\n hustle crush it revenue traction platforms.",
- "title": "",
- "question": null,
- "revised_at": "2011-11-29 11:22:20",
- "summary": "initial version",
- "revision_type": 2,
- "answer": 11,
- "revision": 1
+ "comment": null,
+ "positive": 0,
+ "question": 16,
+ "negative": -2,
+ "reputation_type": -3,
+ "user": 16,
+ "reputed_at": "2011-12-20 12:51:26",
+ "reputation": 498
}
},
{
"pk": 24,
- "model": "askbot.postrevision",
+ "model": "askbot.repute",
"fields": {
- "is_anonymous": false,
- "author": 24,
- "tagnames": "tag-24-0 tag-24-1",
- "text": "Lorem lean startup ipsum product market fit customer\n development acquihire technical cofounder. User engagement\n **A/B** testing *shrink* a market venture capital pitch.",
- "title": "Test question title No.24",
- "question": 24,
- "revised_at": "2011-11-29 11:22:12",
- "summary": "initial version",
- "revision_type": 1,
- "answer": null,
- "revision": 1
+ "comment": null,
+ "positive": 0,
+ "question": 16,
+ "negative": -1,
+ "reputation_type": -5,
+ "user": 17,
+ "reputed_at": "2011-12-20 12:51:26",
+ "reputation": 499
}
},
{
"pk": 25,
- "model": "askbot.postrevision",
+ "model": "askbot.repute",
"fields": {
- "is_anonymous": false,
- "author": 25,
- "tagnames": "tag-25-0 tag-25-1",
- "text": "Lorem lean startup ipsum product market fit customer\n development acquihire technical cofounder. User engagement\n **A/B** testing *shrink* a market venture capital pitch.",
- "title": "Test question title No.25",
- "question": 25,
- "revised_at": "2011-11-29 11:22:12",
- "summary": "initial version",
- "revision_type": 1,
- "answer": null,
- "revision": 1
+ "comment": null,
+ "positive": 10,
+ "question": 17,
+ "negative": 0,
+ "reputation_type": 1,
+ "user": 17,
+ "reputed_at": "2011-12-20 12:51:26",
+ "reputation": 509
}
},
{
"pk": 26,
- "model": "askbot.postrevision",
+ "model": "askbot.repute",
"fields": {
- "is_anonymous": false,
- "author": 26,
- "tagnames": "tag-26-0 tag-26-1",
- "text": "Lorem lean startup ipsum product market fit customer\n development acquihire technical cofounder. User engagement\n **A/B** testing *shrink* a market venture capital pitch.",
- "title": "Test question title No.26",
- "question": 26,
- "revised_at": "2011-11-29 11:22:13",
- "summary": "initial version",
- "revision_type": 1,
- "answer": null,
- "revision": 1
+ "comment": null,
+ "positive": 0,
+ "question": 18,
+ "negative": -2,
+ "reputation_type": -3,
+ "user": 18,
+ "reputed_at": "2011-12-20 12:51:26",
+ "reputation": 498
}
},
{
"pk": 27,
- "model": "askbot.postrevision",
+ "model": "askbot.repute",
"fields": {
- "is_anonymous": false,
- "author": 27,
- "tagnames": "tag-27-0 tag-27-1",
- "text": "Lorem lean startup ipsum product market fit customer\n development acquihire technical cofounder. User engagement\n **A/B** testing *shrink* a market venture capital pitch.",
- "title": "Test question title No.27",
- "question": 27,
- "revised_at": "2011-11-29 11:22:13",
- "summary": "initial version",
- "revision_type": 1,
- "answer": null,
- "revision": 1
+ "comment": null,
+ "positive": 0,
+ "question": 18,
+ "negative": -1,
+ "reputation_type": -5,
+ "user": 19,
+ "reputed_at": "2011-12-20 12:51:26",
+ "reputation": 499
}
},
{
"pk": 28,
- "model": "askbot.postrevision",
+ "model": "askbot.repute",
"fields": {
- "is_anonymous": false,
- "author": 28,
- "tagnames": "tag-28-0 tag-28-1",
- "text": "Lorem lean startup ipsum product market fit customer\n development acquihire technical cofounder. User engagement\n **A/B** testing *shrink* a market venture capital pitch.",
- "title": "Test question title No.28",
- "question": 28,
- "revised_at": "2011-11-29 11:22:13",
- "summary": "initial version",
- "revision_type": 1,
- "answer": null,
- "revision": 1
+ "comment": null,
+ "positive": 10,
+ "question": 19,
+ "negative": 0,
+ "reputation_type": 1,
+ "user": 19,
+ "reputed_at": "2011-12-20 12:51:26",
+ "reputation": 509
}
},
{
"pk": 29,
- "model": "askbot.postrevision",
+ "model": "askbot.repute",
"fields": {
- "is_anonymous": false,
- "author": 29,
- "tagnames": "tag-29-0 tag-29-1",
- "text": "Lorem lean startup ipsum product market fit customer\n development acquihire technical cofounder. User engagement\n **A/B** testing *shrink* a market venture capital pitch.",
- "title": "Test question title No.29",
- "question": 29,
- "revised_at": "2011-11-29 11:22:13",
- "summary": "initial version",
- "revision_type": 1,
- "answer": null,
- "revision": 1
+ "comment": null,
+ "positive": 0,
+ "question": 20,
+ "negative": -2,
+ "reputation_type": -3,
+ "user": 20,
+ "reputed_at": "2011-12-20 12:51:26",
+ "reputation": 498
}
},
{
"pk": 30,
- "model": "askbot.postrevision",
+ "model": "askbot.repute",
"fields": {
- "is_anonymous": false,
- "author": 30,
- "tagnames": "tag-30-0 tag-30-1",
- "text": "Lorem lean startup ipsum product market fit customer\n development acquihire technical cofounder. User engagement\n **A/B** testing *shrink* a market venture capital pitch.",
- "title": "Test question title No.30",
- "question": 30,
- "revised_at": "2011-11-29 11:22:13",
- "summary": "initial version",
- "revision_type": 1,
- "answer": null,
- "revision": 1
+ "comment": null,
+ "positive": 0,
+ "question": 20,
+ "negative": -1,
+ "reputation_type": -5,
+ "user": 21,
+ "reputed_at": "2011-12-20 12:51:26",
+ "reputation": 499
}
},
{
"pk": 31,
- "model": "askbot.postrevision",
+ "model": "askbot.repute",
"fields": {
- "is_anonymous": false,
- "author": 31,
- "tagnames": "tag-31-0 tag-31-1",
- "text": "Lorem lean startup ipsum product market fit customer\n development acquihire technical cofounder. User engagement\n **A/B** testing *shrink* a market venture capital pitch.",
- "title": "Test question title No.31",
- "question": 31,
- "revised_at": "2011-11-29 11:22:14",
- "summary": "initial version",
- "revision_type": 1,
- "answer": null,
- "revision": 1
+ "comment": null,
+ "positive": 10,
+ "question": 21,
+ "negative": 0,
+ "reputation_type": 1,
+ "user": 21,
+ "reputed_at": "2011-12-20 12:51:26",
+ "reputation": 509
}
},
{
"pk": 32,
- "model": "askbot.postrevision",
+ "model": "askbot.repute",
"fields": {
- "is_anonymous": false,
- "author": 32,
- "tagnames": "tag-32-0 tag-32-1",
- "text": "Lorem lean startup ipsum product market fit customer\n development acquihire technical cofounder. User engagement\n **A/B** testing *shrink* a market venture capital pitch.",
- "title": "Test question title No.32",
- "question": 32,
- "revised_at": "2011-11-29 11:22:14",
- "summary": "initial version",
- "revision_type": 1,
- "answer": null,
- "revision": 1
+ "comment": null,
+ "positive": 0,
+ "question": 22,
+ "negative": -2,
+ "reputation_type": -3,
+ "user": 22,
+ "reputed_at": "2011-12-20 12:51:26",
+ "reputation": 498
}
},
{
"pk": 33,
- "model": "askbot.postrevision",
+ "model": "askbot.repute",
"fields": {
- "is_anonymous": false,
- "author": 33,
- "tagnames": "tag-33-0 tag-33-1",
- "text": "Lorem lean startup ipsum product market fit customer\n development acquihire technical cofounder. User engagement\n **A/B** testing *shrink* a market venture capital pitch.",
- "title": "Test question title No.33",
- "question": 33,
- "revised_at": "2011-11-29 11:22:14",
- "summary": "initial version",
- "revision_type": 1,
- "answer": null,
- "revision": 1
+ "comment": null,
+ "positive": 0,
+ "question": 22,
+ "negative": -1,
+ "reputation_type": -5,
+ "user": 23,
+ "reputed_at": "2011-12-20 12:51:26",
+ "reputation": 499
}
},
{
"pk": 34,
- "model": "askbot.postrevision",
+ "model": "askbot.repute",
"fields": {
- "is_anonymous": false,
- "author": 34,
- "tagnames": "tag-34-0 tag-34-1",
- "text": "Lorem lean startup ipsum product market fit customer\n development acquihire technical cofounder. User engagement\n **A/B** testing *shrink* a market venture capital pitch.",
- "title": "Test question title No.34",
- "question": 34,
- "revised_at": "2011-11-29 11:22:14",
- "summary": "initial version",
- "revision_type": 1,
- "answer": null,
- "revision": 1
+ "comment": null,
+ "positive": 10,
+ "question": 23,
+ "negative": 0,
+ "reputation_type": 1,
+ "user": 23,
+ "reputed_at": "2011-12-20 12:51:27",
+ "reputation": 509
}
},
{
"pk": 35,
- "model": "askbot.postrevision",
+ "model": "askbot.repute",
"fields": {
- "is_anonymous": false,
- "author": 35,
- "tagnames": "tag-35-0 tag-35-1",
- "text": "Lorem lean startup ipsum product market fit customer\n development acquihire technical cofounder. User engagement\n **A/B** testing *shrink* a market venture capital pitch.",
- "title": "Test question title No.35",
- "question": 35,
- "revised_at": "2011-11-29 11:22:15",
- "summary": "initial version",
- "revision_type": 1,
- "answer": null,
- "revision": 1
+ "comment": null,
+ "positive": 0,
+ "question": 24,
+ "negative": -2,
+ "reputation_type": -3,
+ "user": 24,
+ "reputed_at": "2011-12-20 12:51:27",
+ "reputation": 498
}
},
{
"pk": 36,
- "model": "askbot.postrevision",
+ "model": "askbot.repute",
"fields": {
- "is_anonymous": false,
- "author": 36,
- "tagnames": "tag-36-0 tag-36-1",
- "text": "Lorem lean startup ipsum product market fit customer\n development acquihire technical cofounder. User engagement\n **A/B** testing *shrink* a market venture capital pitch.",
- "title": "Test question title No.36",
- "question": 36,
- "revised_at": "2011-11-29 11:22:15",
- "summary": "initial version",
- "revision_type": 1,
- "answer": null,
- "revision": 1
+ "comment": null,
+ "positive": 0,
+ "question": 24,
+ "negative": -1,
+ "reputation_type": -5,
+ "user": 25,
+ "reputed_at": "2011-12-20 12:51:27",
+ "reputation": 499
}
},
{
"pk": 37,
- "model": "askbot.postrevision",
+ "model": "askbot.repute",
"fields": {
- "is_anonymous": false,
- "author": 37,
- "tagnames": "tag-37-0 tag-37-1",
- "text": "Lorem lean startup ipsum product market fit customer\n development acquihire technical cofounder. User engagement\n **A/B** testing *shrink* a market venture capital pitch.",
- "title": "Test question title No.37",
- "question": 37,
- "revised_at": "2011-11-29 11:22:15",
- "summary": "initial version",
- "revision_type": 1,
- "answer": null,
- "revision": 1
+ "comment": null,
+ "positive": 10,
+ "question": 25,
+ "negative": 0,
+ "reputation_type": 1,
+ "user": 25,
+ "reputed_at": "2011-12-20 12:51:27",
+ "reputation": 509
}
},
{
"pk": 38,
- "model": "askbot.postrevision",
+ "model": "askbot.repute",
"fields": {
- "is_anonymous": false,
- "author": 38,
- "tagnames": "tag-38-0 tag-38-1",
- "text": "Lorem lean startup ipsum product market fit customer\n development acquihire technical cofounder. User engagement\n **A/B** testing *shrink* a market venture capital pitch.",
- "title": "Test question title No.38",
- "question": 38,
- "revised_at": "2011-11-29 11:22:15",
- "summary": "initial version",
- "revision_type": 1,
- "answer": null,
- "revision": 1
+ "comment": null,
+ "positive": 0,
+ "question": 26,
+ "negative": -2,
+ "reputation_type": -3,
+ "user": 26,
+ "reputed_at": "2011-12-20 12:51:27",
+ "reputation": 498
}
},
{
"pk": 39,
- "model": "askbot.postrevision",
+ "model": "askbot.repute",
"fields": {
- "is_anonymous": false,
- "author": 39,
- "tagnames": "tag-39-0 tag-39-1",
- "text": "Lorem lean startup ipsum product market fit customer\n development acquihire technical cofounder. User engagement\n **A/B** testing *shrink* a market venture capital pitch.",
- "title": "Test question title No.39",
- "question": 39,
- "revised_at": "2011-11-29 11:22:16",
- "summary": "initial version",
- "revision_type": 1,
- "answer": null,
- "revision": 1
+ "comment": null,
+ "positive": 0,
+ "question": 26,
+ "negative": -1,
+ "reputation_type": -5,
+ "user": 27,
+ "reputed_at": "2011-12-20 12:51:27",
+ "reputation": 499
}
},
{
"pk": 40,
- "model": "askbot.postrevision",
+ "model": "askbot.repute",
"fields": {
- "is_anonymous": false,
- "author": 40,
- "tagnames": "tag-40-0 tag-40-1",
- "text": "Lorem lean startup ipsum product market fit customer\n development acquihire technical cofounder. User engagement\n **A/B** testing *shrink* a market venture capital pitch.",
- "title": "Test question title No.40",
- "question": 40,
- "revised_at": "2011-11-29 11:22:16",
- "summary": "initial version",
- "revision_type": 1,
- "answer": null,
- "revision": 1
+ "comment": null,
+ "positive": 10,
+ "question": 27,
+ "negative": 0,
+ "reputation_type": 1,
+ "user": 27,
+ "reputed_at": "2011-12-20 12:51:27",
+ "reputation": 509
}
},
{
"pk": 41,
- "model": "askbot.postrevision",
+ "model": "askbot.repute",
"fields": {
- "is_anonymous": false,
- "author": 1,
- "tagnames": "",
- "text": "Accelerator photo sharing business school drop out ramen\n hustle crush it revenue traction platforms.",
- "title": "",
- "question": null,
- "revised_at": "2011-11-29 11:22:16",
- "summary": "initial version",
- "revision_type": 2,
- "answer": 1,
- "revision": 1
+ "comment": null,
+ "positive": 0,
+ "question": 28,
+ "negative": -2,
+ "reputation_type": -3,
+ "user": 28,
+ "reputed_at": "2011-12-20 12:51:27",
+ "reputation": 498
}
},
{
"pk": 42,
- "model": "askbot.postrevision",
+ "model": "askbot.repute",
"fields": {
- "is_anonymous": false,
- "author": 2,
- "tagnames": "",
- "text": "Accelerator photo sharing business school drop out ramen\n hustle crush it revenue traction platforms.",
- "title": "",
- "question": null,
- "revised_at": "2011-11-29 11:22:16",
- "summary": "initial version",
- "revision_type": 2,
- "answer": 2,
- "revision": 1
+ "comment": null,
+ "positive": 0,
+ "question": 28,
+ "negative": -1,
+ "reputation_type": -5,
+ "user": 29,
+ "reputed_at": "2011-12-20 12:51:27",
+ "reputation": 499
}
},
{
"pk": 43,
- "model": "askbot.postrevision",
+ "model": "askbot.repute",
"fields": {
- "is_anonymous": false,
- "author": 3,
- "tagnames": "",
- "text": "Accelerator photo sharing business school drop out ramen\n hustle crush it revenue traction platforms.",
- "title": "",
- "question": null,
- "revised_at": "2011-11-29 11:22:17",
- "summary": "initial version",
- "revision_type": 2,
- "answer": 3,
- "revision": 1
+ "comment": null,
+ "positive": 10,
+ "question": 29,
+ "negative": 0,
+ "reputation_type": 1,
+ "user": 29,
+ "reputed_at": "2011-12-20 12:51:28",
+ "reputation": 509
}
},
{
"pk": 44,
- "model": "askbot.postrevision",
+ "model": "askbot.repute",
"fields": {
- "is_anonymous": false,
- "author": 4,
- "tagnames": "",
- "text": "Accelerator photo sharing business school drop out ramen\n hustle crush it revenue traction platforms.",
- "title": "",
- "question": null,
- "revised_at": "2011-11-29 11:22:17",
- "summary": "initial version",
- "revision_type": 2,
- "answer": 4,
- "revision": 1
+ "comment": null,
+ "positive": 0,
+ "question": 30,
+ "negative": -2,
+ "reputation_type": -3,
+ "user": 30,
+ "reputed_at": "2011-12-20 12:51:28",
+ "reputation": 498
}
},
{
"pk": 45,
- "model": "askbot.postrevision",
+ "model": "askbot.repute",
"fields": {
- "is_anonymous": false,
- "author": 5,
- "tagnames": "",
- "text": "Accelerator photo sharing business school drop out ramen\n hustle crush it revenue traction platforms.",
- "title": "",
- "question": null,
- "revised_at": "2011-11-29 11:22:17",
- "summary": "initial version",
- "revision_type": 2,
- "answer": 5,
- "revision": 1
+ "comment": null,
+ "positive": 0,
+ "question": 30,
+ "negative": -1,
+ "reputation_type": -5,
+ "user": 31,
+ "reputed_at": "2011-12-20 12:51:28",
+ "reputation": 499
}
},
{
"pk": 46,
- "model": "askbot.postrevision",
+ "model": "askbot.repute",
"fields": {
- "is_anonymous": false,
- "author": 6,
- "tagnames": "",
- "text": "Accelerator photo sharing business school drop out ramen\n hustle crush it revenue traction platforms.",
- "title": "",
- "question": null,
- "revised_at": "2011-11-29 11:22:18",
- "summary": "initial version",
- "revision_type": 2,
- "answer": 6,
- "revision": 1
+ "comment": null,
+ "positive": 10,
+ "question": 31,
+ "negative": 0,
+ "reputation_type": 1,
+ "user": 31,
+ "reputed_at": "2011-12-20 12:51:28",
+ "reputation": 509
}
},
{
"pk": 47,
- "model": "askbot.postrevision",
+ "model": "askbot.repute",
"fields": {
- "is_anonymous": false,
- "author": 7,
- "tagnames": "",
- "text": "Accelerator photo sharing business school drop out ramen\n hustle crush it revenue traction platforms.",
- "title": "",
- "question": null,
- "revised_at": "2011-11-29 11:22:18",
- "summary": "initial version",
- "revision_type": 2,
- "answer": 7,
- "revision": 1
+ "comment": null,
+ "positive": 0,
+ "question": 32,
+ "negative": -2,
+ "reputation_type": -3,
+ "user": 32,
+ "reputed_at": "2011-12-20 12:51:28",
+ "reputation": 498
}
},
{
"pk": 48,
- "model": "askbot.postrevision",
+ "model": "askbot.repute",
"fields": {
- "is_anonymous": false,
- "author": 8,
- "tagnames": "",
- "text": "Accelerator photo sharing business school drop out ramen\n hustle crush it revenue traction platforms.",
- "title": "",
- "question": null,
- "revised_at": "2011-11-29 11:22:19",
- "summary": "initial version",
- "revision_type": 2,
- "answer": 8,
- "revision": 1
+ "comment": null,
+ "positive": 0,
+ "question": 32,
+ "negative": -1,
+ "reputation_type": -5,
+ "user": 33,
+ "reputed_at": "2011-12-20 12:51:28",
+ "reputation": 499
}
},
{
"pk": 49,
- "model": "askbot.postrevision",
+ "model": "askbot.repute",
"fields": {
- "is_anonymous": false,
- "author": 9,
- "tagnames": "",
- "text": "Accelerator photo sharing business school drop out ramen\n hustle crush it revenue traction platforms.",
- "title": "",
- "question": null,
- "revised_at": "2011-11-29 11:22:19",
- "summary": "initial version",
- "revision_type": 2,
- "answer": 9,
- "revision": 1
+ "comment": null,
+ "positive": 10,
+ "question": 33,
+ "negative": 0,
+ "reputation_type": 1,
+ "user": 33,
+ "reputed_at": "2011-12-20 12:51:28",
+ "reputation": 509
}
},
{
"pk": 50,
- "model": "askbot.postrevision",
+ "model": "askbot.repute",
"fields": {
- "is_anonymous": false,
- "author": 10,
- "tagnames": "",
- "text": "Accelerator photo sharing business school drop out ramen\n hustle crush it revenue traction platforms.",
- "title": "",
- "question": null,
- "revised_at": "2011-11-29 11:22:20",
- "summary": "initial version",
- "revision_type": 2,
- "answer": 10,
- "revision": 1
+ "comment": null,
+ "positive": 0,
+ "question": 34,
+ "negative": -2,
+ "reputation_type": -3,
+ "user": 34,
+ "reputed_at": "2011-12-20 12:51:28",
+ "reputation": 498
+ }
+ },
+ {
+ "pk": 51,
+ "model": "askbot.repute",
+ "fields": {
+ "comment": null,
+ "positive": 0,
+ "question": 34,
+ "negative": -1,
+ "reputation_type": -5,
+ "user": 35,
+ "reputed_at": "2011-12-20 12:51:28",
+ "reputation": 499
}
},
{
"pk": 52,
- "model": "askbot.postrevision",
+ "model": "askbot.repute",
"fields": {
- "is_anonymous": false,
- "author": 12,
- "tagnames": "",
- "text": "Accelerator photo sharing business school drop out ramen\n hustle crush it revenue traction platforms.",
- "title": "",
- "question": null,
- "revised_at": "2011-11-29 11:22:21",
- "summary": "initial version",
- "revision_type": 2,
- "answer": 12,
- "revision": 1
+ "comment": null,
+ "positive": 10,
+ "question": 35,
+ "negative": 0,
+ "reputation_type": 1,
+ "user": 35,
+ "reputed_at": "2011-12-20 12:51:28",
+ "reputation": 509
}
},
{
"pk": 53,
- "model": "askbot.postrevision",
+ "model": "askbot.repute",
"fields": {
- "is_anonymous": false,
- "author": 13,
- "tagnames": "",
- "text": "Accelerator photo sharing business school drop out ramen\n hustle crush it revenue traction platforms.",
- "title": "",
- "question": null,
- "revised_at": "2011-11-29 11:22:22",
- "summary": "initial version",
- "revision_type": 2,
- "answer": 13,
- "revision": 1
+ "comment": null,
+ "positive": 0,
+ "question": 36,
+ "negative": -2,
+ "reputation_type": -3,
+ "user": 36,
+ "reputed_at": "2011-12-20 12:51:29",
+ "reputation": 498
}
},
{
"pk": 54,
- "model": "askbot.postrevision",
+ "model": "askbot.repute",
"fields": {
- "is_anonymous": false,
- "author": 14,
- "tagnames": "",
- "text": "Accelerator photo sharing business school drop out ramen\n hustle crush it revenue traction platforms.",
- "title": "",
- "question": null,
- "revised_at": "2011-11-29 11:22:22",
- "summary": "initial version",
- "revision_type": 2,
- "answer": 14,
- "revision": 1
+ "comment": null,
+ "positive": 0,
+ "question": 36,
+ "negative": -1,
+ "reputation_type": -5,
+ "user": 37,
+ "reputed_at": "2011-12-20 12:51:29",
+ "reputation": 499
}
},
{
- "pk": 1,
- "model": "askbot.postrevision",
+ "pk": 55,
+ "model": "askbot.repute",
"fields": {
- "is_anonymous": false,
- "author": 1,
- "tagnames": "tag-1-0 tag-1-1",
- "text": "Lorem lean startup ipsum product market fit customer\n development acquihire technical cofounder. User engagement\n **A/B** testing *shrink* a market venture capital pitch.",
- "title": "Test question title No.1",
- "question": 1,
- "revised_at": "2011-11-29 11:22:02",
- "summary": "initial version",
- "revision_type": 1,
- "answer": null,
- "revision": 1
+ "comment": null,
+ "positive": 10,
+ "question": 37,
+ "negative": 0,
+ "reputation_type": 1,
+ "user": 37,
+ "reputed_at": "2011-12-20 12:51:29",
+ "reputation": 509
}
},
{
"pk": 56,
- "model": "askbot.postrevision",
+ "model": "askbot.repute",
"fields": {
- "is_anonymous": false,
- "author": 16,
- "tagnames": "",
- "text": "Accelerator photo sharing business school drop out ramen\n hustle crush it revenue traction platforms.",
- "title": "",
- "question": null,
- "revised_at": "2011-11-29 11:22:24",
- "summary": "initial version",
- "revision_type": 2,
- "answer": 16,
- "revision": 1
+ "comment": null,
+ "positive": 0,
+ "question": 38,
+ "negative": -2,
+ "reputation_type": -3,
+ "user": 38,
+ "reputed_at": "2011-12-20 12:51:29",
+ "reputation": 498
}
},
{
"pk": 57,
- "model": "askbot.postrevision",
+ "model": "askbot.repute",
"fields": {
- "is_anonymous": false,
- "author": 17,
- "tagnames": "",
- "text": "Accelerator photo sharing business school drop out ramen\n hustle crush it revenue traction platforms.",
- "title": "",
- "question": null,
- "revised_at": "2011-11-29 11:22:25",
- "summary": "initial version",
- "revision_type": 2,
- "answer": 17,
- "revision": 1
+ "comment": null,
+ "positive": 0,
+ "question": 38,
+ "negative": -1,
+ "reputation_type": -5,
+ "user": 39,
+ "reputed_at": "2011-12-20 12:51:29",
+ "reputation": 499
}
},
{
"pk": 58,
- "model": "askbot.postrevision",
+ "model": "askbot.repute",
"fields": {
- "is_anonymous": false,
- "author": 18,
- "tagnames": "",
- "text": "Accelerator photo sharing business school drop out ramen\n hustle crush it revenue traction platforms.",
- "title": "",
- "question": null,
- "revised_at": "2011-11-29 11:22:25",
- "summary": "initial version",
- "revision_type": 2,
- "answer": 18,
- "revision": 1
+ "comment": null,
+ "positive": 10,
+ "question": 39,
+ "negative": 0,
+ "reputation_type": 1,
+ "user": 39,
+ "reputed_at": "2011-12-20 12:51:29",
+ "reputation": 509
}
},
{
"pk": 59,
- "model": "askbot.postrevision",
+ "model": "askbot.repute",
"fields": {
- "is_anonymous": false,
- "author": 19,
- "tagnames": "",
- "text": "Accelerator photo sharing business school drop out ramen\n hustle crush it revenue traction platforms.",
- "title": "",
- "question": null,
- "revised_at": "2011-11-29 11:22:26",
- "summary": "initial version",
- "revision_type": 2,
- "answer": 19,
- "revision": 1
+ "comment": null,
+ "positive": 10,
+ "question": 40,
+ "negative": 0,
+ "reputation_type": 1,
+ "user": 40,
+ "reputed_at": "2011-12-20 12:51:29",
+ "reputation": 510
}
},
{
"pk": 60,
- "model": "askbot.postrevision",
+ "model": "askbot.repute",
"fields": {
- "is_anonymous": false,
- "author": 20,
- "tagnames": "",
- "text": "Accelerator photo sharing business school drop out ramen\n hustle crush it revenue traction platforms.",
- "title": "",
- "question": null,
- "revised_at": "2011-11-29 11:22:27",
- "summary": "initial version",
- "revision_type": 2,
- "answer": 20,
- "revision": 1
+ "comment": null,
+ "positive": 10,
+ "question": 40,
+ "negative": 0,
+ "reputation_type": 1,
+ "user": 1,
+ "reputed_at": "2011-12-20 12:51:29",
+ "reputation": 520
}
},
{
- "pk": 55,
- "model": "askbot.postrevision",
+ "pk": 61,
+ "model": "askbot.repute",
"fields": {
- "is_anonymous": false,
- "author": 15,
- "tagnames": "",
- "text": "Accelerator photo sharing business school drop out ramen\n hustle crush it revenue traction platforms.",
- "title": "",
- "question": null,
- "revised_at": "2011-11-29 11:22:23",
- "summary": "initial version",
- "revision_type": 2,
- "answer": 15,
- "revision": 1
+ "comment": null,
+ "positive": 10,
+ "question": 40,
+ "negative": 0,
+ "reputation_type": 1,
+ "user": 40,
+ "reputed_at": "2011-12-20 12:51:30",
+ "reputation": 520
}
},
{
- "pk": 2,
- "model": "askbot.postrevision",
+ "pk": 62,
+ "model": "askbot.repute",
"fields": {
- "is_anonymous": false,
- "author": 2,
- "tagnames": "tag-2-0 tag-2-1",
- "text": "Lorem lean startup ipsum product market fit customer\n development acquihire technical cofounder. User engagement\n **A/B** testing *shrink* a market venture capital pitch.",
- "title": "Test question title No.2",
- "question": 2,
- "revised_at": "2011-11-29 11:22:04",
- "summary": "initial version",
- "revision_type": 1,
- "answer": null,
- "revision": 1
+ "comment": null,
+ "positive": 0,
+ "question": 40,
+ "negative": -2,
+ "reputation_type": -3,
+ "user": 2,
+ "reputed_at": "2011-12-20 12:51:30",
+ "reputation": 496
+ }
+ },
+ {
+ "pk": 63,
+ "model": "askbot.repute",
+ "fields": {
+ "comment": null,
+ "positive": 0,
+ "question": 40,
+ "negative": -1,
+ "reputation_type": -5,
+ "user": 3,
+ "reputed_at": "2011-12-20 12:51:30",
+ "reputation": 508
+ }
+ },
+ {
+ "pk": 64,
+ "model": "askbot.repute",
+ "fields": {
+ "comment": null,
+ "positive": 10,
+ "question": 40,
+ "negative": 0,
+ "reputation_type": 1,
+ "user": 40,
+ "reputed_at": "2011-12-20 12:51:30",
+ "reputation": 530
+ }
+ },
+ {
+ "pk": 65,
+ "model": "askbot.repute",
+ "fields": {
+ "comment": null,
+ "positive": 10,
+ "question": 40,
+ "negative": 0,
+ "reputation_type": 1,
+ "user": 3,
+ "reputed_at": "2011-12-20 12:51:30",
+ "reputation": 518
+ }
+ },
+ {
+ "pk": 66,
+ "model": "askbot.repute",
+ "fields": {
+ "comment": null,
+ "positive": 10,
+ "question": 40,
+ "negative": 0,
+ "reputation_type": 1,
+ "user": 40,
+ "reputed_at": "2011-12-20 12:51:30",
+ "reputation": 540
+ }
+ },
+ {
+ "pk": 67,
+ "model": "askbot.repute",
+ "fields": {
+ "comment": null,
+ "positive": 0,
+ "question": 40,
+ "negative": -2,
+ "reputation_type": -3,
+ "user": 4,
+ "reputed_at": "2011-12-20 12:51:30",
+ "reputation": 496
+ }
+ },
+ {
+ "pk": 68,
+ "model": "askbot.repute",
+ "fields": {
+ "comment": null,
+ "positive": 0,
+ "question": 40,
+ "negative": -1,
+ "reputation_type": -5,
+ "user": 5,
+ "reputed_at": "2011-12-20 12:51:30",
+ "reputation": 508
+ }
+ },
+ {
+ "pk": 69,
+ "model": "askbot.repute",
+ "fields": {
+ "comment": null,
+ "positive": 10,
+ "question": 40,
+ "negative": 0,
+ "reputation_type": 1,
+ "user": 40,
+ "reputed_at": "2011-12-20 12:51:30",
+ "reputation": 550
+ }
+ },
+ {
+ "pk": 70,
+ "model": "askbot.repute",
+ "fields": {
+ "comment": null,
+ "positive": 10,
+ "question": 40,
+ "negative": 0,
+ "reputation_type": 1,
+ "user": 5,
+ "reputed_at": "2011-12-20 12:51:31",
+ "reputation": 518
+ }
+ },
+ {
+ "pk": 71,
+ "model": "askbot.repute",
+ "fields": {
+ "comment": null,
+ "positive": 10,
+ "question": 40,
+ "negative": 0,
+ "reputation_type": 1,
+ "user": 40,
+ "reputed_at": "2011-12-20 12:51:31",
+ "reputation": 560
+ }
+ },
+ {
+ "pk": 72,
+ "model": "askbot.repute",
+ "fields": {
+ "comment": null,
+ "positive": 0,
+ "question": 40,
+ "negative": -2,
+ "reputation_type": -3,
+ "user": 6,
+ "reputed_at": "2011-12-20 12:51:31",
+ "reputation": 496
+ }
+ },
+ {
+ "pk": 73,
+ "model": "askbot.repute",
+ "fields": {
+ "comment": null,
+ "positive": 0,
+ "question": 40,
+ "negative": -1,
+ "reputation_type": -5,
+ "user": 7,
+ "reputed_at": "2011-12-20 12:51:31",
+ "reputation": 508
+ }
+ },
+ {
+ "pk": 74,
+ "model": "askbot.repute",
+ "fields": {
+ "comment": null,
+ "positive": 10,
+ "question": 40,
+ "negative": 0,
+ "reputation_type": 1,
+ "user": 40,
+ "reputed_at": "2011-12-20 12:51:31",
+ "reputation": 570
+ }
+ },
+ {
+ "pk": 75,
+ "model": "askbot.repute",
+ "fields": {
+ "comment": null,
+ "positive": 10,
+ "question": 40,
+ "negative": 0,
+ "reputation_type": 1,
+ "user": 7,
+ "reputed_at": "2011-12-20 12:51:31",
+ "reputation": 518
+ }
+ },
+ {
+ "pk": 76,
+ "model": "askbot.repute",
+ "fields": {
+ "comment": null,
+ "positive": 10,
+ "question": 40,
+ "negative": 0,
+ "reputation_type": 1,
+ "user": 40,
+ "reputed_at": "2011-12-20 12:51:32",
+ "reputation": 580
+ }
+ },
+ {
+ "pk": 77,
+ "model": "askbot.repute",
+ "fields": {
+ "comment": null,
+ "positive": 0,
+ "question": 40,
+ "negative": -2,
+ "reputation_type": -3,
+ "user": 8,
+ "reputed_at": "2011-12-20 12:51:32",
+ "reputation": 496
+ }
+ },
+ {
+ "pk": 78,
+ "model": "askbot.repute",
+ "fields": {
+ "comment": null,
+ "positive": 0,
+ "question": 40,
+ "negative": -1,
+ "reputation_type": -5,
+ "user": 9,
+ "reputed_at": "2011-12-20 12:51:32",
+ "reputation": 508
+ }
+ },
+ {
+ "pk": 79,
+ "model": "askbot.repute",
+ "fields": {
+ "comment": null,
+ "positive": 10,
+ "question": 40,
+ "negative": 0,
+ "reputation_type": 1,
+ "user": 40,
+ "reputed_at": "2011-12-20 12:51:32",
+ "reputation": 590
+ }
+ },
+ {
+ "pk": 80,
+ "model": "askbot.repute",
+ "fields": {
+ "comment": null,
+ "positive": 10,
+ "question": 40,
+ "negative": 0,
+ "reputation_type": 1,
+ "user": 9,
+ "reputed_at": "2011-12-20 12:51:32",
+ "reputation": 518
+ }
+ },
+ {
+ "pk": 81,
+ "model": "askbot.repute",
+ "fields": {
+ "comment": null,
+ "positive": 10,
+ "question": 40,
+ "negative": 0,
+ "reputation_type": 1,
+ "user": 40,
+ "reputed_at": "2011-12-20 12:51:32",
+ "reputation": 600
+ }
+ },
+ {
+ "pk": 82,
+ "model": "askbot.repute",
+ "fields": {
+ "comment": null,
+ "positive": 0,
+ "question": 40,
+ "negative": -2,
+ "reputation_type": -3,
+ "user": 10,
+ "reputed_at": "2011-12-20 12:51:33",
+ "reputation": 496
+ }
+ },
+ {
+ "pk": 83,
+ "model": "askbot.repute",
+ "fields": {
+ "comment": null,
+ "positive": 0,
+ "question": 40,
+ "negative": -1,
+ "reputation_type": -5,
+ "user": 11,
+ "reputed_at": "2011-12-20 12:51:33",
+ "reputation": 508
+ }
+ },
+ {
+ "pk": 84,
+ "model": "askbot.repute",
+ "fields": {
+ "comment": null,
+ "positive": 10,
+ "question": 40,
+ "negative": 0,
+ "reputation_type": 1,
+ "user": 40,
+ "reputed_at": "2011-12-20 12:51:33",
+ "reputation": 610
+ }
+ },
+ {
+ "pk": 85,
+ "model": "askbot.repute",
+ "fields": {
+ "comment": null,
+ "positive": 10,
+ "question": 40,
+ "negative": 0,
+ "reputation_type": 1,
+ "user": 11,
+ "reputed_at": "2011-12-20 12:51:33",
+ "reputation": 518
+ }
+ },
+ {
+ "pk": 86,
+ "model": "askbot.repute",
+ "fields": {
+ "comment": null,
+ "positive": 10,
+ "question": 40,
+ "negative": 0,
+ "reputation_type": 1,
+ "user": 40,
+ "reputed_at": "2011-12-20 12:51:33",
+ "reputation": 620
+ }
+ },
+ {
+ "pk": 87,
+ "model": "askbot.repute",
+ "fields": {
+ "comment": null,
+ "positive": 0,
+ "question": 40,
+ "negative": -2,
+ "reputation_type": -3,
+ "user": 12,
+ "reputed_at": "2011-12-20 12:51:33",
+ "reputation": 496
+ }
+ },
+ {
+ "pk": 88,
+ "model": "askbot.repute",
+ "fields": {
+ "comment": null,
+ "positive": 0,
+ "question": 40,
+ "negative": -1,
+ "reputation_type": -5,
+ "user": 13,
+ "reputed_at": "2011-12-20 12:51:33",
+ "reputation": 508
+ }
+ },
+ {
+ "pk": 89,
+ "model": "askbot.repute",
+ "fields": {
+ "comment": null,
+ "positive": 10,
+ "question": 40,
+ "negative": 0,
+ "reputation_type": 1,
+ "user": 40,
+ "reputed_at": "2011-12-20 12:51:34",
+ "reputation": 630
+ }
+ },
+ {
+ "pk": 90,
+ "model": "askbot.repute",
+ "fields": {
+ "comment": null,
+ "positive": 10,
+ "question": 40,
+ "negative": 0,
+ "reputation_type": 1,
+ "user": 13,
+ "reputed_at": "2011-12-20 12:51:34",
+ "reputation": 518
+ }
+ },
+ {
+ "pk": 91,
+ "model": "askbot.repute",
+ "fields": {
+ "comment": null,
+ "positive": 10,
+ "question": 40,
+ "negative": 0,
+ "reputation_type": 1,
+ "user": 40,
+ "reputed_at": "2011-12-20 12:51:34",
+ "reputation": 640
+ }
+ },
+ {
+ "pk": 92,
+ "model": "askbot.repute",
+ "fields": {
+ "comment": null,
+ "positive": 0,
+ "question": 40,
+ "negative": -2,
+ "reputation_type": -3,
+ "user": 14,
+ "reputed_at": "2011-12-20 12:51:34",
+ "reputation": 496
+ }
+ },
+ {
+ "pk": 93,
+ "model": "askbot.repute",
+ "fields": {
+ "comment": null,
+ "positive": 0,
+ "question": 40,
+ "negative": -1,
+ "reputation_type": -5,
+ "user": 15,
+ "reputed_at": "2011-12-20 12:51:34",
+ "reputation": 508
+ }
+ },
+ {
+ "pk": 94,
+ "model": "askbot.repute",
+ "fields": {
+ "comment": null,
+ "positive": 10,
+ "question": 40,
+ "negative": 0,
+ "reputation_type": 1,
+ "user": 40,
+ "reputed_at": "2011-12-20 12:51:35",
+ "reputation": 650
+ }
+ },
+ {
+ "pk": 95,
+ "model": "askbot.repute",
+ "fields": {
+ "comment": null,
+ "positive": 10,
+ "question": 40,
+ "negative": 0,
+ "reputation_type": 1,
+ "user": 15,
+ "reputed_at": "2011-12-20 12:51:35",
+ "reputation": 518
+ }
+ },
+ {
+ "pk": 96,
+ "model": "askbot.repute",
+ "fields": {
+ "comment": null,
+ "positive": 10,
+ "question": 40,
+ "negative": 0,
+ "reputation_type": 1,
+ "user": 40,
+ "reputed_at": "2011-12-20 12:51:36",
+ "reputation": 660
+ }
+ },
+ {
+ "pk": 97,
+ "model": "askbot.repute",
+ "fields": {
+ "comment": null,
+ "positive": 0,
+ "question": 40,
+ "negative": -2,
+ "reputation_type": -3,
+ "user": 16,
+ "reputed_at": "2011-12-20 12:51:36",
+ "reputation": 496
+ }
+ },
+ {
+ "pk": 98,
+ "model": "askbot.repute",
+ "fields": {
+ "comment": null,
+ "positive": 0,
+ "question": 40,
+ "negative": -1,
+ "reputation_type": -5,
+ "user": 17,
+ "reputed_at": "2011-12-20 12:51:36",
+ "reputation": 508
+ }
+ },
+ {
+ "pk": 99,
+ "model": "askbot.repute",
+ "fields": {
+ "comment": null,
+ "positive": 10,
+ "question": 40,
+ "negative": 0,
+ "reputation_type": 1,
+ "user": 40,
+ "reputed_at": "2011-12-20 12:51:36",
+ "reputation": 670
+ }
+ },
+ {
+ "pk": 100,
+ "model": "askbot.repute",
+ "fields": {
+ "comment": null,
+ "positive": 10,
+ "question": 40,
+ "negative": 0,
+ "reputation_type": 1,
+ "user": 17,
+ "reputed_at": "2011-12-20 12:51:36",
+ "reputation": 518
+ }
+ },
+ {
+ "pk": 101,
+ "model": "askbot.repute",
+ "fields": {
+ "comment": null,
+ "positive": 10,
+ "question": 40,
+ "negative": 0,
+ "reputation_type": 1,
+ "user": 40,
+ "reputed_at": "2011-12-20 12:51:37",
+ "reputation": 680
+ }
+ },
+ {
+ "pk": 102,
+ "model": "askbot.repute",
+ "fields": {
+ "comment": null,
+ "positive": 0,
+ "question": 40,
+ "negative": -2,
+ "reputation_type": -3,
+ "user": 18,
+ "reputed_at": "2011-12-20 12:51:37",
+ "reputation": 496
+ }
+ },
+ {
+ "pk": 103,
+ "model": "askbot.repute",
+ "fields": {
+ "comment": null,
+ "positive": 0,
+ "question": 40,
+ "negative": -1,
+ "reputation_type": -5,
+ "user": 19,
+ "reputed_at": "2011-12-20 12:51:37",
+ "reputation": 508
+ }
+ },
+ {
+ "pk": 104,
+ "model": "askbot.repute",
+ "fields": {
+ "comment": null,
+ "positive": 10,
+ "question": 40,
+ "negative": 0,
+ "reputation_type": 1,
+ "user": 40,
+ "reputed_at": "2011-12-20 12:51:38",
+ "reputation": 690
+ }
+ },
+ {
+ "pk": 105,
+ "model": "askbot.repute",
+ "fields": {
+ "comment": null,
+ "positive": 10,
+ "question": 40,
+ "negative": 0,
+ "reputation_type": 1,
+ "user": 19,
+ "reputed_at": "2011-12-20 12:51:38",
+ "reputation": 518
+ }
+ },
+ {
+ "pk": 106,
+ "model": "askbot.repute",
+ "fields": {
+ "comment": null,
+ "positive": 10,
+ "question": 40,
+ "negative": 0,
+ "reputation_type": 1,
+ "user": 40,
+ "reputed_at": "2011-12-20 12:51:38",
+ "reputation": 700
+ }
+ },
+ {
+ "pk": 107,
+ "model": "askbot.repute",
+ "fields": {
+ "comment": null,
+ "positive": 10,
+ "question": 40,
+ "negative": 0,
+ "reputation_type": 1,
+ "user": 20,
+ "reputed_at": "2011-12-20 12:51:39",
+ "reputation": 508
+ }
+ },
+ {
+ "pk": 108,
+ "model": "askbot.repute",
+ "fields": {
+ "comment": null,
+ "positive": 10,
+ "question": 40,
+ "negative": 0,
+ "reputation_type": 1,
+ "user": 20,
+ "reputed_at": "2011-12-20 12:51:39",
+ "reputation": 518
+ }
+ },
+ {
+ "pk": 109,
+ "model": "askbot.repute",
+ "fields": {
+ "comment": null,
+ "positive": 10,
+ "question": 40,
+ "negative": 0,
+ "reputation_type": 1,
+ "user": 20,
+ "reputed_at": "2011-12-20 12:51:39",
+ "reputation": 528
+ }
+ },
+ {
+ "pk": 110,
+ "model": "askbot.repute",
+ "fields": {
+ "comment": null,
+ "positive": 10,
+ "question": 40,
+ "negative": 0,
+ "reputation_type": 1,
+ "user": 20,
+ "reputed_at": "2011-12-20 12:51:40",
+ "reputation": 538
+ }
+ },
+ {
+ "pk": 111,
+ "model": "askbot.repute",
+ "fields": {
+ "comment": null,
+ "positive": 10,
+ "question": 40,
+ "negative": 0,
+ "reputation_type": 1,
+ "user": 20,
+ "reputed_at": "2011-12-20 12:51:40",
+ "reputation": 548
+ }
+ },
+ {
+ "pk": 112,
+ "model": "askbot.repute",
+ "fields": {
+ "comment": null,
+ "positive": 10,
+ "question": 40,
+ "negative": 0,
+ "reputation_type": 1,
+ "user": 20,
+ "reputed_at": "2011-12-20 12:51:40",
+ "reputation": 558
+ }
+ },
+ {
+ "pk": 113,
+ "model": "askbot.repute",
+ "fields": {
+ "comment": null,
+ "positive": 10,
+ "question": 40,
+ "negative": 0,
+ "reputation_type": 1,
+ "user": 20,
+ "reputed_at": "2011-12-20 12:51:41",
+ "reputation": 568
+ }
+ },
+ {
+ "pk": 114,
+ "model": "askbot.repute",
+ "fields": {
+ "comment": null,
+ "positive": 10,
+ "question": 40,
+ "negative": 0,
+ "reputation_type": 1,
+ "user": 20,
+ "reputed_at": "2011-12-20 12:51:41",
+ "reputation": 578
+ }
+ },
+ {
+ "pk": 115,
+ "model": "askbot.repute",
+ "fields": {
+ "comment": null,
+ "positive": 10,
+ "question": 40,
+ "negative": 0,
+ "reputation_type": 1,
+ "user": 20,
+ "reputed_at": "2011-12-20 12:51:42",
+ "reputation": 588
+ }
+ },
+ {
+ "pk": 116,
+ "model": "askbot.repute",
+ "fields": {
+ "comment": null,
+ "positive": 10,
+ "question": 40,
+ "negative": 0,
+ "reputation_type": 1,
+ "user": 20,
+ "reputed_at": "2011-12-20 12:51:42",
+ "reputation": 598
+ }
+ },
+ {
+ "pk": 117,
+ "model": "askbot.repute",
+ "fields": {
+ "comment": null,
+ "positive": 10,
+ "question": 40,
+ "negative": 0,
+ "reputation_type": 1,
+ "user": 20,
+ "reputed_at": "2011-12-20 12:51:43",
+ "reputation": 608
+ }
+ },
+ {
+ "pk": 118,
+ "model": "askbot.repute",
+ "fields": {
+ "comment": null,
+ "positive": 10,
+ "question": 40,
+ "negative": 0,
+ "reputation_type": 1,
+ "user": 20,
+ "reputed_at": "2011-12-20 12:51:44",
+ "reputation": 618
+ }
+ },
+ {
+ "pk": 119,
+ "model": "askbot.repute",
+ "fields": {
+ "comment": null,
+ "positive": 10,
+ "question": 40,
+ "negative": 0,
+ "reputation_type": 1,
+ "user": 20,
+ "reputed_at": "2011-12-20 12:51:44",
+ "reputation": 628
+ }
+ },
+ {
+ "pk": 120,
+ "model": "askbot.repute",
+ "fields": {
+ "comment": null,
+ "positive": 10,
+ "question": 40,
+ "negative": 0,
+ "reputation_type": 1,
+ "user": 20,
+ "reputed_at": "2011-12-20 12:51:45",
+ "reputation": 638
+ }
+ },
+ {
+ "pk": 121,
+ "model": "askbot.repute",
+ "fields": {
+ "comment": null,
+ "positive": 10,
+ "question": 40,
+ "negative": 0,
+ "reputation_type": 1,
+ "user": 20,
+ "reputed_at": "2011-12-20 12:51:46",
+ "reputation": 648
+ }
+ },
+ {
+ "pk": 122,
+ "model": "askbot.repute",
+ "fields": {
+ "comment": null,
+ "positive": 10,
+ "question": 40,
+ "negative": 0,
+ "reputation_type": 1,
+ "user": 20,
+ "reputed_at": "2011-12-20 12:51:46",
+ "reputation": 658
+ }
+ },
+ {
+ "pk": 123,
+ "model": "askbot.repute",
+ "fields": {
+ "comment": null,
+ "positive": 10,
+ "question": 40,
+ "negative": 0,
+ "reputation_type": 1,
+ "user": 20,
+ "reputed_at": "2011-12-20 12:51:47",
+ "reputation": 668
+ }
+ },
+ {
+ "pk": 124,
+ "model": "askbot.repute",
+ "fields": {
+ "comment": null,
+ "positive": 10,
+ "question": 40,
+ "negative": 0,
+ "reputation_type": 1,
+ "user": 20,
+ "reputed_at": "2011-12-20 12:51:48",
+ "reputation": 678
+ }
+ },
+ {
+ "pk": 125,
+ "model": "askbot.repute",
+ "fields": {
+ "comment": null,
+ "positive": 10,
+ "question": 40,
+ "negative": 0,
+ "reputation_type": 1,
+ "user": 20,
+ "reputed_at": "2011-12-20 12:51:49",
+ "reputation": 688
+ }
+ },
+ {
+ "pk": 126,
+ "model": "askbot.repute",
+ "fields": {
+ "comment": null,
+ "positive": 10,
+ "question": 40,
+ "negative": 0,
+ "reputation_type": 1,
+ "user": 20,
+ "reputed_at": "2011-12-20 12:51:49",
+ "reputation": 698
+ }
+ },
+ {
+ "pk": 127,
+ "model": "askbot.repute",
+ "fields": {
+ "comment": null,
+ "positive": 15,
+ "question": 40,
+ "negative": 0,
+ "reputation_type": 2,
+ "user": 20,
+ "reputed_at": "2011-12-20 12:51:52",
+ "reputation": 713
+ }
+ },
+ {
+ "pk": 128,
+ "model": "askbot.repute",
+ "fields": {
+ "comment": null,
+ "positive": 2,
+ "question": 40,
+ "negative": 0,
+ "reputation_type": 3,
+ "user": 40,
+ "reputed_at": "2011-12-20 12:51:52",
+ "reputation": 702
}
},
{
@@ -4953,9 +5835,9 @@
"model": "askbot.vote",
"fields": {
"vote": 1,
- "voted_at": "2011-11-29 11:22:03",
+ "voted_at": "2011-12-20 12:51:22",
"user": 2,
- "content_type": 17,
+ "content_type": 20,
"object_id": 1
}
},
@@ -4964,9 +5846,9 @@
"model": "askbot.vote",
"fields": {
"vote": -1,
- "voted_at": "2011-11-29 11:22:04",
+ "voted_at": "2011-12-20 12:51:24",
"user": 3,
- "content_type": 17,
+ "content_type": 20,
"object_id": 2
}
},
@@ -4975,9 +5857,9 @@
"model": "askbot.vote",
"fields": {
"vote": 1,
- "voted_at": "2011-11-29 11:22:05",
+ "voted_at": "2011-12-20 12:51:24",
"user": 4,
- "content_type": 17,
+ "content_type": 20,
"object_id": 3
}
},
@@ -4986,9 +5868,9 @@
"model": "askbot.vote",
"fields": {
"vote": -1,
- "voted_at": "2011-11-29 11:22:05",
+ "voted_at": "2011-12-20 12:51:24",
"user": 5,
- "content_type": 17,
+ "content_type": 20,
"object_id": 4
}
},
@@ -4997,9 +5879,9 @@
"model": "askbot.vote",
"fields": {
"vote": 1,
- "voted_at": "2011-11-29 11:22:06",
+ "voted_at": "2011-12-20 12:51:24",
"user": 6,
- "content_type": 17,
+ "content_type": 20,
"object_id": 5
}
},
@@ -5008,9 +5890,9 @@
"model": "askbot.vote",
"fields": {
"vote": -1,
- "voted_at": "2011-11-29 11:22:07",
+ "voted_at": "2011-12-20 12:51:24",
"user": 7,
- "content_type": 17,
+ "content_type": 20,
"object_id": 6
}
},
@@ -5019,9 +5901,9 @@
"model": "askbot.vote",
"fields": {
"vote": 1,
- "voted_at": "2011-11-29 11:22:08",
+ "voted_at": "2011-12-20 12:51:24",
"user": 8,
- "content_type": 17,
+ "content_type": 20,
"object_id": 7
}
},
@@ -5030,9 +5912,9 @@
"model": "askbot.vote",
"fields": {
"vote": -1,
- "voted_at": "2011-11-29 11:22:08",
+ "voted_at": "2011-12-20 12:51:25",
"user": 9,
- "content_type": 17,
+ "content_type": 20,
"object_id": 8
}
},
@@ -5041,9 +5923,9 @@
"model": "askbot.vote",
"fields": {
"vote": 1,
- "voted_at": "2011-11-29 11:22:09",
+ "voted_at": "2011-12-20 12:51:25",
"user": 10,
- "content_type": 17,
+ "content_type": 20,
"object_id": 9
}
},
@@ -5052,9 +5934,9 @@
"model": "askbot.vote",
"fields": {
"vote": -1,
- "voted_at": "2011-11-29 11:22:09",
+ "voted_at": "2011-12-20 12:51:25",
"user": 11,
- "content_type": 17,
+ "content_type": 20,
"object_id": 10
}
},
@@ -5063,9 +5945,9 @@
"model": "askbot.vote",
"fields": {
"vote": 1,
- "voted_at": "2011-11-29 11:22:09",
+ "voted_at": "2011-12-20 12:51:25",
"user": 12,
- "content_type": 17,
+ "content_type": 20,
"object_id": 11
}
},
@@ -5074,9 +5956,9 @@
"model": "askbot.vote",
"fields": {
"vote": -1,
- "voted_at": "2011-11-29 11:22:09",
+ "voted_at": "2011-12-20 12:51:25",
"user": 13,
- "content_type": 17,
+ "content_type": 20,
"object_id": 12
}
},
@@ -5085,9 +5967,9 @@
"model": "askbot.vote",
"fields": {
"vote": 1,
- "voted_at": "2011-11-29 11:22:10",
+ "voted_at": "2011-12-20 12:51:25",
"user": 14,
- "content_type": 17,
+ "content_type": 20,
"object_id": 13
}
},
@@ -5096,9 +5978,9 @@
"model": "askbot.vote",
"fields": {
"vote": -1,
- "voted_at": "2011-11-29 11:22:10",
+ "voted_at": "2011-12-20 12:51:25",
"user": 15,
- "content_type": 17,
+ "content_type": 20,
"object_id": 14
}
},
@@ -5107,9 +5989,9 @@
"model": "askbot.vote",
"fields": {
"vote": 1,
- "voted_at": "2011-11-29 11:22:10",
+ "voted_at": "2011-12-20 12:51:25",
"user": 16,
- "content_type": 17,
+ "content_type": 20,
"object_id": 15
}
},
@@ -5118,9 +6000,9 @@
"model": "askbot.vote",
"fields": {
"vote": -1,
- "voted_at": "2011-11-29 11:22:10",
+ "voted_at": "2011-12-20 12:51:26",
"user": 17,
- "content_type": 17,
+ "content_type": 20,
"object_id": 16
}
},
@@ -5129,9 +6011,9 @@
"model": "askbot.vote",
"fields": {
"vote": 1,
- "voted_at": "2011-11-29 11:22:11",
+ "voted_at": "2011-12-20 12:51:26",
"user": 18,
- "content_type": 17,
+ "content_type": 20,
"object_id": 17
}
},
@@ -5140,9 +6022,9 @@
"model": "askbot.vote",
"fields": {
"vote": -1,
- "voted_at": "2011-11-29 11:22:11",
+ "voted_at": "2011-12-20 12:51:26",
"user": 19,
- "content_type": 17,
+ "content_type": 20,
"object_id": 18
}
},
@@ -5151,9 +6033,9 @@
"model": "askbot.vote",
"fields": {
"vote": 1,
- "voted_at": "2011-11-29 11:22:11",
+ "voted_at": "2011-12-20 12:51:26",
"user": 20,
- "content_type": 17,
+ "content_type": 20,
"object_id": 19
}
},
@@ -5162,9 +6044,9 @@
"model": "askbot.vote",
"fields": {
"vote": -1,
- "voted_at": "2011-11-29 11:22:11",
+ "voted_at": "2011-12-20 12:51:26",
"user": 21,
- "content_type": 17,
+ "content_type": 20,
"object_id": 20
}
},
@@ -5173,9 +6055,9 @@
"model": "askbot.vote",
"fields": {
"vote": 1,
- "voted_at": "2011-11-29 11:22:11",
+ "voted_at": "2011-12-20 12:51:26",
"user": 22,
- "content_type": 17,
+ "content_type": 20,
"object_id": 21
}
},
@@ -5184,9 +6066,9 @@
"model": "askbot.vote",
"fields": {
"vote": -1,
- "voted_at": "2011-11-29 11:22:12",
+ "voted_at": "2011-12-20 12:51:26",
"user": 23,
- "content_type": 17,
+ "content_type": 20,
"object_id": 22
}
},
@@ -5195,9 +6077,9 @@
"model": "askbot.vote",
"fields": {
"vote": 1,
- "voted_at": "2011-11-29 11:22:12",
+ "voted_at": "2011-12-20 12:51:27",
"user": 24,
- "content_type": 17,
+ "content_type": 20,
"object_id": 23
}
},
@@ -5206,9 +6088,9 @@
"model": "askbot.vote",
"fields": {
"vote": -1,
- "voted_at": "2011-11-29 11:22:12",
+ "voted_at": "2011-12-20 12:51:27",
"user": 25,
- "content_type": 17,
+ "content_type": 20,
"object_id": 24
}
},
@@ -5217,9 +6099,9 @@
"model": "askbot.vote",
"fields": {
"vote": 1,
- "voted_at": "2011-11-29 11:22:12",
+ "voted_at": "2011-12-20 12:51:27",
"user": 26,
- "content_type": 17,
+ "content_type": 20,
"object_id": 25
}
},
@@ -5228,9 +6110,9 @@
"model": "askbot.vote",
"fields": {
"vote": -1,
- "voted_at": "2011-11-29 11:22:13",
+ "voted_at": "2011-12-20 12:51:27",
"user": 27,
- "content_type": 17,
+ "content_type": 20,
"object_id": 26
}
},
@@ -5239,9 +6121,9 @@
"model": "askbot.vote",
"fields": {
"vote": 1,
- "voted_at": "2011-11-29 11:22:13",
+ "voted_at": "2011-12-20 12:51:27",
"user": 28,
- "content_type": 17,
+ "content_type": 20,
"object_id": 27
}
},
@@ -5250,9 +6132,9 @@
"model": "askbot.vote",
"fields": {
"vote": -1,
- "voted_at": "2011-11-29 11:22:13",
+ "voted_at": "2011-12-20 12:51:27",
"user": 29,
- "content_type": 17,
+ "content_type": 20,
"object_id": 28
}
},
@@ -5261,9 +6143,9 @@
"model": "askbot.vote",
"fields": {
"vote": 1,
- "voted_at": "2011-11-29 11:22:13",
+ "voted_at": "2011-12-20 12:51:28",
"user": 30,
- "content_type": 17,
+ "content_type": 20,
"object_id": 29
}
},
@@ -5272,9 +6154,9 @@
"model": "askbot.vote",
"fields": {
"vote": -1,
- "voted_at": "2011-11-29 11:22:14",
+ "voted_at": "2011-12-20 12:51:28",
"user": 31,
- "content_type": 17,
+ "content_type": 20,
"object_id": 30
}
},
@@ -5283,9 +6165,9 @@
"model": "askbot.vote",
"fields": {
"vote": 1,
- "voted_at": "2011-11-29 11:22:14",
+ "voted_at": "2011-12-20 12:51:28",
"user": 32,
- "content_type": 17,
+ "content_type": 20,
"object_id": 31
}
},
@@ -5294,9 +6176,9 @@
"model": "askbot.vote",
"fields": {
"vote": -1,
- "voted_at": "2011-11-29 11:22:14",
+ "voted_at": "2011-12-20 12:51:28",
"user": 33,
- "content_type": 17,
+ "content_type": 20,
"object_id": 32
}
},
@@ -5305,9 +6187,9 @@
"model": "askbot.vote",
"fields": {
"vote": 1,
- "voted_at": "2011-11-29 11:22:14",
+ "voted_at": "2011-12-20 12:51:28",
"user": 34,
- "content_type": 17,
+ "content_type": 20,
"object_id": 33
}
},
@@ -5316,9 +6198,9 @@
"model": "askbot.vote",
"fields": {
"vote": -1,
- "voted_at": "2011-11-29 11:22:15",
+ "voted_at": "2011-12-20 12:51:28",
"user": 35,
- "content_type": 17,
+ "content_type": 20,
"object_id": 34
}
},
@@ -5327,9 +6209,9 @@
"model": "askbot.vote",
"fields": {
"vote": 1,
- "voted_at": "2011-11-29 11:22:15",
+ "voted_at": "2011-12-20 12:51:28",
"user": 36,
- "content_type": 17,
+ "content_type": 20,
"object_id": 35
}
},
@@ -5338,9 +6220,9 @@
"model": "askbot.vote",
"fields": {
"vote": -1,
- "voted_at": "2011-11-29 11:22:15",
+ "voted_at": "2011-12-20 12:51:29",
"user": 37,
- "content_type": 17,
+ "content_type": 20,
"object_id": 36
}
},
@@ -5349,9 +6231,9 @@
"model": "askbot.vote",
"fields": {
"vote": 1,
- "voted_at": "2011-11-29 11:22:15",
+ "voted_at": "2011-12-20 12:51:29",
"user": 38,
- "content_type": 17,
+ "content_type": 20,
"object_id": 37
}
},
@@ -5360,9 +6242,9 @@
"model": "askbot.vote",
"fields": {
"vote": -1,
- "voted_at": "2011-11-29 11:22:16",
+ "voted_at": "2011-12-20 12:51:29",
"user": 39,
- "content_type": 17,
+ "content_type": 20,
"object_id": 38
}
},
@@ -5371,9 +6253,9 @@
"model": "askbot.vote",
"fields": {
"vote": 1,
- "voted_at": "2011-11-29 11:22:16",
+ "voted_at": "2011-12-20 12:51:29",
"user": 40,
- "content_type": 17,
+ "content_type": 20,
"object_id": 39
}
},
@@ -5382,9 +6264,9 @@
"model": "askbot.vote",
"fields": {
"vote": 1,
- "voted_at": "2011-11-29 11:22:16",
+ "voted_at": "2011-12-20 12:51:29",
"user": 1,
- "content_type": 17,
+ "content_type": 20,
"object_id": 40
}
},
@@ -5393,9 +6275,9 @@
"model": "askbot.vote",
"fields": {
"vote": 1,
- "voted_at": "2011-11-29 11:22:16",
+ "voted_at": "2011-12-20 12:51:29",
"user": 2,
- "content_type": 21,
+ "content_type": 24,
"object_id": 1
}
},
@@ -5404,9 +6286,9 @@
"model": "askbot.vote",
"fields": {
"vote": 1,
- "voted_at": "2011-11-29 11:22:17",
+ "voted_at": "2011-12-20 12:51:30",
"user": 2,
- "content_type": 17,
+ "content_type": 20,
"object_id": 40
}
},
@@ -5415,9 +6297,9 @@
"model": "askbot.vote",
"fields": {
"vote": -1,
- "voted_at": "2011-11-29 11:22:17",
+ "voted_at": "2011-12-20 12:51:30",
"user": 3,
- "content_type": 21,
+ "content_type": 24,
"object_id": 2
}
},
@@ -5426,9 +6308,9 @@
"model": "askbot.vote",
"fields": {
"vote": 1,
- "voted_at": "2011-11-29 11:22:17",
+ "voted_at": "2011-12-20 12:51:30",
"user": 3,
- "content_type": 17,
+ "content_type": 20,
"object_id": 40
}
},
@@ -5437,9 +6319,9 @@
"model": "askbot.vote",
"fields": {
"vote": 1,
- "voted_at": "2011-11-29 11:22:17",
+ "voted_at": "2011-12-20 12:51:30",
"user": 4,
- "content_type": 21,
+ "content_type": 24,
"object_id": 3
}
},
@@ -5448,9 +6330,9 @@
"model": "askbot.vote",
"fields": {
"vote": 1,
- "voted_at": "2011-11-29 11:22:17",
+ "voted_at": "2011-12-20 12:51:30",
"user": 4,
- "content_type": 17,
+ "content_type": 20,
"object_id": 40
}
},
@@ -5459,9 +6341,9 @@
"model": "askbot.vote",
"fields": {
"vote": -1,
- "voted_at": "2011-11-29 11:22:17",
+ "voted_at": "2011-12-20 12:51:30",
"user": 5,
- "content_type": 21,
+ "content_type": 24,
"object_id": 4
}
},
@@ -5470,9 +6352,9 @@
"model": "askbot.vote",
"fields": {
"vote": 1,
- "voted_at": "2011-11-29 11:22:18",
+ "voted_at": "2011-12-20 12:51:30",
"user": 5,
- "content_type": 17,
+ "content_type": 20,
"object_id": 40
}
},
@@ -5481,9 +6363,9 @@
"model": "askbot.vote",
"fields": {
"vote": 1,
- "voted_at": "2011-11-29 11:22:18",
+ "voted_at": "2011-12-20 12:51:31",
"user": 6,
- "content_type": 21,
+ "content_type": 24,
"object_id": 5
}
},
@@ -5492,9 +6374,9 @@
"model": "askbot.vote",
"fields": {
"vote": 1,
- "voted_at": "2011-11-29 11:22:18",
+ "voted_at": "2011-12-20 12:51:31",
"user": 6,
- "content_type": 17,
+ "content_type": 20,
"object_id": 40
}
},
@@ -5503,9 +6385,9 @@
"model": "askbot.vote",
"fields": {
"vote": -1,
- "voted_at": "2011-11-29 11:22:18",
+ "voted_at": "2011-12-20 12:51:31",
"user": 7,
- "content_type": 21,
+ "content_type": 24,
"object_id": 6
}
},
@@ -5514,9 +6396,9 @@
"model": "askbot.vote",
"fields": {
"vote": 1,
- "voted_at": "2011-11-29 11:22:19",
+ "voted_at": "2011-12-20 12:51:31",
"user": 7,
- "content_type": 17,
+ "content_type": 20,
"object_id": 40
}
},
@@ -5525,9 +6407,9 @@
"model": "askbot.vote",
"fields": {
"vote": 1,
- "voted_at": "2011-11-29 11:22:19",
+ "voted_at": "2011-12-20 12:51:31",
"user": 8,
- "content_type": 21,
+ "content_type": 24,
"object_id": 7
}
},
@@ -5536,9 +6418,9 @@
"model": "askbot.vote",
"fields": {
"vote": 1,
- "voted_at": "2011-11-29 11:22:19",
+ "voted_at": "2011-12-20 12:51:32",
"user": 8,
- "content_type": 17,
+ "content_type": 20,
"object_id": 40
}
},
@@ -5547,9 +6429,9 @@
"model": "askbot.vote",
"fields": {
"vote": -1,
- "voted_at": "2011-11-29 11:22:19",
+ "voted_at": "2011-12-20 12:51:32",
"user": 9,
- "content_type": 21,
+ "content_type": 24,
"object_id": 8
}
},
@@ -5558,9 +6440,9 @@
"model": "askbot.vote",
"fields": {
"vote": 1,
- "voted_at": "2011-11-29 11:22:20",
+ "voted_at": "2011-12-20 12:51:32",
"user": 9,
- "content_type": 17,
+ "content_type": 20,
"object_id": 40
}
},
@@ -5569,9 +6451,9 @@
"model": "askbot.vote",
"fields": {
"vote": 1,
- "voted_at": "2011-11-29 11:22:20",
+ "voted_at": "2011-12-20 12:51:32",
"user": 10,
- "content_type": 21,
+ "content_type": 24,
"object_id": 9
}
},
@@ -5580,9 +6462,9 @@
"model": "askbot.vote",
"fields": {
"vote": 1,
- "voted_at": "2011-11-29 11:22:20",
+ "voted_at": "2011-12-20 12:51:32",
"user": 10,
- "content_type": 17,
+ "content_type": 20,
"object_id": 40
}
},
@@ -5591,9 +6473,9 @@
"model": "askbot.vote",
"fields": {
"vote": -1,
- "voted_at": "2011-11-29 11:22:20",
+ "voted_at": "2011-12-20 12:51:33",
"user": 11,
- "content_type": 21,
+ "content_type": 24,
"object_id": 10
}
},
@@ -5602,9 +6484,9 @@
"model": "askbot.vote",
"fields": {
"vote": 1,
- "voted_at": "2011-11-29 11:22:21",
+ "voted_at": "2011-12-20 12:51:33",
"user": 11,
- "content_type": 17,
+ "content_type": 20,
"object_id": 40
}
},
@@ -5613,9 +6495,9 @@
"model": "askbot.vote",
"fields": {
"vote": 1,
- "voted_at": "2011-11-29 11:22:21",
+ "voted_at": "2011-12-20 12:51:33",
"user": 12,
- "content_type": 21,
+ "content_type": 24,
"object_id": 11
}
},
@@ -5624,9 +6506,9 @@
"model": "askbot.vote",
"fields": {
"vote": 1,
- "voted_at": "2011-11-29 11:22:22",
+ "voted_at": "2011-12-20 12:51:33",
"user": 12,
- "content_type": 17,
+ "content_type": 20,
"object_id": 40
}
},
@@ -5635,9 +6517,9 @@
"model": "askbot.vote",
"fields": {
"vote": -1,
- "voted_at": "2011-11-29 11:22:22",
+ "voted_at": "2011-12-20 12:51:33",
"user": 13,
- "content_type": 21,
+ "content_type": 24,
"object_id": 12
}
},
@@ -5646,9 +6528,9 @@
"model": "askbot.vote",
"fields": {
"vote": 1,
- "voted_at": "2011-11-29 11:22:22",
+ "voted_at": "2011-12-20 12:51:34",
"user": 13,
- "content_type": 17,
+ "content_type": 20,
"object_id": 40
}
},
@@ -5657,9 +6539,9 @@
"model": "askbot.vote",
"fields": {
"vote": 1,
- "voted_at": "2011-11-29 11:22:22",
+ "voted_at": "2011-12-20 12:51:34",
"user": 14,
- "content_type": 21,
+ "content_type": 24,
"object_id": 13
}
},
@@ -5668,9 +6550,9 @@
"model": "askbot.vote",
"fields": {
"vote": 1,
- "voted_at": "2011-11-29 11:22:23",
+ "voted_at": "2011-12-20 12:51:34",
"user": 14,
- "content_type": 17,
+ "content_type": 20,
"object_id": 40
}
},
@@ -5679,9 +6561,9 @@
"model": "askbot.vote",
"fields": {
"vote": -1,
- "voted_at": "2011-11-29 11:22:23",
+ "voted_at": "2011-12-20 12:51:34",
"user": 15,
- "content_type": 21,
+ "content_type": 24,
"object_id": 14
}
},
@@ -5690,9 +6572,9 @@
"model": "askbot.vote",
"fields": {
"vote": 1,
- "voted_at": "2011-11-29 11:22:24",
+ "voted_at": "2011-12-20 12:51:35",
"user": 15,
- "content_type": 17,
+ "content_type": 20,
"object_id": 40
}
},
@@ -5701,9 +6583,9 @@
"model": "askbot.vote",
"fields": {
"vote": 1,
- "voted_at": "2011-11-29 11:22:24",
+ "voted_at": "2011-12-20 12:51:35",
"user": 16,
- "content_type": 21,
+ "content_type": 24,
"object_id": 15
}
},
@@ -5712,9 +6594,9 @@
"model": "askbot.vote",
"fields": {
"vote": 1,
- "voted_at": "2011-11-29 11:22:24",
+ "voted_at": "2011-12-20 12:51:36",
"user": 16,
- "content_type": 17,
+ "content_type": 20,
"object_id": 40
}
},
@@ -5723,9 +6605,9 @@
"model": "askbot.vote",
"fields": {
"vote": -1,
- "voted_at": "2011-11-29 11:22:24",
+ "voted_at": "2011-12-20 12:51:36",
"user": 17,
- "content_type": 21,
+ "content_type": 24,
"object_id": 16
}
},
@@ -5734,9 +6616,9 @@
"model": "askbot.vote",
"fields": {
"vote": 1,
- "voted_at": "2011-11-29 11:22:25",
+ "voted_at": "2011-12-20 12:51:36",
"user": 17,
- "content_type": 17,
+ "content_type": 20,
"object_id": 40
}
},
@@ -5745,9 +6627,9 @@
"model": "askbot.vote",
"fields": {
"vote": 1,
- "voted_at": "2011-11-29 11:22:25",
+ "voted_at": "2011-12-20 12:51:36",
"user": 18,
- "content_type": 21,
+ "content_type": 24,
"object_id": 17
}
},
@@ -5756,9 +6638,9 @@
"model": "askbot.vote",
"fields": {
"vote": 1,
- "voted_at": "2011-11-29 11:22:26",
+ "voted_at": "2011-12-20 12:51:37",
"user": 18,
- "content_type": 17,
+ "content_type": 20,
"object_id": 40
}
},
@@ -5767,9 +6649,9 @@
"model": "askbot.vote",
"fields": {
"vote": -1,
- "voted_at": "2011-11-29 11:22:26",
+ "voted_at": "2011-12-20 12:51:37",
"user": 19,
- "content_type": 21,
+ "content_type": 24,
"object_id": 18
}
},
@@ -5778,9 +6660,9 @@
"model": "askbot.vote",
"fields": {
"vote": 1,
- "voted_at": "2011-11-29 11:22:27",
+ "voted_at": "2011-12-20 12:51:38",
"user": 19,
- "content_type": 17,
+ "content_type": 20,
"object_id": 40
}
},
@@ -5789,9 +6671,9 @@
"model": "askbot.vote",
"fields": {
"vote": 1,
- "voted_at": "2011-11-29 11:22:27",
+ "voted_at": "2011-12-20 12:51:38",
"user": 20,
- "content_type": 21,
+ "content_type": 24,
"object_id": 19
}
},
@@ -5800,9 +6682,9 @@
"model": "askbot.vote",
"fields": {
"vote": 1,
- "voted_at": "2011-11-29 11:22:28",
+ "voted_at": "2011-12-20 12:51:38",
"user": 20,
- "content_type": 17,
+ "content_type": 20,
"object_id": 40
}
},
@@ -5811,9 +6693,9 @@
"model": "askbot.vote",
"fields": {
"vote": 1,
- "voted_at": "2011-11-29 11:22:28",
+ "voted_at": "2011-12-20 12:51:39",
"user": 1,
- "content_type": 21,
+ "content_type": 24,
"object_id": 20
}
},
@@ -5822,9 +6704,9 @@
"model": "askbot.vote",
"fields": {
"vote": 1,
- "voted_at": "2011-11-29 11:22:28",
+ "voted_at": "2011-12-20 12:51:39",
"user": 2,
- "content_type": 21,
+ "content_type": 24,
"object_id": 20
}
},
@@ -5833,9 +6715,9 @@
"model": "askbot.vote",
"fields": {
"vote": 1,
- "voted_at": "2011-11-29 11:22:29",
+ "voted_at": "2011-12-20 12:51:39",
"user": 3,
- "content_type": 21,
+ "content_type": 24,
"object_id": 20
}
},
@@ -5844,9 +6726,9 @@
"model": "askbot.vote",
"fields": {
"vote": 1,
- "voted_at": "2011-11-29 11:22:29",
+ "voted_at": "2011-12-20 12:51:40",
"user": 4,
- "content_type": 21,
+ "content_type": 24,
"object_id": 20
}
},
@@ -5855,9 +6737,9 @@
"model": "askbot.vote",
"fields": {
"vote": 1,
- "voted_at": "2011-11-29 11:22:30",
+ "voted_at": "2011-12-20 12:51:40",
"user": 5,
- "content_type": 21,
+ "content_type": 24,
"object_id": 20
}
},
@@ -5866,9 +6748,9 @@
"model": "askbot.vote",
"fields": {
"vote": 1,
- "voted_at": "2011-11-29 11:22:30",
+ "voted_at": "2011-12-20 12:51:40",
"user": 6,
- "content_type": 21,
+ "content_type": 24,
"object_id": 20
}
},
@@ -5877,9 +6759,9 @@
"model": "askbot.vote",
"fields": {
"vote": 1,
- "voted_at": "2011-11-29 11:22:31",
+ "voted_at": "2011-12-20 12:51:41",
"user": 7,
- "content_type": 21,
+ "content_type": 24,
"object_id": 20
}
},
@@ -5888,9 +6770,9 @@
"model": "askbot.vote",
"fields": {
"vote": 1,
- "voted_at": "2011-11-29 11:22:32",
+ "voted_at": "2011-12-20 12:51:41",
"user": 8,
- "content_type": 21,
+ "content_type": 24,
"object_id": 20
}
},
@@ -5899,9 +6781,9 @@
"model": "askbot.vote",
"fields": {
"vote": 1,
- "voted_at": "2011-11-29 11:22:32",
+ "voted_at": "2011-12-20 12:51:42",
"user": 9,
- "content_type": 21,
+ "content_type": 24,
"object_id": 20
}
},
@@ -5910,9 +6792,9 @@
"model": "askbot.vote",
"fields": {
"vote": 1,
- "voted_at": "2011-11-29 11:22:33",
+ "voted_at": "2011-12-20 12:51:42",
"user": 10,
- "content_type": 21,
+ "content_type": 24,
"object_id": 20
}
},
@@ -5921,9 +6803,9 @@
"model": "askbot.vote",
"fields": {
"vote": 1,
- "voted_at": "2011-11-29 11:22:34",
+ "voted_at": "2011-12-20 12:51:43",
"user": 11,
- "content_type": 21,
+ "content_type": 24,
"object_id": 20
}
},
@@ -5932,9 +6814,9 @@
"model": "askbot.vote",
"fields": {
"vote": 1,
- "voted_at": "2011-11-29 11:22:35",
+ "voted_at": "2011-12-20 12:51:44",
"user": 12,
- "content_type": 21,
+ "content_type": 24,
"object_id": 20
}
},
@@ -5943,9 +6825,9 @@
"model": "askbot.vote",
"fields": {
"vote": 1,
- "voted_at": "2011-11-29 11:22:36",
+ "voted_at": "2011-12-20 12:51:44",
"user": 13,
- "content_type": 21,
+ "content_type": 24,
"object_id": 20
}
},
@@ -5954,9 +6836,9 @@
"model": "askbot.vote",
"fields": {
"vote": 1,
- "voted_at": "2011-11-29 11:22:37",
+ "voted_at": "2011-12-20 12:51:45",
"user": 14,
- "content_type": 21,
+ "content_type": 24,
"object_id": 20
}
},
@@ -5965,9 +6847,9 @@
"model": "askbot.vote",
"fields": {
"vote": 1,
- "voted_at": "2011-11-29 11:22:38",
+ "voted_at": "2011-12-20 12:51:46",
"user": 15,
- "content_type": 21,
+ "content_type": 24,
"object_id": 20
}
},
@@ -5976,9 +6858,9 @@
"model": "askbot.vote",
"fields": {
"vote": 1,
- "voted_at": "2011-11-29 11:22:39",
+ "voted_at": "2011-12-20 12:51:46",
"user": 16,
- "content_type": 21,
+ "content_type": 24,
"object_id": 20
}
},
@@ -5987,9 +6869,9 @@
"model": "askbot.vote",
"fields": {
"vote": 1,
- "voted_at": "2011-11-29 11:22:40",
+ "voted_at": "2011-12-20 12:51:47",
"user": 17,
- "content_type": 21,
+ "content_type": 24,
"object_id": 20
}
},
@@ -5998,9 +6880,9 @@
"model": "askbot.vote",
"fields": {
"vote": 1,
- "voted_at": "2011-11-29 11:22:41",
+ "voted_at": "2011-12-20 12:51:48",
"user": 18,
- "content_type": 21,
+ "content_type": 24,
"object_id": 20
}
},
@@ -6009,9 +6891,9 @@
"model": "askbot.vote",
"fields": {
"vote": 1,
- "voted_at": "2011-11-29 11:22:42",
+ "voted_at": "2011-12-20 12:51:49",
"user": 19,
- "content_type": 21,
+ "content_type": 24,
"object_id": 20
}
},
@@ -6020,9 +6902,9 @@
"model": "askbot.vote",
"fields": {
"vote": 1,
- "voted_at": "2011-11-29 11:22:44",
+ "voted_at": "2011-12-20 12:51:49",
"user": 20,
- "content_type": 21,
+ "content_type": 24,
"object_id": 20
}
},
@@ -6031,7 +6913,7 @@
"model": "askbot.vote",
"fields": {
"vote": 1,
- "voted_at": "2011-11-29 11:22:44",
+ "voted_at": "2011-12-20 12:51:49",
"user": 1,
"content_type": 16,
"object_id": 39
@@ -6042,7 +6924,7 @@
"model": "askbot.vote",
"fields": {
"vote": 1,
- "voted_at": "2011-11-29 11:22:44",
+ "voted_at": "2011-12-20 12:51:49",
"user": 1,
"content_type": 16,
"object_id": 40
@@ -6053,7 +6935,7 @@
"model": "askbot.vote",
"fields": {
"vote": 1,
- "voted_at": "2011-11-29 11:22:44",
+ "voted_at": "2011-12-20 12:51:49",
"user": 2,
"content_type": 16,
"object_id": 39
@@ -6064,7 +6946,7 @@
"model": "askbot.vote",
"fields": {
"vote": 1,
- "voted_at": "2011-11-29 11:22:44",
+ "voted_at": "2011-12-20 12:51:49",
"user": 2,
"content_type": 16,
"object_id": 40
@@ -6075,7 +6957,7 @@
"model": "askbot.vote",
"fields": {
"vote": 1,
- "voted_at": "2011-11-29 11:22:44",
+ "voted_at": "2011-12-20 12:51:49",
"user": 3,
"content_type": 16,
"object_id": 39
@@ -6086,7 +6968,7 @@
"model": "askbot.vote",
"fields": {
"vote": 1,
- "voted_at": "2011-11-29 11:22:44",
+ "voted_at": "2011-12-20 12:51:49",
"user": 3,
"content_type": 16,
"object_id": 40
@@ -6097,7 +6979,7 @@
"model": "askbot.vote",
"fields": {
"vote": 1,
- "voted_at": "2011-11-29 11:22:44",
+ "voted_at": "2011-12-20 12:51:50",
"user": 4,
"content_type": 16,
"object_id": 39
@@ -6108,7 +6990,7 @@
"model": "askbot.vote",
"fields": {
"vote": 1,
- "voted_at": "2011-11-29 11:22:44",
+ "voted_at": "2011-12-20 12:51:50",
"user": 4,
"content_type": 16,
"object_id": 40
@@ -6119,7 +7001,7 @@
"model": "askbot.vote",
"fields": {
"vote": 1,
- "voted_at": "2011-11-29 11:22:44",
+ "voted_at": "2011-12-20 12:51:50",
"user": 5,
"content_type": 16,
"object_id": 39
@@ -6130,7 +7012,7 @@
"model": "askbot.vote",
"fields": {
"vote": 1,
- "voted_at": "2011-11-29 11:22:44",
+ "voted_at": "2011-12-20 12:51:50",
"user": 5,
"content_type": 16,
"object_id": 40
@@ -6141,7 +7023,7 @@
"model": "askbot.vote",
"fields": {
"vote": 1,
- "voted_at": "2011-11-29 11:22:44",
+ "voted_at": "2011-12-20 12:51:50",
"user": 6,
"content_type": 16,
"object_id": 39
@@ -6152,7 +7034,7 @@
"model": "askbot.vote",
"fields": {
"vote": 1,
- "voted_at": "2011-11-29 11:22:44",
+ "voted_at": "2011-12-20 12:51:50",
"user": 6,
"content_type": 16,
"object_id": 40
@@ -6163,7 +7045,7 @@
"model": "askbot.vote",
"fields": {
"vote": 1,
- "voted_at": "2011-11-29 11:22:44",
+ "voted_at": "2011-12-20 12:51:50",
"user": 7,
"content_type": 16,
"object_id": 39
@@ -6174,7 +7056,7 @@
"model": "askbot.vote",
"fields": {
"vote": 1,
- "voted_at": "2011-11-29 11:22:44",
+ "voted_at": "2011-12-20 12:51:50",
"user": 7,
"content_type": 16,
"object_id": 40
@@ -6185,7 +7067,7 @@
"model": "askbot.vote",
"fields": {
"vote": 1,
- "voted_at": "2011-11-29 11:22:44",
+ "voted_at": "2011-12-20 12:51:50",
"user": 8,
"content_type": 16,
"object_id": 39
@@ -6196,7 +7078,7 @@
"model": "askbot.vote",
"fields": {
"vote": 1,
- "voted_at": "2011-11-29 11:22:44",
+ "voted_at": "2011-12-20 12:51:50",
"user": 8,
"content_type": 16,
"object_id": 40
@@ -6207,7 +7089,7 @@
"model": "askbot.vote",
"fields": {
"vote": 1,
- "voted_at": "2011-11-29 11:22:44",
+ "voted_at": "2011-12-20 12:51:50",
"user": 9,
"content_type": 16,
"object_id": 39
@@ -6218,7 +7100,7 @@
"model": "askbot.vote",
"fields": {
"vote": 1,
- "voted_at": "2011-11-29 11:22:44",
+ "voted_at": "2011-12-20 12:51:50",
"user": 9,
"content_type": 16,
"object_id": 40
@@ -6229,7 +7111,7 @@
"model": "askbot.vote",
"fields": {
"vote": 1,
- "voted_at": "2011-11-29 11:22:44",
+ "voted_at": "2011-12-20 12:51:50",
"user": 10,
"content_type": 16,
"object_id": 39
@@ -6240,7 +7122,7 @@
"model": "askbot.vote",
"fields": {
"vote": 1,
- "voted_at": "2011-11-29 11:22:44",
+ "voted_at": "2011-12-20 12:51:50",
"user": 10,
"content_type": 16,
"object_id": 40
@@ -6251,7 +7133,7 @@
"model": "askbot.vote",
"fields": {
"vote": 1,
- "voted_at": "2011-11-29 11:22:44",
+ "voted_at": "2011-12-20 12:51:50",
"user": 11,
"content_type": 16,
"object_id": 39
@@ -6262,7 +7144,7 @@
"model": "askbot.vote",
"fields": {
"vote": 1,
- "voted_at": "2011-11-29 11:22:44",
+ "voted_at": "2011-12-20 12:51:50",
"user": 11,
"content_type": 16,
"object_id": 40
@@ -6273,7 +7155,7 @@
"model": "askbot.vote",
"fields": {
"vote": 1,
- "voted_at": "2011-11-29 11:22:44",
+ "voted_at": "2011-12-20 12:51:50",
"user": 12,
"content_type": 16,
"object_id": 39
@@ -6284,7 +7166,7 @@
"model": "askbot.vote",
"fields": {
"vote": 1,
- "voted_at": "2011-11-29 11:22:44",
+ "voted_at": "2011-12-20 12:51:50",
"user": 12,
"content_type": 16,
"object_id": 40
@@ -6295,7 +7177,7 @@
"model": "askbot.vote",
"fields": {
"vote": 1,
- "voted_at": "2011-11-29 11:22:44",
+ "voted_at": "2011-12-20 12:51:50",
"user": 13,
"content_type": 16,
"object_id": 39
@@ -6306,7 +7188,7 @@
"model": "askbot.vote",
"fields": {
"vote": 1,
- "voted_at": "2011-11-29 11:22:44",
+ "voted_at": "2011-12-20 12:51:50",
"user": 13,
"content_type": 16,
"object_id": 40
@@ -6317,7 +7199,7 @@
"model": "askbot.vote",
"fields": {
"vote": 1,
- "voted_at": "2011-11-29 11:22:44",
+ "voted_at": "2011-12-20 12:51:50",
"user": 14,
"content_type": 16,
"object_id": 39
@@ -6328,7 +7210,7 @@
"model": "askbot.vote",
"fields": {
"vote": 1,
- "voted_at": "2011-11-29 11:22:44",
+ "voted_at": "2011-12-20 12:51:50",
"user": 14,
"content_type": 16,
"object_id": 40
@@ -6339,7 +7221,7 @@
"model": "askbot.vote",
"fields": {
"vote": 1,
- "voted_at": "2011-11-29 11:22:44",
+ "voted_at": "2011-12-20 12:51:50",
"user": 15,
"content_type": 16,
"object_id": 39
@@ -6350,7 +7232,7 @@
"model": "askbot.vote",
"fields": {
"vote": 1,
- "voted_at": "2011-11-29 11:22:44",
+ "voted_at": "2011-12-20 12:51:50",
"user": 15,
"content_type": 16,
"object_id": 40
@@ -6361,7 +7243,7 @@
"model": "askbot.vote",
"fields": {
"vote": 1,
- "voted_at": "2011-11-29 11:22:44",
+ "voted_at": "2011-12-20 12:51:50",
"user": 16,
"content_type": 16,
"object_id": 39
@@ -6372,7 +7254,7 @@
"model": "askbot.vote",
"fields": {
"vote": 1,
- "voted_at": "2011-11-29 11:22:44",
+ "voted_at": "2011-12-20 12:51:50",
"user": 16,
"content_type": 16,
"object_id": 40
@@ -6383,7 +7265,7 @@
"model": "askbot.vote",
"fields": {
"vote": 1,
- "voted_at": "2011-11-29 11:22:44",
+ "voted_at": "2011-12-20 12:51:50",
"user": 17,
"content_type": 16,
"object_id": 39
@@ -6394,7 +7276,7 @@
"model": "askbot.vote",
"fields": {
"vote": 1,
- "voted_at": "2011-11-29 11:22:44",
+ "voted_at": "2011-12-20 12:51:50",
"user": 17,
"content_type": 16,
"object_id": 40
@@ -6405,7 +7287,7 @@
"model": "askbot.vote",
"fields": {
"vote": 1,
- "voted_at": "2011-11-29 11:22:44",
+ "voted_at": "2011-12-20 12:51:50",
"user": 18,
"content_type": 16,
"object_id": 39
@@ -6416,7 +7298,7 @@
"model": "askbot.vote",
"fields": {
"vote": 1,
- "voted_at": "2011-11-29 11:22:44",
+ "voted_at": "2011-12-20 12:51:50",
"user": 18,
"content_type": 16,
"object_id": 40
@@ -6427,7 +7309,7 @@
"model": "askbot.vote",
"fields": {
"vote": 1,
- "voted_at": "2011-11-29 11:22:44",
+ "voted_at": "2011-12-20 12:51:50",
"user": 19,
"content_type": 16,
"object_id": 39
@@ -6438,7 +7320,7 @@
"model": "askbot.vote",
"fields": {
"vote": 1,
- "voted_at": "2011-11-29 11:22:44",
+ "voted_at": "2011-12-20 12:51:50",
"user": 19,
"content_type": 16,
"object_id": 40
@@ -6451,11 +7333,11 @@
"comment": "Accelerator photo sharing business school drop out ramen\n hustle crush it revenue traction platforms.",
"score": 19,
"object_id": 20,
- "added_at": "2011-11-29 11:22:43",
+ "added_at": "2011-12-20 12:51:49",
"offensive_flag_count": 0,
"html": "<p>Accelerator photo sharing business school drop out ramen\n hustle crush it revenue traction platforms.</p>\n",
"user": 20,
- "content_type": 21
+ "content_type": 24
}
},
{
@@ -6465,11 +7347,11 @@
"comment": "Accelerator photo sharing business school drop out ramen\n hustle crush it revenue traction platforms.",
"score": 19,
"object_id": 40,
- "added_at": "2011-11-29 11:22:42",
+ "added_at": "2011-12-20 12:51:49",
"offensive_flag_count": 0,
"html": "<p>Accelerator photo sharing business school drop out ramen\n hustle crush it revenue traction platforms.</p>\n",
"user": 20,
- "content_type": 17
+ "content_type": 20
}
},
{
@@ -6479,11 +7361,11 @@
"comment": "Main differentiators business model micro economics\n marketplace equity augmented reality human computer",
"score": 0,
"object_id": 20,
- "added_at": "2011-11-29 11:22:42",
+ "added_at": "2011-12-20 12:51:48",
"offensive_flag_count": 0,
"html": "<p>Main differentiators business model micro economics\n marketplace equity augmented reality human computer</p>\n",
"user": 19,
- "content_type": 21
+ "content_type": 24
}
},
{
@@ -6493,11 +7375,11 @@
"comment": "Main differentiators business model micro economics\n marketplace equity augmented reality human computer",
"score": 0,
"object_id": 40,
- "added_at": "2011-11-29 11:22:41",
+ "added_at": "2011-12-20 12:51:48",
"offensive_flag_count": 0,
"html": "<p>Main differentiators business model micro economics\n marketplace equity augmented reality human computer</p>\n",
"user": 19,
- "content_type": 17
+ "content_type": 20
}
},
{
@@ -6507,11 +7389,11 @@
"comment": "Main differentiators business model micro economics\n marketplace equity augmented reality human computer",
"score": 0,
"object_id": 20,
- "added_at": "2011-11-29 11:22:41",
+ "added_at": "2011-12-20 12:51:47",
"offensive_flag_count": 0,
"html": "<p>Main differentiators business model micro economics\n marketplace equity augmented reality human computer</p>\n",
"user": 18,
- "content_type": 21
+ "content_type": 24
}
},
{
@@ -6521,11 +7403,11 @@
"comment": "Main differentiators business model micro economics\n marketplace equity augmented reality human computer",
"score": 0,
"object_id": 40,
- "added_at": "2011-11-29 11:22:40",
+ "added_at": "2011-12-20 12:51:47",
"offensive_flag_count": 0,
"html": "<p>Main differentiators business model micro economics\n marketplace equity augmented reality human computer</p>\n",
"user": 18,
- "content_type": 17
+ "content_type": 20
}
},
{
@@ -6535,11 +7417,11 @@
"comment": "Main differentiators business model micro economics\n marketplace equity augmented reality human computer",
"score": 0,
"object_id": 20,
- "added_at": "2011-11-29 11:22:39",
+ "added_at": "2011-12-20 12:51:47",
"offensive_flag_count": 0,
"html": "<p>Main differentiators business model micro economics\n marketplace equity augmented reality human computer</p>\n",
"user": 17,
- "content_type": 21
+ "content_type": 24
}
},
{
@@ -6549,11 +7431,11 @@
"comment": "Main differentiators business model micro economics\n marketplace equity augmented reality human computer",
"score": 0,
"object_id": 40,
- "added_at": "2011-11-29 11:22:39",
+ "added_at": "2011-12-20 12:51:46",
"offensive_flag_count": 0,
"html": "<p>Main differentiators business model micro economics\n marketplace equity augmented reality human computer</p>\n",
"user": 17,
- "content_type": 17
+ "content_type": 20
}
},
{
@@ -6563,11 +7445,11 @@
"comment": "Main differentiators business model micro economics\n marketplace equity augmented reality human computer",
"score": 0,
"object_id": 20,
- "added_at": "2011-11-29 11:22:38",
+ "added_at": "2011-12-20 12:51:46",
"offensive_flag_count": 0,
"html": "<p>Main differentiators business model micro economics\n marketplace equity augmented reality human computer</p>\n",
"user": 16,
- "content_type": 21
+ "content_type": 24
}
},
{
@@ -6577,11 +7459,11 @@
"comment": "Main differentiators business model micro economics\n marketplace equity augmented reality human computer",
"score": 0,
"object_id": 40,
- "added_at": "2011-11-29 11:22:38",
+ "added_at": "2011-12-20 12:51:46",
"offensive_flag_count": 0,
"html": "<p>Main differentiators business model micro economics\n marketplace equity augmented reality human computer</p>\n",
"user": 16,
- "content_type": 17
+ "content_type": 20
}
},
{
@@ -6591,11 +7473,11 @@
"comment": "Main differentiators business model micro economics\n marketplace equity augmented reality human computer",
"score": 0,
"object_id": 20,
- "added_at": "2011-11-29 11:22:37",
+ "added_at": "2011-12-20 12:51:45",
"offensive_flag_count": 0,
"html": "<p>Main differentiators business model micro economics\n marketplace equity augmented reality human computer</p>\n",
"user": 15,
- "content_type": 21
+ "content_type": 24
}
},
{
@@ -6605,11 +7487,11 @@
"comment": "Main differentiators business model micro economics\n marketplace equity augmented reality human computer",
"score": 0,
"object_id": 40,
- "added_at": "2011-11-29 11:22:37",
+ "added_at": "2011-12-20 12:51:45",
"offensive_flag_count": 0,
"html": "<p>Main differentiators business model micro economics\n marketplace equity augmented reality human computer</p>\n",
"user": 15,
- "content_type": 17
+ "content_type": 20
}
},
{
@@ -6619,11 +7501,11 @@
"comment": "Main differentiators business model micro economics\n marketplace equity augmented reality human computer",
"score": 0,
"object_id": 20,
- "added_at": "2011-11-29 11:22:36",
+ "added_at": "2011-12-20 12:51:45",
"offensive_flag_count": 0,
"html": "<p>Main differentiators business model micro economics\n marketplace equity augmented reality human computer</p>\n",
"user": 14,
- "content_type": 21
+ "content_type": 24
}
},
{
@@ -6633,11 +7515,11 @@
"comment": "Main differentiators business model micro economics\n marketplace equity augmented reality human computer",
"score": 0,
"object_id": 40,
- "added_at": "2011-11-29 11:22:36",
+ "added_at": "2011-12-20 12:51:44",
"offensive_flag_count": 0,
"html": "<p>Main differentiators business model micro economics\n marketplace equity augmented reality human computer</p>\n",
"user": 14,
- "content_type": 17
+ "content_type": 20
}
},
{
@@ -6647,11 +7529,11 @@
"comment": "Main differentiators business model micro economics\n marketplace equity augmented reality human computer",
"score": 0,
"object_id": 20,
- "added_at": "2011-11-29 11:22:35",
+ "added_at": "2011-12-20 12:51:44",
"offensive_flag_count": 0,
"html": "<p>Main differentiators business model micro economics\n marketplace equity augmented reality human computer</p>\n",
"user": 13,
- "content_type": 21
+ "content_type": 24
}
},
{
@@ -6661,11 +7543,11 @@
"comment": "Main differentiators business model micro economics\n marketplace equity augmented reality human computer",
"score": 0,
"object_id": 40,
- "added_at": "2011-11-29 11:22:35",
+ "added_at": "2011-12-20 12:51:44",
"offensive_flag_count": 0,
"html": "<p>Main differentiators business model micro economics\n marketplace equity augmented reality human computer</p>\n",
"user": 13,
- "content_type": 17
+ "content_type": 20
}
},
{
@@ -6675,11 +7557,11 @@
"comment": "Main differentiators business model micro economics\n marketplace equity augmented reality human computer",
"score": 0,
"object_id": 20,
- "added_at": "2011-11-29 11:22:34",
+ "added_at": "2011-12-20 12:51:43",
"offensive_flag_count": 0,
"html": "<p>Main differentiators business model micro economics\n marketplace equity augmented reality human computer</p>\n",
"user": 12,
- "content_type": 21
+ "content_type": 24
}
},
{
@@ -6689,11 +7571,11 @@
"comment": "Main differentiators business model micro economics\n marketplace equity augmented reality human computer",
"score": 0,
"object_id": 40,
- "added_at": "2011-11-29 11:22:34",
+ "added_at": "2011-12-20 12:51:43",
"offensive_flag_count": 0,
"html": "<p>Main differentiators business model micro economics\n marketplace equity augmented reality human computer</p>\n",
"user": 12,
- "content_type": 17
+ "content_type": 20
}
},
{
@@ -6703,11 +7585,11 @@
"comment": "Main differentiators business model micro economics\n marketplace equity augmented reality human computer",
"score": 0,
"object_id": 20,
- "added_at": "2011-11-29 11:22:33",
+ "added_at": "2011-12-20 12:51:43",
"offensive_flag_count": 0,
"html": "<p>Main differentiators business model micro economics\n marketplace equity augmented reality human computer</p>\n",
"user": 11,
- "content_type": 21
+ "content_type": 24
}
},
{
@@ -6717,11 +7599,11 @@
"comment": "Main differentiators business model micro economics\n marketplace equity augmented reality human computer",
"score": 0,
"object_id": 40,
- "added_at": "2011-11-29 11:22:33",
+ "added_at": "2011-12-20 12:51:42",
"offensive_flag_count": 0,
"html": "<p>Main differentiators business model micro economics\n marketplace equity augmented reality human computer</p>\n",
"user": 11,
- "content_type": 17
+ "content_type": 20
}
},
{
@@ -6731,11 +7613,11 @@
"comment": "Main differentiators business model micro economics\n marketplace equity augmented reality human computer",
"score": 0,
"object_id": 20,
- "added_at": "2011-11-29 11:22:33",
+ "added_at": "2011-12-20 12:51:42",
"offensive_flag_count": 0,
"html": "<p>Main differentiators business model micro economics\n marketplace equity augmented reality human computer</p>\n",
"user": 10,
- "content_type": 21
+ "content_type": 24
}
},
{
@@ -6745,11 +7627,11 @@
"comment": "Main differentiators business model micro economics\n marketplace equity augmented reality human computer",
"score": 0,
"object_id": 40,
- "added_at": "2011-11-29 11:22:32",
+ "added_at": "2011-12-20 12:51:42",
"offensive_flag_count": 0,
"html": "<p>Main differentiators business model micro economics\n marketplace equity augmented reality human computer</p>\n",
"user": 10,
- "content_type": 17
+ "content_type": 20
}
},
{
@@ -6759,11 +7641,11 @@
"comment": "Main differentiators business model micro economics\n marketplace equity augmented reality human computer",
"score": 0,
"object_id": 20,
- "added_at": "2011-11-29 11:22:32",
+ "added_at": "2011-12-20 12:51:42",
"offensive_flag_count": 0,
"html": "<p>Main differentiators business model micro economics\n marketplace equity augmented reality human computer</p>\n",
"user": 9,
- "content_type": 21
+ "content_type": 24
}
},
{
@@ -6773,11 +7655,11 @@
"comment": "Main differentiators business model micro economics\n marketplace equity augmented reality human computer",
"score": 0,
"object_id": 40,
- "added_at": "2011-11-29 11:22:32",
+ "added_at": "2011-12-20 12:51:41",
"offensive_flag_count": 0,
"html": "<p>Main differentiators business model micro economics\n marketplace equity augmented reality human computer</p>\n",
"user": 9,
- "content_type": 17
+ "content_type": 20
}
},
{
@@ -6787,11 +7669,11 @@
"comment": "Main differentiators business model micro economics\n marketplace equity augmented reality human computer",
"score": 0,
"object_id": 20,
- "added_at": "2011-11-29 11:22:31",
+ "added_at": "2011-12-20 12:51:41",
"offensive_flag_count": 0,
"html": "<p>Main differentiators business model micro economics\n marketplace equity augmented reality human computer</p>\n",
"user": 8,
- "content_type": 21
+ "content_type": 24
}
},
{
@@ -6801,11 +7683,11 @@
"comment": "Main differentiators business model micro economics\n marketplace equity augmented reality human computer",
"score": 0,
"object_id": 40,
- "added_at": "2011-11-29 11:22:31",
+ "added_at": "2011-12-20 12:51:41",
"offensive_flag_count": 0,
"html": "<p>Main differentiators business model micro economics\n marketplace equity augmented reality human computer</p>\n",
"user": 8,
- "content_type": 17
+ "content_type": 20
}
},
{
@@ -6815,11 +7697,11 @@
"comment": "Main differentiators business model micro economics\n marketplace equity augmented reality human computer",
"score": 0,
"object_id": 20,
- "added_at": "2011-11-29 11:22:31",
+ "added_at": "2011-12-20 12:51:41",
"offensive_flag_count": 0,
"html": "<p>Main differentiators business model micro economics\n marketplace equity augmented reality human computer</p>\n",
"user": 7,
- "content_type": 21
+ "content_type": 24
}
},
{
@@ -6829,11 +7711,11 @@
"comment": "Main differentiators business model micro economics\n marketplace equity augmented reality human computer",
"score": 0,
"object_id": 40,
- "added_at": "2011-11-29 11:22:30",
+ "added_at": "2011-12-20 12:51:40",
"offensive_flag_count": 0,
"html": "<p>Main differentiators business model micro economics\n marketplace equity augmented reality human computer</p>\n",
"user": 7,
- "content_type": 17
+ "content_type": 20
}
},
{
@@ -6843,11 +7725,11 @@
"comment": "Main differentiators business model micro economics\n marketplace equity augmented reality human computer",
"score": 0,
"object_id": 20,
- "added_at": "2011-11-29 11:22:30",
+ "added_at": "2011-12-20 12:51:40",
"offensive_flag_count": 0,
"html": "<p>Main differentiators business model micro economics\n marketplace equity augmented reality human computer</p>\n",
"user": 6,
- "content_type": 21
+ "content_type": 24
}
},
{
@@ -6857,11 +7739,11 @@
"comment": "Main differentiators business model micro economics\n marketplace equity augmented reality human computer",
"score": 0,
"object_id": 40,
- "added_at": "2011-11-29 11:22:30",
+ "added_at": "2011-12-20 12:51:40",
"offensive_flag_count": 0,
"html": "<p>Main differentiators business model micro economics\n marketplace equity augmented reality human computer</p>\n",
"user": 6,
- "content_type": 17
+ "content_type": 20
}
},
{
@@ -6871,11 +7753,11 @@
"comment": "Main differentiators business model micro economics\n marketplace equity augmented reality human computer",
"score": 0,
"object_id": 20,
- "added_at": "2011-11-29 11:22:30",
+ "added_at": "2011-12-20 12:51:40",
"offensive_flag_count": 0,
"html": "<p>Main differentiators business model micro economics\n marketplace equity augmented reality human computer</p>\n",
"user": 5,
- "content_type": 21
+ "content_type": 24
}
},
{
@@ -6885,11 +7767,11 @@
"comment": "Main differentiators business model micro economics\n marketplace equity augmented reality human computer",
"score": 0,
"object_id": 40,
- "added_at": "2011-11-29 11:22:29",
+ "added_at": "2011-12-20 12:51:40",
"offensive_flag_count": 0,
"html": "<p>Main differentiators business model micro economics\n marketplace equity augmented reality human computer</p>\n",
"user": 5,
- "content_type": 17
+ "content_type": 20
}
},
{
@@ -6899,11 +7781,11 @@
"comment": "Main differentiators business model micro economics\n marketplace equity augmented reality human computer",
"score": 0,
"object_id": 20,
- "added_at": "2011-11-29 11:22:29",
+ "added_at": "2011-12-20 12:51:39",
"offensive_flag_count": 0,
"html": "<p>Main differentiators business model micro economics\n marketplace equity augmented reality human computer</p>\n",
"user": 4,
- "content_type": 21
+ "content_type": 24
}
},
{
@@ -6913,11 +7795,11 @@
"comment": "Main differentiators business model micro economics\n marketplace equity augmented reality human computer",
"score": 0,
"object_id": 40,
- "added_at": "2011-11-29 11:22:29",
+ "added_at": "2011-12-20 12:51:39",
"offensive_flag_count": 0,
"html": "<p>Main differentiators business model micro economics\n marketplace equity augmented reality human computer</p>\n",
"user": 4,
- "content_type": 17
+ "content_type": 20
}
},
{
@@ -6927,11 +7809,11 @@
"comment": "Main differentiators business model micro economics\n marketplace equity augmented reality human computer",
"score": 0,
"object_id": 20,
- "added_at": "2011-11-29 11:22:29",
+ "added_at": "2011-12-20 12:51:39",
"offensive_flag_count": 0,
"html": "<p>Main differentiators business model micro economics\n marketplace equity augmented reality human computer</p>\n",
"user": 3,
- "content_type": 21
+ "content_type": 24
}
},
{
@@ -6941,11 +7823,11 @@
"comment": "Main differentiators business model micro economics\n marketplace equity augmented reality human computer",
"score": 0,
"object_id": 40,
- "added_at": "2011-11-29 11:22:29",
+ "added_at": "2011-12-20 12:51:39",
"offensive_flag_count": 0,
"html": "<p>Main differentiators business model micro economics\n marketplace equity augmented reality human computer</p>\n",
"user": 3,
- "content_type": 17
+ "content_type": 20
}
},
{
@@ -6955,11 +7837,11 @@
"comment": "Main differentiators business model micro economics\n marketplace equity augmented reality human computer",
"score": 0,
"object_id": 20,
- "added_at": "2011-11-29 11:22:28",
+ "added_at": "2011-12-20 12:51:39",
"offensive_flag_count": 0,
"html": "<p>Main differentiators business model micro economics\n marketplace equity augmented reality human computer</p>\n",
"user": 2,
- "content_type": 21
+ "content_type": 24
}
},
{
@@ -6969,11 +7851,11 @@
"comment": "Main differentiators business model micro economics\n marketplace equity augmented reality human computer",
"score": 0,
"object_id": 40,
- "added_at": "2011-11-29 11:22:28",
+ "added_at": "2011-12-20 12:51:39",
"offensive_flag_count": 0,
"html": "<p>Main differentiators business model micro economics\n marketplace equity augmented reality human computer</p>\n",
"user": 2,
- "content_type": 17
+ "content_type": 20
}
},
{
@@ -6983,11 +7865,11 @@
"comment": "Main differentiators business model micro economics\n marketplace equity augmented reality human computer",
"score": 0,
"object_id": 20,
- "added_at": "2011-11-29 11:22:28",
+ "added_at": "2011-12-20 12:51:38",
"offensive_flag_count": 0,
"html": "<p>Main differentiators business model micro economics\n marketplace equity augmented reality human computer</p>\n",
"user": 1,
- "content_type": 21
+ "content_type": 24
}
},
{
@@ -6997,11 +7879,2025 @@
"comment": "Main differentiators business model micro economics\n marketplace equity augmented reality human computer",
"score": 0,
"object_id": 40,
- "added_at": "2011-11-29 11:22:28",
+ "added_at": "2011-12-20 12:51:38",
"offensive_flag_count": 0,
"html": "<p>Main differentiators business model micro economics\n marketplace equity augmented reality human computer</p>\n",
"user": 1,
- "content_type": 17
+ "content_type": 20
+ }
+ },
+ {
+ "pk": 1,
+ "model": "askbot.tag",
+ "fields": {
+ "name": "tag-1-0",
+ "deleted": false,
+ "created_by": 1,
+ "deleted_by": null,
+ "used_count": 1,
+ "deleted_at": null
+ }
+ },
+ {
+ "pk": 2,
+ "model": "askbot.tag",
+ "fields": {
+ "name": "tag-1-1",
+ "deleted": false,
+ "created_by": 1,
+ "deleted_by": null,
+ "used_count": 1,
+ "deleted_at": null
+ }
+ },
+ {
+ "pk": 20,
+ "model": "askbot.tag",
+ "fields": {
+ "name": "tag-10-0",
+ "deleted": false,
+ "created_by": 10,
+ "deleted_by": null,
+ "used_count": 1,
+ "deleted_at": null
+ }
+ },
+ {
+ "pk": 19,
+ "model": "askbot.tag",
+ "fields": {
+ "name": "tag-10-1",
+ "deleted": false,
+ "created_by": 10,
+ "deleted_by": null,
+ "used_count": 1,
+ "deleted_at": null
+ }
+ },
+ {
+ "pk": 21,
+ "model": "askbot.tag",
+ "fields": {
+ "name": "tag-11-0",
+ "deleted": false,
+ "created_by": 11,
+ "deleted_by": null,
+ "used_count": 1,
+ "deleted_at": null
+ }
+ },
+ {
+ "pk": 22,
+ "model": "askbot.tag",
+ "fields": {
+ "name": "tag-11-1",
+ "deleted": false,
+ "created_by": 11,
+ "deleted_by": null,
+ "used_count": 1,
+ "deleted_at": null
+ }
+ },
+ {
+ "pk": 24,
+ "model": "askbot.tag",
+ "fields": {
+ "name": "tag-12-0",
+ "deleted": false,
+ "created_by": 12,
+ "deleted_by": null,
+ "used_count": 1,
+ "deleted_at": null
+ }
+ },
+ {
+ "pk": 23,
+ "model": "askbot.tag",
+ "fields": {
+ "name": "tag-12-1",
+ "deleted": false,
+ "created_by": 12,
+ "deleted_by": null,
+ "used_count": 1,
+ "deleted_at": null
+ }
+ },
+ {
+ "pk": 25,
+ "model": "askbot.tag",
+ "fields": {
+ "name": "tag-13-0",
+ "deleted": false,
+ "created_by": 13,
+ "deleted_by": null,
+ "used_count": 1,
+ "deleted_at": null
+ }
+ },
+ {
+ "pk": 26,
+ "model": "askbot.tag",
+ "fields": {
+ "name": "tag-13-1",
+ "deleted": false,
+ "created_by": 13,
+ "deleted_by": null,
+ "used_count": 1,
+ "deleted_at": null
+ }
+ },
+ {
+ "pk": 28,
+ "model": "askbot.tag",
+ "fields": {
+ "name": "tag-14-0",
+ "deleted": false,
+ "created_by": 14,
+ "deleted_by": null,
+ "used_count": 1,
+ "deleted_at": null
+ }
+ },
+ {
+ "pk": 27,
+ "model": "askbot.tag",
+ "fields": {
+ "name": "tag-14-1",
+ "deleted": false,
+ "created_by": 14,
+ "deleted_by": null,
+ "used_count": 1,
+ "deleted_at": null
+ }
+ },
+ {
+ "pk": 29,
+ "model": "askbot.tag",
+ "fields": {
+ "name": "tag-15-0",
+ "deleted": false,
+ "created_by": 15,
+ "deleted_by": null,
+ "used_count": 1,
+ "deleted_at": null
+ }
+ },
+ {
+ "pk": 30,
+ "model": "askbot.tag",
+ "fields": {
+ "name": "tag-15-1",
+ "deleted": false,
+ "created_by": 15,
+ "deleted_by": null,
+ "used_count": 1,
+ "deleted_at": null
+ }
+ },
+ {
+ "pk": 32,
+ "model": "askbot.tag",
+ "fields": {
+ "name": "tag-16-0",
+ "deleted": false,
+ "created_by": 16,
+ "deleted_by": null,
+ "used_count": 1,
+ "deleted_at": null
+ }
+ },
+ {
+ "pk": 31,
+ "model": "askbot.tag",
+ "fields": {
+ "name": "tag-16-1",
+ "deleted": false,
+ "created_by": 16,
+ "deleted_by": null,
+ "used_count": 1,
+ "deleted_at": null
+ }
+ },
+ {
+ "pk": 33,
+ "model": "askbot.tag",
+ "fields": {
+ "name": "tag-17-0",
+ "deleted": false,
+ "created_by": 17,
+ "deleted_by": null,
+ "used_count": 1,
+ "deleted_at": null
+ }
+ },
+ {
+ "pk": 34,
+ "model": "askbot.tag",
+ "fields": {
+ "name": "tag-17-1",
+ "deleted": false,
+ "created_by": 17,
+ "deleted_by": null,
+ "used_count": 1,
+ "deleted_at": null
+ }
+ },
+ {
+ "pk": 36,
+ "model": "askbot.tag",
+ "fields": {
+ "name": "tag-18-0",
+ "deleted": false,
+ "created_by": 18,
+ "deleted_by": null,
+ "used_count": 1,
+ "deleted_at": null
+ }
+ },
+ {
+ "pk": 35,
+ "model": "askbot.tag",
+ "fields": {
+ "name": "tag-18-1",
+ "deleted": false,
+ "created_by": 18,
+ "deleted_by": null,
+ "used_count": 1,
+ "deleted_at": null
+ }
+ },
+ {
+ "pk": 37,
+ "model": "askbot.tag",
+ "fields": {
+ "name": "tag-19-0",
+ "deleted": false,
+ "created_by": 19,
+ "deleted_by": null,
+ "used_count": 1,
+ "deleted_at": null
+ }
+ },
+ {
+ "pk": 38,
+ "model": "askbot.tag",
+ "fields": {
+ "name": "tag-19-1",
+ "deleted": false,
+ "created_by": 19,
+ "deleted_by": null,
+ "used_count": 1,
+ "deleted_at": null
+ }
+ },
+ {
+ "pk": 4,
+ "model": "askbot.tag",
+ "fields": {
+ "name": "tag-2-0",
+ "deleted": false,
+ "created_by": 2,
+ "deleted_by": null,
+ "used_count": 1,
+ "deleted_at": null
+ }
+ },
+ {
+ "pk": 3,
+ "model": "askbot.tag",
+ "fields": {
+ "name": "tag-2-1",
+ "deleted": false,
+ "created_by": 2,
+ "deleted_by": null,
+ "used_count": 1,
+ "deleted_at": null
+ }
+ },
+ {
+ "pk": 39,
+ "model": "askbot.tag",
+ "fields": {
+ "name": "tag-20-0",
+ "deleted": false,
+ "created_by": 20,
+ "deleted_by": null,
+ "used_count": 1,
+ "deleted_at": null
+ }
+ },
+ {
+ "pk": 40,
+ "model": "askbot.tag",
+ "fields": {
+ "name": "tag-20-1",
+ "deleted": false,
+ "created_by": 20,
+ "deleted_by": null,
+ "used_count": 1,
+ "deleted_at": null
+ }
+ },
+ {
+ "pk": 42,
+ "model": "askbot.tag",
+ "fields": {
+ "name": "tag-21-0",
+ "deleted": false,
+ "created_by": 21,
+ "deleted_by": null,
+ "used_count": 1,
+ "deleted_at": null
+ }
+ },
+ {
+ "pk": 41,
+ "model": "askbot.tag",
+ "fields": {
+ "name": "tag-21-1",
+ "deleted": false,
+ "created_by": 21,
+ "deleted_by": null,
+ "used_count": 1,
+ "deleted_at": null
+ }
+ },
+ {
+ "pk": 43,
+ "model": "askbot.tag",
+ "fields": {
+ "name": "tag-22-0",
+ "deleted": false,
+ "created_by": 22,
+ "deleted_by": null,
+ "used_count": 1,
+ "deleted_at": null
+ }
+ },
+ {
+ "pk": 44,
+ "model": "askbot.tag",
+ "fields": {
+ "name": "tag-22-1",
+ "deleted": false,
+ "created_by": 22,
+ "deleted_by": null,
+ "used_count": 1,
+ "deleted_at": null
+ }
+ },
+ {
+ "pk": 46,
+ "model": "askbot.tag",
+ "fields": {
+ "name": "tag-23-0",
+ "deleted": false,
+ "created_by": 23,
+ "deleted_by": null,
+ "used_count": 1,
+ "deleted_at": null
+ }
+ },
+ {
+ "pk": 45,
+ "model": "askbot.tag",
+ "fields": {
+ "name": "tag-23-1",
+ "deleted": false,
+ "created_by": 23,
+ "deleted_by": null,
+ "used_count": 1,
+ "deleted_at": null
+ }
+ },
+ {
+ "pk": 47,
+ "model": "askbot.tag",
+ "fields": {
+ "name": "tag-24-0",
+ "deleted": false,
+ "created_by": 24,
+ "deleted_by": null,
+ "used_count": 1,
+ "deleted_at": null
+ }
+ },
+ {
+ "pk": 48,
+ "model": "askbot.tag",
+ "fields": {
+ "name": "tag-24-1",
+ "deleted": false,
+ "created_by": 24,
+ "deleted_by": null,
+ "used_count": 1,
+ "deleted_at": null
+ }
+ },
+ {
+ "pk": 50,
+ "model": "askbot.tag",
+ "fields": {
+ "name": "tag-25-0",
+ "deleted": false,
+ "created_by": 25,
+ "deleted_by": null,
+ "used_count": 1,
+ "deleted_at": null
+ }
+ },
+ {
+ "pk": 49,
+ "model": "askbot.tag",
+ "fields": {
+ "name": "tag-25-1",
+ "deleted": false,
+ "created_by": 25,
+ "deleted_by": null,
+ "used_count": 1,
+ "deleted_at": null
+ }
+ },
+ {
+ "pk": 51,
+ "model": "askbot.tag",
+ "fields": {
+ "name": "tag-26-0",
+ "deleted": false,
+ "created_by": 26,
+ "deleted_by": null,
+ "used_count": 1,
+ "deleted_at": null
+ }
+ },
+ {
+ "pk": 52,
+ "model": "askbot.tag",
+ "fields": {
+ "name": "tag-26-1",
+ "deleted": false,
+ "created_by": 26,
+ "deleted_by": null,
+ "used_count": 1,
+ "deleted_at": null
+ }
+ },
+ {
+ "pk": 54,
+ "model": "askbot.tag",
+ "fields": {
+ "name": "tag-27-0",
+ "deleted": false,
+ "created_by": 27,
+ "deleted_by": null,
+ "used_count": 1,
+ "deleted_at": null
+ }
+ },
+ {
+ "pk": 53,
+ "model": "askbot.tag",
+ "fields": {
+ "name": "tag-27-1",
+ "deleted": false,
+ "created_by": 27,
+ "deleted_by": null,
+ "used_count": 1,
+ "deleted_at": null
+ }
+ },
+ {
+ "pk": 55,
+ "model": "askbot.tag",
+ "fields": {
+ "name": "tag-28-0",
+ "deleted": false,
+ "created_by": 28,
+ "deleted_by": null,
+ "used_count": 1,
+ "deleted_at": null
+ }
+ },
+ {
+ "pk": 56,
+ "model": "askbot.tag",
+ "fields": {
+ "name": "tag-28-1",
+ "deleted": false,
+ "created_by": 28,
+ "deleted_by": null,
+ "used_count": 1,
+ "deleted_at": null
+ }
+ },
+ {
+ "pk": 58,
+ "model": "askbot.tag",
+ "fields": {
+ "name": "tag-29-0",
+ "deleted": false,
+ "created_by": 29,
+ "deleted_by": null,
+ "used_count": 1,
+ "deleted_at": null
+ }
+ },
+ {
+ "pk": 57,
+ "model": "askbot.tag",
+ "fields": {
+ "name": "tag-29-1",
+ "deleted": false,
+ "created_by": 29,
+ "deleted_by": null,
+ "used_count": 1,
+ "deleted_at": null
+ }
+ },
+ {
+ "pk": 5,
+ "model": "askbot.tag",
+ "fields": {
+ "name": "tag-3-0",
+ "deleted": false,
+ "created_by": 3,
+ "deleted_by": null,
+ "used_count": 1,
+ "deleted_at": null
+ }
+ },
+ {
+ "pk": 6,
+ "model": "askbot.tag",
+ "fields": {
+ "name": "tag-3-1",
+ "deleted": false,
+ "created_by": 3,
+ "deleted_by": null,
+ "used_count": 1,
+ "deleted_at": null
+ }
+ },
+ {
+ "pk": 60,
+ "model": "askbot.tag",
+ "fields": {
+ "name": "tag-30-0",
+ "deleted": false,
+ "created_by": 30,
+ "deleted_by": null,
+ "used_count": 1,
+ "deleted_at": null
+ }
+ },
+ {
+ "pk": 59,
+ "model": "askbot.tag",
+ "fields": {
+ "name": "tag-30-1",
+ "deleted": false,
+ "created_by": 30,
+ "deleted_by": null,
+ "used_count": 1,
+ "deleted_at": null
+ }
+ },
+ {
+ "pk": 61,
+ "model": "askbot.tag",
+ "fields": {
+ "name": "tag-31-0",
+ "deleted": false,
+ "created_by": 31,
+ "deleted_by": null,
+ "used_count": 1,
+ "deleted_at": null
+ }
+ },
+ {
+ "pk": 62,
+ "model": "askbot.tag",
+ "fields": {
+ "name": "tag-31-1",
+ "deleted": false,
+ "created_by": 31,
+ "deleted_by": null,
+ "used_count": 1,
+ "deleted_at": null
+ }
+ },
+ {
+ "pk": 64,
+ "model": "askbot.tag",
+ "fields": {
+ "name": "tag-32-0",
+ "deleted": false,
+ "created_by": 32,
+ "deleted_by": null,
+ "used_count": 1,
+ "deleted_at": null
+ }
+ },
+ {
+ "pk": 63,
+ "model": "askbot.tag",
+ "fields": {
+ "name": "tag-32-1",
+ "deleted": false,
+ "created_by": 32,
+ "deleted_by": null,
+ "used_count": 1,
+ "deleted_at": null
+ }
+ },
+ {
+ "pk": 65,
+ "model": "askbot.tag",
+ "fields": {
+ "name": "tag-33-0",
+ "deleted": false,
+ "created_by": 33,
+ "deleted_by": null,
+ "used_count": 1,
+ "deleted_at": null
+ }
+ },
+ {
+ "pk": 66,
+ "model": "askbot.tag",
+ "fields": {
+ "name": "tag-33-1",
+ "deleted": false,
+ "created_by": 33,
+ "deleted_by": null,
+ "used_count": 1,
+ "deleted_at": null
+ }
+ },
+ {
+ "pk": 68,
+ "model": "askbot.tag",
+ "fields": {
+ "name": "tag-34-0",
+ "deleted": false,
+ "created_by": 34,
+ "deleted_by": null,
+ "used_count": 1,
+ "deleted_at": null
+ }
+ },
+ {
+ "pk": 67,
+ "model": "askbot.tag",
+ "fields": {
+ "name": "tag-34-1",
+ "deleted": false,
+ "created_by": 34,
+ "deleted_by": null,
+ "used_count": 1,
+ "deleted_at": null
+ }
+ },
+ {
+ "pk": 69,
+ "model": "askbot.tag",
+ "fields": {
+ "name": "tag-35-0",
+ "deleted": false,
+ "created_by": 35,
+ "deleted_by": null,
+ "used_count": 1,
+ "deleted_at": null
+ }
+ },
+ {
+ "pk": 70,
+ "model": "askbot.tag",
+ "fields": {
+ "name": "tag-35-1",
+ "deleted": false,
+ "created_by": 35,
+ "deleted_by": null,
+ "used_count": 1,
+ "deleted_at": null
+ }
+ },
+ {
+ "pk": 72,
+ "model": "askbot.tag",
+ "fields": {
+ "name": "tag-36-0",
+ "deleted": false,
+ "created_by": 36,
+ "deleted_by": null,
+ "used_count": 1,
+ "deleted_at": null
+ }
+ },
+ {
+ "pk": 71,
+ "model": "askbot.tag",
+ "fields": {
+ "name": "tag-36-1",
+ "deleted": false,
+ "created_by": 36,
+ "deleted_by": null,
+ "used_count": 1,
+ "deleted_at": null
+ }
+ },
+ {
+ "pk": 73,
+ "model": "askbot.tag",
+ "fields": {
+ "name": "tag-37-0",
+ "deleted": false,
+ "created_by": 37,
+ "deleted_by": null,
+ "used_count": 1,
+ "deleted_at": null
+ }
+ },
+ {
+ "pk": 74,
+ "model": "askbot.tag",
+ "fields": {
+ "name": "tag-37-1",
+ "deleted": false,
+ "created_by": 37,
+ "deleted_by": null,
+ "used_count": 1,
+ "deleted_at": null
+ }
+ },
+ {
+ "pk": 76,
+ "model": "askbot.tag",
+ "fields": {
+ "name": "tag-38-0",
+ "deleted": false,
+ "created_by": 38,
+ "deleted_by": null,
+ "used_count": 1,
+ "deleted_at": null
+ }
+ },
+ {
+ "pk": 75,
+ "model": "askbot.tag",
+ "fields": {
+ "name": "tag-38-1",
+ "deleted": false,
+ "created_by": 38,
+ "deleted_by": null,
+ "used_count": 1,
+ "deleted_at": null
+ }
+ },
+ {
+ "pk": 77,
+ "model": "askbot.tag",
+ "fields": {
+ "name": "tag-39-0",
+ "deleted": false,
+ "created_by": 39,
+ "deleted_by": null,
+ "used_count": 1,
+ "deleted_at": null
+ }
+ },
+ {
+ "pk": 78,
+ "model": "askbot.tag",
+ "fields": {
+ "name": "tag-39-1",
+ "deleted": false,
+ "created_by": 39,
+ "deleted_by": null,
+ "used_count": 1,
+ "deleted_at": null
+ }
+ },
+ {
+ "pk": 8,
+ "model": "askbot.tag",
+ "fields": {
+ "name": "tag-4-0",
+ "deleted": false,
+ "created_by": 4,
+ "deleted_by": null,
+ "used_count": 1,
+ "deleted_at": null
+ }
+ },
+ {
+ "pk": 7,
+ "model": "askbot.tag",
+ "fields": {
+ "name": "tag-4-1",
+ "deleted": false,
+ "created_by": 4,
+ "deleted_by": null,
+ "used_count": 1,
+ "deleted_at": null
+ }
+ },
+ {
+ "pk": 79,
+ "model": "askbot.tag",
+ "fields": {
+ "name": "tag-40-0",
+ "deleted": false,
+ "created_by": 40,
+ "deleted_by": null,
+ "used_count": 1,
+ "deleted_at": null
+ }
+ },
+ {
+ "pk": 80,
+ "model": "askbot.tag",
+ "fields": {
+ "name": "tag-40-1",
+ "deleted": false,
+ "created_by": 40,
+ "deleted_by": null,
+ "used_count": 1,
+ "deleted_at": null
+ }
+ },
+ {
+ "pk": 9,
+ "model": "askbot.tag",
+ "fields": {
+ "name": "tag-5-0",
+ "deleted": false,
+ "created_by": 5,
+ "deleted_by": null,
+ "used_count": 1,
+ "deleted_at": null
+ }
+ },
+ {
+ "pk": 10,
+ "model": "askbot.tag",
+ "fields": {
+ "name": "tag-5-1",
+ "deleted": false,
+ "created_by": 5,
+ "deleted_by": null,
+ "used_count": 1,
+ "deleted_at": null
+ }
+ },
+ {
+ "pk": 12,
+ "model": "askbot.tag",
+ "fields": {
+ "name": "tag-6-0",
+ "deleted": false,
+ "created_by": 6,
+ "deleted_by": null,
+ "used_count": 1,
+ "deleted_at": null
+ }
+ },
+ {
+ "pk": 11,
+ "model": "askbot.tag",
+ "fields": {
+ "name": "tag-6-1",
+ "deleted": false,
+ "created_by": 6,
+ "deleted_by": null,
+ "used_count": 1,
+ "deleted_at": null
+ }
+ },
+ {
+ "pk": 13,
+ "model": "askbot.tag",
+ "fields": {
+ "name": "tag-7-0",
+ "deleted": false,
+ "created_by": 7,
+ "deleted_by": null,
+ "used_count": 1,
+ "deleted_at": null
+ }
+ },
+ {
+ "pk": 14,
+ "model": "askbot.tag",
+ "fields": {
+ "name": "tag-7-1",
+ "deleted": false,
+ "created_by": 7,
+ "deleted_by": null,
+ "used_count": 1,
+ "deleted_at": null
+ }
+ },
+ {
+ "pk": 16,
+ "model": "askbot.tag",
+ "fields": {
+ "name": "tag-8-0",
+ "deleted": false,
+ "created_by": 8,
+ "deleted_by": null,
+ "used_count": 1,
+ "deleted_at": null
+ }
+ },
+ {
+ "pk": 15,
+ "model": "askbot.tag",
+ "fields": {
+ "name": "tag-8-1",
+ "deleted": false,
+ "created_by": 8,
+ "deleted_by": null,
+ "used_count": 1,
+ "deleted_at": null
+ }
+ },
+ {
+ "pk": 17,
+ "model": "askbot.tag",
+ "fields": {
+ "name": "tag-9-0",
+ "deleted": false,
+ "created_by": 9,
+ "deleted_by": null,
+ "used_count": 1,
+ "deleted_at": null
+ }
+ },
+ {
+ "pk": 18,
+ "model": "askbot.tag",
+ "fields": {
+ "name": "tag-9-1",
+ "deleted": false,
+ "created_by": 9,
+ "deleted_by": null,
+ "used_count": 1,
+ "deleted_at": null
+ }
+ },
+ {
+ "pk": 61,
+ "model": "askbot.postrevision",
+ "fields": {
+ "is_anonymous": false,
+ "author": 40,
+ "tagnames": "tag-40-0 tag-40-1",
+ "text": "Lorem lean startup ipsum product market fit customer\n development acquihire technical cofounder. User engagement\n **A/B** testing *shrink* a market venture capital pitch.",
+ "title": "Test question title No.EDITED",
+ "question": 40,
+ "revised_at": "2011-12-20 12:51:50",
+ "summary": "EDITED",
+ "revision_type": 1,
+ "answer": null,
+ "revision": 2
+ }
+ },
+ {
+ "pk": 62,
+ "model": "askbot.postrevision",
+ "fields": {
+ "is_anonymous": false,
+ "author": 20,
+ "tagnames": "",
+ "text": "Main differentiators business model micro economics\n marketplace equity augmented reality human computer",
+ "title": "",
+ "question": null,
+ "revised_at": "2011-12-20 12:51:50",
+ "summary": "No.2 Revision",
+ "revision_type": 2,
+ "answer": 20,
+ "revision": 2
+ }
+ },
+ {
+ "pk": 1,
+ "model": "askbot.postrevision",
+ "fields": {
+ "is_anonymous": false,
+ "author": 1,
+ "tagnames": "tag-1-0 tag-1-1",
+ "text": "Lorem lean startup ipsum product market fit customer\n development acquihire technical cofounder. User engagement\n **A/B** testing *shrink* a market venture capital pitch.",
+ "title": "Test question title No.1",
+ "question": 1,
+ "revised_at": "2011-12-20 12:51:22",
+ "summary": "initial version",
+ "revision_type": 1,
+ "answer": null,
+ "revision": 1
+ }
+ },
+ {
+ "pk": 2,
+ "model": "askbot.postrevision",
+ "fields": {
+ "is_anonymous": false,
+ "author": 2,
+ "tagnames": "tag-2-0 tag-2-1",
+ "text": "Lorem lean startup ipsum product market fit customer\n development acquihire technical cofounder. User engagement\n **A/B** testing *shrink* a market venture capital pitch.",
+ "title": "Test question title No.2",
+ "question": 2,
+ "revised_at": "2011-12-20 12:51:24",
+ "summary": "initial version",
+ "revision_type": 1,
+ "answer": null,
+ "revision": 1
+ }
+ },
+ {
+ "pk": 3,
+ "model": "askbot.postrevision",
+ "fields": {
+ "is_anonymous": false,
+ "author": 3,
+ "tagnames": "tag-3-0 tag-3-1",
+ "text": "Lorem lean startup ipsum product market fit customer\n development acquihire technical cofounder. User engagement\n **A/B** testing *shrink* a market venture capital pitch.",
+ "title": "Test question title No.3",
+ "question": 3,
+ "revised_at": "2011-12-20 12:51:24",
+ "summary": "initial version",
+ "revision_type": 1,
+ "answer": null,
+ "revision": 1
+ }
+ },
+ {
+ "pk": 4,
+ "model": "askbot.postrevision",
+ "fields": {
+ "is_anonymous": false,
+ "author": 4,
+ "tagnames": "tag-4-0 tag-4-1",
+ "text": "Lorem lean startup ipsum product market fit customer\n development acquihire technical cofounder. User engagement\n **A/B** testing *shrink* a market venture capital pitch.",
+ "title": "Test question title No.4",
+ "question": 4,
+ "revised_at": "2011-12-20 12:51:24",
+ "summary": "initial version",
+ "revision_type": 1,
+ "answer": null,
+ "revision": 1
+ }
+ },
+ {
+ "pk": 5,
+ "model": "askbot.postrevision",
+ "fields": {
+ "is_anonymous": false,
+ "author": 5,
+ "tagnames": "tag-5-0 tag-5-1",
+ "text": "Lorem lean startup ipsum product market fit customer\n development acquihire technical cofounder. User engagement\n **A/B** testing *shrink* a market venture capital pitch.",
+ "title": "Test question title No.5",
+ "question": 5,
+ "revised_at": "2011-12-20 12:51:24",
+ "summary": "initial version",
+ "revision_type": 1,
+ "answer": null,
+ "revision": 1
+ }
+ },
+ {
+ "pk": 6,
+ "model": "askbot.postrevision",
+ "fields": {
+ "is_anonymous": false,
+ "author": 6,
+ "tagnames": "tag-6-0 tag-6-1",
+ "text": "Lorem lean startup ipsum product market fit customer\n development acquihire technical cofounder. User engagement\n **A/B** testing *shrink* a market venture capital pitch.",
+ "title": "Test question title No.6",
+ "question": 6,
+ "revised_at": "2011-12-20 12:51:24",
+ "summary": "initial version",
+ "revision_type": 1,
+ "answer": null,
+ "revision": 1
+ }
+ },
+ {
+ "pk": 7,
+ "model": "askbot.postrevision",
+ "fields": {
+ "is_anonymous": false,
+ "author": 7,
+ "tagnames": "tag-7-0 tag-7-1",
+ "text": "Lorem lean startup ipsum product market fit customer\n development acquihire technical cofounder. User engagement\n **A/B** testing *shrink* a market venture capital pitch.",
+ "title": "Test question title No.7",
+ "question": 7,
+ "revised_at": "2011-12-20 12:51:24",
+ "summary": "initial version",
+ "revision_type": 1,
+ "answer": null,
+ "revision": 1
+ }
+ },
+ {
+ "pk": 8,
+ "model": "askbot.postrevision",
+ "fields": {
+ "is_anonymous": false,
+ "author": 8,
+ "tagnames": "tag-8-0 tag-8-1",
+ "text": "Lorem lean startup ipsum product market fit customer\n development acquihire technical cofounder. User engagement\n **A/B** testing *shrink* a market venture capital pitch.",
+ "title": "Test question title No.8",
+ "question": 8,
+ "revised_at": "2011-12-20 12:51:24",
+ "summary": "initial version",
+ "revision_type": 1,
+ "answer": null,
+ "revision": 1
+ }
+ },
+ {
+ "pk": 9,
+ "model": "askbot.postrevision",
+ "fields": {
+ "is_anonymous": false,
+ "author": 9,
+ "tagnames": "tag-9-0 tag-9-1",
+ "text": "Lorem lean startup ipsum product market fit customer\n development acquihire technical cofounder. User engagement\n **A/B** testing *shrink* a market venture capital pitch.",
+ "title": "Test question title No.9",
+ "question": 9,
+ "revised_at": "2011-12-20 12:51:25",
+ "summary": "initial version",
+ "revision_type": 1,
+ "answer": null,
+ "revision": 1
+ }
+ },
+ {
+ "pk": 10,
+ "model": "askbot.postrevision",
+ "fields": {
+ "is_anonymous": false,
+ "author": 10,
+ "tagnames": "tag-10-0 tag-10-1",
+ "text": "Lorem lean startup ipsum product market fit customer\n development acquihire technical cofounder. User engagement\n **A/B** testing *shrink* a market venture capital pitch.",
+ "title": "Test question title No.10",
+ "question": 10,
+ "revised_at": "2011-12-20 12:51:25",
+ "summary": "initial version",
+ "revision_type": 1,
+ "answer": null,
+ "revision": 1
+ }
+ },
+ {
+ "pk": 11,
+ "model": "askbot.postrevision",
+ "fields": {
+ "is_anonymous": false,
+ "author": 11,
+ "tagnames": "tag-11-0 tag-11-1",
+ "text": "Lorem lean startup ipsum product market fit customer\n development acquihire technical cofounder. User engagement\n **A/B** testing *shrink* a market venture capital pitch.",
+ "title": "Test question title No.11",
+ "question": 11,
+ "revised_at": "2011-12-20 12:51:25",
+ "summary": "initial version",
+ "revision_type": 1,
+ "answer": null,
+ "revision": 1
+ }
+ },
+ {
+ "pk": 12,
+ "model": "askbot.postrevision",
+ "fields": {
+ "is_anonymous": false,
+ "author": 12,
+ "tagnames": "tag-12-0 tag-12-1",
+ "text": "Lorem lean startup ipsum product market fit customer\n development acquihire technical cofounder. User engagement\n **A/B** testing *shrink* a market venture capital pitch.",
+ "title": "Test question title No.12",
+ "question": 12,
+ "revised_at": "2011-12-20 12:51:25",
+ "summary": "initial version",
+ "revision_type": 1,
+ "answer": null,
+ "revision": 1
+ }
+ },
+ {
+ "pk": 13,
+ "model": "askbot.postrevision",
+ "fields": {
+ "is_anonymous": false,
+ "author": 13,
+ "tagnames": "tag-13-0 tag-13-1",
+ "text": "Lorem lean startup ipsum product market fit customer\n development acquihire technical cofounder. User engagement\n **A/B** testing *shrink* a market venture capital pitch.",
+ "title": "Test question title No.13",
+ "question": 13,
+ "revised_at": "2011-12-20 12:51:25",
+ "summary": "initial version",
+ "revision_type": 1,
+ "answer": null,
+ "revision": 1
+ }
+ },
+ {
+ "pk": 14,
+ "model": "askbot.postrevision",
+ "fields": {
+ "is_anonymous": false,
+ "author": 14,
+ "tagnames": "tag-14-0 tag-14-1",
+ "text": "Lorem lean startup ipsum product market fit customer\n development acquihire technical cofounder. User engagement\n **A/B** testing *shrink* a market venture capital pitch.",
+ "title": "Test question title No.14",
+ "question": 14,
+ "revised_at": "2011-12-20 12:51:25",
+ "summary": "initial version",
+ "revision_type": 1,
+ "answer": null,
+ "revision": 1
+ }
+ },
+ {
+ "pk": 15,
+ "model": "askbot.postrevision",
+ "fields": {
+ "is_anonymous": false,
+ "author": 15,
+ "tagnames": "tag-15-0 tag-15-1",
+ "text": "Lorem lean startup ipsum product market fit customer\n development acquihire technical cofounder. User engagement\n **A/B** testing *shrink* a market venture capital pitch.",
+ "title": "Test question title No.15",
+ "question": 15,
+ "revised_at": "2011-12-20 12:51:25",
+ "summary": "initial version",
+ "revision_type": 1,
+ "answer": null,
+ "revision": 1
+ }
+ },
+ {
+ "pk": 16,
+ "model": "askbot.postrevision",
+ "fields": {
+ "is_anonymous": false,
+ "author": 16,
+ "tagnames": "tag-16-0 tag-16-1",
+ "text": "Lorem lean startup ipsum product market fit customer\n development acquihire technical cofounder. User engagement\n **A/B** testing *shrink* a market venture capital pitch.",
+ "title": "Test question title No.16",
+ "question": 16,
+ "revised_at": "2011-12-20 12:51:26",
+ "summary": "initial version",
+ "revision_type": 1,
+ "answer": null,
+ "revision": 1
+ }
+ },
+ {
+ "pk": 17,
+ "model": "askbot.postrevision",
+ "fields": {
+ "is_anonymous": false,
+ "author": 17,
+ "tagnames": "tag-17-0 tag-17-1",
+ "text": "Lorem lean startup ipsum product market fit customer\n development acquihire technical cofounder. User engagement\n **A/B** testing *shrink* a market venture capital pitch.",
+ "title": "Test question title No.17",
+ "question": 17,
+ "revised_at": "2011-12-20 12:51:26",
+ "summary": "initial version",
+ "revision_type": 1,
+ "answer": null,
+ "revision": 1
+ }
+ },
+ {
+ "pk": 18,
+ "model": "askbot.postrevision",
+ "fields": {
+ "is_anonymous": false,
+ "author": 18,
+ "tagnames": "tag-18-0 tag-18-1",
+ "text": "Lorem lean startup ipsum product market fit customer\n development acquihire technical cofounder. User engagement\n **A/B** testing *shrink* a market venture capital pitch.",
+ "title": "Test question title No.18",
+ "question": 18,
+ "revised_at": "2011-12-20 12:51:26",
+ "summary": "initial version",
+ "revision_type": 1,
+ "answer": null,
+ "revision": 1
+ }
+ },
+ {
+ "pk": 19,
+ "model": "askbot.postrevision",
+ "fields": {
+ "is_anonymous": false,
+ "author": 19,
+ "tagnames": "tag-19-0 tag-19-1",
+ "text": "Lorem lean startup ipsum product market fit customer\n development acquihire technical cofounder. User engagement\n **A/B** testing *shrink* a market venture capital pitch.",
+ "title": "Test question title No.19",
+ "question": 19,
+ "revised_at": "2011-12-20 12:51:26",
+ "summary": "initial version",
+ "revision_type": 1,
+ "answer": null,
+ "revision": 1
+ }
+ },
+ {
+ "pk": 20,
+ "model": "askbot.postrevision",
+ "fields": {
+ "is_anonymous": false,
+ "author": 20,
+ "tagnames": "tag-20-0 tag-20-1",
+ "text": "Lorem lean startup ipsum product market fit customer\n development acquihire technical cofounder. User engagement\n **A/B** testing *shrink* a market venture capital pitch.",
+ "title": "Test question title No.20",
+ "question": 20,
+ "revised_at": "2011-12-20 12:51:26",
+ "summary": "initial version",
+ "revision_type": 1,
+ "answer": null,
+ "revision": 1
+ }
+ },
+ {
+ "pk": 21,
+ "model": "askbot.postrevision",
+ "fields": {
+ "is_anonymous": false,
+ "author": 21,
+ "tagnames": "tag-21-0 tag-21-1",
+ "text": "Lorem lean startup ipsum product market fit customer\n development acquihire technical cofounder. User engagement\n **A/B** testing *shrink* a market venture capital pitch.",
+ "title": "Test question title No.21",
+ "question": 21,
+ "revised_at": "2011-12-20 12:51:26",
+ "summary": "initial version",
+ "revision_type": 1,
+ "answer": null,
+ "revision": 1
+ }
+ },
+ {
+ "pk": 22,
+ "model": "askbot.postrevision",
+ "fields": {
+ "is_anonymous": false,
+ "author": 22,
+ "tagnames": "tag-22-0 tag-22-1",
+ "text": "Lorem lean startup ipsum product market fit customer\n development acquihire technical cofounder. User engagement\n **A/B** testing *shrink* a market venture capital pitch.",
+ "title": "Test question title No.22",
+ "question": 22,
+ "revised_at": "2011-12-20 12:51:26",
+ "summary": "initial version",
+ "revision_type": 1,
+ "answer": null,
+ "revision": 1
+ }
+ },
+ {
+ "pk": 23,
+ "model": "askbot.postrevision",
+ "fields": {
+ "is_anonymous": false,
+ "author": 23,
+ "tagnames": "tag-23-0 tag-23-1",
+ "text": "Lorem lean startup ipsum product market fit customer\n development acquihire technical cofounder. User engagement\n **A/B** testing *shrink* a market venture capital pitch.",
+ "title": "Test question title No.23",
+ "question": 23,
+ "revised_at": "2011-12-20 12:51:27",
+ "summary": "initial version",
+ "revision_type": 1,
+ "answer": null,
+ "revision": 1
+ }
+ },
+ {
+ "pk": 24,
+ "model": "askbot.postrevision",
+ "fields": {
+ "is_anonymous": false,
+ "author": 24,
+ "tagnames": "tag-24-0 tag-24-1",
+ "text": "Lorem lean startup ipsum product market fit customer\n development acquihire technical cofounder. User engagement\n **A/B** testing *shrink* a market venture capital pitch.",
+ "title": "Test question title No.24",
+ "question": 24,
+ "revised_at": "2011-12-20 12:51:27",
+ "summary": "initial version",
+ "revision_type": 1,
+ "answer": null,
+ "revision": 1
+ }
+ },
+ {
+ "pk": 25,
+ "model": "askbot.postrevision",
+ "fields": {
+ "is_anonymous": false,
+ "author": 25,
+ "tagnames": "tag-25-0 tag-25-1",
+ "text": "Lorem lean startup ipsum product market fit customer\n development acquihire technical cofounder. User engagement\n **A/B** testing *shrink* a market venture capital pitch.",
+ "title": "Test question title No.25",
+ "question": 25,
+ "revised_at": "2011-12-20 12:51:27",
+ "summary": "initial version",
+ "revision_type": 1,
+ "answer": null,
+ "revision": 1
+ }
+ },
+ {
+ "pk": 26,
+ "model": "askbot.postrevision",
+ "fields": {
+ "is_anonymous": false,
+ "author": 26,
+ "tagnames": "tag-26-0 tag-26-1",
+ "text": "Lorem lean startup ipsum product market fit customer\n development acquihire technical cofounder. User engagement\n **A/B** testing *shrink* a market venture capital pitch.",
+ "title": "Test question title No.26",
+ "question": 26,
+ "revised_at": "2011-12-20 12:51:27",
+ "summary": "initial version",
+ "revision_type": 1,
+ "answer": null,
+ "revision": 1
+ }
+ },
+ {
+ "pk": 27,
+ "model": "askbot.postrevision",
+ "fields": {
+ "is_anonymous": false,
+ "author": 27,
+ "tagnames": "tag-27-0 tag-27-1",
+ "text": "Lorem lean startup ipsum product market fit customer\n development acquihire technical cofounder. User engagement\n **A/B** testing *shrink* a market venture capital pitch.",
+ "title": "Test question title No.27",
+ "question": 27,
+ "revised_at": "2011-12-20 12:51:27",
+ "summary": "initial version",
+ "revision_type": 1,
+ "answer": null,
+ "revision": 1
+ }
+ },
+ {
+ "pk": 28,
+ "model": "askbot.postrevision",
+ "fields": {
+ "is_anonymous": false,
+ "author": 28,
+ "tagnames": "tag-28-0 tag-28-1",
+ "text": "Lorem lean startup ipsum product market fit customer\n development acquihire technical cofounder. User engagement\n **A/B** testing *shrink* a market venture capital pitch.",
+ "title": "Test question title No.28",
+ "question": 28,
+ "revised_at": "2011-12-20 12:51:27",
+ "summary": "initial version",
+ "revision_type": 1,
+ "answer": null,
+ "revision": 1
+ }
+ },
+ {
+ "pk": 29,
+ "model": "askbot.postrevision",
+ "fields": {
+ "is_anonymous": false,
+ "author": 29,
+ "tagnames": "tag-29-0 tag-29-1",
+ "text": "Lorem lean startup ipsum product market fit customer\n development acquihire technical cofounder. User engagement\n **A/B** testing *shrink* a market venture capital pitch.",
+ "title": "Test question title No.29",
+ "question": 29,
+ "revised_at": "2011-12-20 12:51:27",
+ "summary": "initial version",
+ "revision_type": 1,
+ "answer": null,
+ "revision": 1
+ }
+ },
+ {
+ "pk": 30,
+ "model": "askbot.postrevision",
+ "fields": {
+ "is_anonymous": false,
+ "author": 30,
+ "tagnames": "tag-30-0 tag-30-1",
+ "text": "Lorem lean startup ipsum product market fit customer\n development acquihire technical cofounder. User engagement\n **A/B** testing *shrink* a market venture capital pitch.",
+ "title": "Test question title No.30",
+ "question": 30,
+ "revised_at": "2011-12-20 12:51:28",
+ "summary": "initial version",
+ "revision_type": 1,
+ "answer": null,
+ "revision": 1
+ }
+ },
+ {
+ "pk": 31,
+ "model": "askbot.postrevision",
+ "fields": {
+ "is_anonymous": false,
+ "author": 31,
+ "tagnames": "tag-31-0 tag-31-1",
+ "text": "Lorem lean startup ipsum product market fit customer\n development acquihire technical cofounder. User engagement\n **A/B** testing *shrink* a market venture capital pitch.",
+ "title": "Test question title No.31",
+ "question": 31,
+ "revised_at": "2011-12-20 12:51:28",
+ "summary": "initial version",
+ "revision_type": 1,
+ "answer": null,
+ "revision": 1
+ }
+ },
+ {
+ "pk": 32,
+ "model": "askbot.postrevision",
+ "fields": {
+ "is_anonymous": false,
+ "author": 32,
+ "tagnames": "tag-32-0 tag-32-1",
+ "text": "Lorem lean startup ipsum product market fit customer\n development acquihire technical cofounder. User engagement\n **A/B** testing *shrink* a market venture capital pitch.",
+ "title": "Test question title No.32",
+ "question": 32,
+ "revised_at": "2011-12-20 12:51:28",
+ "summary": "initial version",
+ "revision_type": 1,
+ "answer": null,
+ "revision": 1
+ }
+ },
+ {
+ "pk": 33,
+ "model": "askbot.postrevision",
+ "fields": {
+ "is_anonymous": false,
+ "author": 33,
+ "tagnames": "tag-33-0 tag-33-1",
+ "text": "Lorem lean startup ipsum product market fit customer\n development acquihire technical cofounder. User engagement\n **A/B** testing *shrink* a market venture capital pitch.",
+ "title": "Test question title No.33",
+ "question": 33,
+ "revised_at": "2011-12-20 12:51:28",
+ "summary": "initial version",
+ "revision_type": 1,
+ "answer": null,
+ "revision": 1
+ }
+ },
+ {
+ "pk": 34,
+ "model": "askbot.postrevision",
+ "fields": {
+ "is_anonymous": false,
+ "author": 34,
+ "tagnames": "tag-34-0 tag-34-1",
+ "text": "Lorem lean startup ipsum product market fit customer\n development acquihire technical cofounder. User engagement\n **A/B** testing *shrink* a market venture capital pitch.",
+ "title": "Test question title No.34",
+ "question": 34,
+ "revised_at": "2011-12-20 12:51:28",
+ "summary": "initial version",
+ "revision_type": 1,
+ "answer": null,
+ "revision": 1
+ }
+ },
+ {
+ "pk": 35,
+ "model": "askbot.postrevision",
+ "fields": {
+ "is_anonymous": false,
+ "author": 35,
+ "tagnames": "tag-35-0 tag-35-1",
+ "text": "Lorem lean startup ipsum product market fit customer\n development acquihire technical cofounder. User engagement\n **A/B** testing *shrink* a market venture capital pitch.",
+ "title": "Test question title No.35",
+ "question": 35,
+ "revised_at": "2011-12-20 12:51:28",
+ "summary": "initial version",
+ "revision_type": 1,
+ "answer": null,
+ "revision": 1
+ }
+ },
+ {
+ "pk": 36,
+ "model": "askbot.postrevision",
+ "fields": {
+ "is_anonymous": false,
+ "author": 36,
+ "tagnames": "tag-36-0 tag-36-1",
+ "text": "Lorem lean startup ipsum product market fit customer\n development acquihire technical cofounder. User engagement\n **A/B** testing *shrink* a market venture capital pitch.",
+ "title": "Test question title No.36",
+ "question": 36,
+ "revised_at": "2011-12-20 12:51:29",
+ "summary": "initial version",
+ "revision_type": 1,
+ "answer": null,
+ "revision": 1
+ }
+ },
+ {
+ "pk": 37,
+ "model": "askbot.postrevision",
+ "fields": {
+ "is_anonymous": false,
+ "author": 37,
+ "tagnames": "tag-37-0 tag-37-1",
+ "text": "Lorem lean startup ipsum product market fit customer\n development acquihire technical cofounder. User engagement\n **A/B** testing *shrink* a market venture capital pitch.",
+ "title": "Test question title No.37",
+ "question": 37,
+ "revised_at": "2011-12-20 12:51:29",
+ "summary": "initial version",
+ "revision_type": 1,
+ "answer": null,
+ "revision": 1
+ }
+ },
+ {
+ "pk": 38,
+ "model": "askbot.postrevision",
+ "fields": {
+ "is_anonymous": false,
+ "author": 38,
+ "tagnames": "tag-38-0 tag-38-1",
+ "text": "Lorem lean startup ipsum product market fit customer\n development acquihire technical cofounder. User engagement\n **A/B** testing *shrink* a market venture capital pitch.",
+ "title": "Test question title No.38",
+ "question": 38,
+ "revised_at": "2011-12-20 12:51:29",
+ "summary": "initial version",
+ "revision_type": 1,
+ "answer": null,
+ "revision": 1
+ }
+ },
+ {
+ "pk": 39,
+ "model": "askbot.postrevision",
+ "fields": {
+ "is_anonymous": false,
+ "author": 39,
+ "tagnames": "tag-39-0 tag-39-1",
+ "text": "Lorem lean startup ipsum product market fit customer\n development acquihire technical cofounder. User engagement\n **A/B** testing *shrink* a market venture capital pitch.",
+ "title": "Test question title No.39",
+ "question": 39,
+ "revised_at": "2011-12-20 12:51:29",
+ "summary": "initial version",
+ "revision_type": 1,
+ "answer": null,
+ "revision": 1
+ }
+ },
+ {
+ "pk": 40,
+ "model": "askbot.postrevision",
+ "fields": {
+ "is_anonymous": false,
+ "author": 40,
+ "tagnames": "tag-40-0 tag-40-1",
+ "text": "Lorem lean startup ipsum product market fit customer\n development acquihire technical cofounder. User engagement\n **A/B** testing *shrink* a market venture capital pitch.",
+ "title": "Test question title No.40",
+ "question": 40,
+ "revised_at": "2011-12-20 12:51:29",
+ "summary": "initial version",
+ "revision_type": 1,
+ "answer": null,
+ "revision": 1
+ }
+ },
+ {
+ "pk": 41,
+ "model": "askbot.postrevision",
+ "fields": {
+ "is_anonymous": false,
+ "author": 1,
+ "tagnames": "",
+ "text": "Accelerator photo sharing business school drop out ramen\n hustle crush it revenue traction platforms.",
+ "title": "",
+ "question": null,
+ "revised_at": "2011-12-20 12:51:29",
+ "summary": "initial version",
+ "revision_type": 2,
+ "answer": 1,
+ "revision": 1
+ }
+ },
+ {
+ "pk": 42,
+ "model": "askbot.postrevision",
+ "fields": {
+ "is_anonymous": false,
+ "author": 2,
+ "tagnames": "",
+ "text": "Accelerator photo sharing business school drop out ramen\n hustle crush it revenue traction platforms.",
+ "title": "",
+ "question": null,
+ "revised_at": "2011-12-20 12:51:30",
+ "summary": "initial version",
+ "revision_type": 2,
+ "answer": 2,
+ "revision": 1
+ }
+ },
+ {
+ "pk": 43,
+ "model": "askbot.postrevision",
+ "fields": {
+ "is_anonymous": false,
+ "author": 3,
+ "tagnames": "",
+ "text": "Accelerator photo sharing business school drop out ramen\n hustle crush it revenue traction platforms.",
+ "title": "",
+ "question": null,
+ "revised_at": "2011-12-20 12:51:30",
+ "summary": "initial version",
+ "revision_type": 2,
+ "answer": 3,
+ "revision": 1
+ }
+ },
+ {
+ "pk": 44,
+ "model": "askbot.postrevision",
+ "fields": {
+ "is_anonymous": false,
+ "author": 4,
+ "tagnames": "",
+ "text": "Accelerator photo sharing business school drop out ramen\n hustle crush it revenue traction platforms.",
+ "title": "",
+ "question": null,
+ "revised_at": "2011-12-20 12:51:30",
+ "summary": "initial version",
+ "revision_type": 2,
+ "answer": 4,
+ "revision": 1
+ }
+ },
+ {
+ "pk": 45,
+ "model": "askbot.postrevision",
+ "fields": {
+ "is_anonymous": false,
+ "author": 5,
+ "tagnames": "",
+ "text": "Accelerator photo sharing business school drop out ramen\n hustle crush it revenue traction platforms.",
+ "title": "",
+ "question": null,
+ "revised_at": "2011-12-20 12:51:30",
+ "summary": "initial version",
+ "revision_type": 2,
+ "answer": 5,
+ "revision": 1
+ }
+ },
+ {
+ "pk": 46,
+ "model": "askbot.postrevision",
+ "fields": {
+ "is_anonymous": false,
+ "author": 6,
+ "tagnames": "",
+ "text": "Accelerator photo sharing business school drop out ramen\n hustle crush it revenue traction platforms.",
+ "title": "",
+ "question": null,
+ "revised_at": "2011-12-20 12:51:31",
+ "summary": "initial version",
+ "revision_type": 2,
+ "answer": 6,
+ "revision": 1
+ }
+ },
+ {
+ "pk": 47,
+ "model": "askbot.postrevision",
+ "fields": {
+ "is_anonymous": false,
+ "author": 7,
+ "tagnames": "",
+ "text": "Accelerator photo sharing business school drop out ramen\n hustle crush it revenue traction platforms.",
+ "title": "",
+ "question": null,
+ "revised_at": "2011-12-20 12:51:31",
+ "summary": "initial version",
+ "revision_type": 2,
+ "answer": 7,
+ "revision": 1
+ }
+ },
+ {
+ "pk": 48,
+ "model": "askbot.postrevision",
+ "fields": {
+ "is_anonymous": false,
+ "author": 8,
+ "tagnames": "",
+ "text": "Accelerator photo sharing business school drop out ramen\n hustle crush it revenue traction platforms.",
+ "title": "",
+ "question": null,
+ "revised_at": "2011-12-20 12:51:31",
+ "summary": "initial version",
+ "revision_type": 2,
+ "answer": 8,
+ "revision": 1
+ }
+ },
+ {
+ "pk": 49,
+ "model": "askbot.postrevision",
+ "fields": {
+ "is_anonymous": false,
+ "author": 9,
+ "tagnames": "",
+ "text": "Accelerator photo sharing business school drop out ramen\n hustle crush it revenue traction platforms.",
+ "title": "",
+ "question": null,
+ "revised_at": "2011-12-20 12:51:32",
+ "summary": "initial version",
+ "revision_type": 2,
+ "answer": 9,
+ "revision": 1
+ }
+ },
+ {
+ "pk": 50,
+ "model": "askbot.postrevision",
+ "fields": {
+ "is_anonymous": false,
+ "author": 10,
+ "tagnames": "",
+ "text": "Accelerator photo sharing business school drop out ramen\n hustle crush it revenue traction platforms.",
+ "title": "",
+ "question": null,
+ "revised_at": "2011-12-20 12:51:32",
+ "summary": "initial version",
+ "revision_type": 2,
+ "answer": 10,
+ "revision": 1
+ }
+ },
+ {
+ "pk": 51,
+ "model": "askbot.postrevision",
+ "fields": {
+ "is_anonymous": false,
+ "author": 11,
+ "tagnames": "",
+ "text": "Accelerator photo sharing business school drop out ramen\n hustle crush it revenue traction platforms.",
+ "title": "",
+ "question": null,
+ "revised_at": "2011-12-20 12:51:33",
+ "summary": "initial version",
+ "revision_type": 2,
+ "answer": 11,
+ "revision": 1
+ }
+ },
+ {
+ "pk": 52,
+ "model": "askbot.postrevision",
+ "fields": {
+ "is_anonymous": false,
+ "author": 12,
+ "tagnames": "",
+ "text": "Accelerator photo sharing business school drop out ramen\n hustle crush it revenue traction platforms.",
+ "title": "",
+ "question": null,
+ "revised_at": "2011-12-20 12:51:33",
+ "summary": "initial version",
+ "revision_type": 2,
+ "answer": 12,
+ "revision": 1
+ }
+ },
+ {
+ "pk": 53,
+ "model": "askbot.postrevision",
+ "fields": {
+ "is_anonymous": false,
+ "author": 13,
+ "tagnames": "",
+ "text": "Accelerator photo sharing business school drop out ramen\n hustle crush it revenue traction platforms.",
+ "title": "",
+ "question": null,
+ "revised_at": "2011-12-20 12:51:33",
+ "summary": "initial version",
+ "revision_type": 2,
+ "answer": 13,
+ "revision": 1
+ }
+ },
+ {
+ "pk": 54,
+ "model": "askbot.postrevision",
+ "fields": {
+ "is_anonymous": false,
+ "author": 14,
+ "tagnames": "",
+ "text": "Accelerator photo sharing business school drop out ramen\n hustle crush it revenue traction platforms.",
+ "title": "",
+ "question": null,
+ "revised_at": "2011-12-20 12:51:34",
+ "summary": "initial version",
+ "revision_type": 2,
+ "answer": 14,
+ "revision": 1
+ }
+ },
+ {
+ "pk": 55,
+ "model": "askbot.postrevision",
+ "fields": {
+ "is_anonymous": false,
+ "author": 15,
+ "tagnames": "",
+ "text": "Accelerator photo sharing business school drop out ramen\n hustle crush it revenue traction platforms.",
+ "title": "",
+ "question": null,
+ "revised_at": "2011-12-20 12:51:35",
+ "summary": "initial version",
+ "revision_type": 2,
+ "answer": 15,
+ "revision": 1
+ }
+ },
+ {
+ "pk": 56,
+ "model": "askbot.postrevision",
+ "fields": {
+ "is_anonymous": false,
+ "author": 16,
+ "tagnames": "",
+ "text": "Accelerator photo sharing business school drop out ramen\n hustle crush it revenue traction platforms.",
+ "title": "",
+ "question": null,
+ "revised_at": "2011-12-20 12:51:35",
+ "summary": "initial version",
+ "revision_type": 2,
+ "answer": 16,
+ "revision": 1
+ }
+ },
+ {
+ "pk": 57,
+ "model": "askbot.postrevision",
+ "fields": {
+ "is_anonymous": false,
+ "author": 17,
+ "tagnames": "",
+ "text": "Accelerator photo sharing business school drop out ramen\n hustle crush it revenue traction platforms.",
+ "title": "",
+ "question": null,
+ "revised_at": "2011-12-20 12:51:36",
+ "summary": "initial version",
+ "revision_type": 2,
+ "answer": 17,
+ "revision": 1
+ }
+ },
+ {
+ "pk": 58,
+ "model": "askbot.postrevision",
+ "fields": {
+ "is_anonymous": false,
+ "author": 18,
+ "tagnames": "",
+ "text": "Accelerator photo sharing business school drop out ramen\n hustle crush it revenue traction platforms.",
+ "title": "",
+ "question": null,
+ "revised_at": "2011-12-20 12:51:36",
+ "summary": "initial version",
+ "revision_type": 2,
+ "answer": 18,
+ "revision": 1
+ }
+ },
+ {
+ "pk": 59,
+ "model": "askbot.postrevision",
+ "fields": {
+ "is_anonymous": false,
+ "author": 19,
+ "tagnames": "",
+ "text": "Accelerator photo sharing business school drop out ramen\n hustle crush it revenue traction platforms.",
+ "title": "",
+ "question": null,
+ "revised_at": "2011-12-20 12:51:37",
+ "summary": "initial version",
+ "revision_type": 2,
+ "answer": 19,
+ "revision": 1
+ }
+ },
+ {
+ "pk": 60,
+ "model": "askbot.postrevision",
+ "fields": {
+ "is_anonymous": false,
+ "author": 20,
+ "tagnames": "",
+ "text": "Accelerator photo sharing business school drop out ramen\n hustle crush it revenue traction platforms.",
+ "title": "",
+ "question": null,
+ "revised_at": "2011-12-20 12:51:38",
+ "summary": "initial version",
+ "revision_type": 2,
+ "answer": 20,
+ "revision": 1
}
},
{
@@ -7034,14 +9930,14 @@
"deleted": false,
"summary": "Lorem lean startup ipsum product market fit customer\n development acquihire technical cofounder. User",
"answer_count": 0,
- "last_activity_at": "2011-11-29 11:22:02",
+ "last_activity_at": "2011-12-20 12:51:22",
"closed_by": null,
"close_reason": null,
"locked": false,
"is_anonymous": false,
"tagnames": "tag-1-0 tag-1-1",
"locked_by": null,
- "added_at": "2011-11-29 11:22:02",
+ "added_at": "2011-12-20 12:51:22",
"deleted_by": null,
"wikified_at": null,
"title": "Test question title No.1",
@@ -7078,14 +9974,14 @@
"deleted": false,
"summary": "Lorem lean startup ipsum product market fit customer\n development acquihire technical cofounder. User",
"answer_count": 0,
- "last_activity_at": "2011-11-29 11:22:04",
+ "last_activity_at": "2011-12-20 12:51:24",
"closed_by": null,
"close_reason": null,
"locked": false,
"is_anonymous": false,
"tagnames": "tag-2-0 tag-2-1",
"locked_by": null,
- "added_at": "2011-11-29 11:22:04",
+ "added_at": "2011-12-20 12:51:24",
"deleted_by": null,
"wikified_at": null,
"title": "Test question title No.2",
@@ -7122,14 +10018,14 @@
"deleted": false,
"summary": "Lorem lean startup ipsum product market fit customer\n development acquihire technical cofounder. User",
"answer_count": 0,
- "last_activity_at": "2011-11-29 11:22:04",
+ "last_activity_at": "2011-12-20 12:51:24",
"closed_by": null,
"close_reason": null,
"locked": false,
"is_anonymous": false,
"tagnames": "tag-3-0 tag-3-1",
"locked_by": null,
- "added_at": "2011-11-29 11:22:04",
+ "added_at": "2011-12-20 12:51:24",
"deleted_by": null,
"wikified_at": null,
"title": "Test question title No.3",
@@ -7166,14 +10062,14 @@
"deleted": false,
"summary": "Lorem lean startup ipsum product market fit customer\n development acquihire technical cofounder. User",
"answer_count": 0,
- "last_activity_at": "2011-11-29 11:22:05",
+ "last_activity_at": "2011-12-20 12:51:24",
"closed_by": null,
"close_reason": null,
"locked": false,
"is_anonymous": false,
"tagnames": "tag-4-0 tag-4-1",
"locked_by": null,
- "added_at": "2011-11-29 11:22:05",
+ "added_at": "2011-12-20 12:51:24",
"deleted_by": null,
"wikified_at": null,
"title": "Test question title No.4",
@@ -7210,14 +10106,14 @@
"deleted": false,
"summary": "Lorem lean startup ipsum product market fit customer\n development acquihire technical cofounder. User",
"answer_count": 0,
- "last_activity_at": "2011-11-29 11:22:06",
+ "last_activity_at": "2011-12-20 12:51:24",
"closed_by": null,
"close_reason": null,
"locked": false,
"is_anonymous": false,
"tagnames": "tag-5-0 tag-5-1",
"locked_by": null,
- "added_at": "2011-11-29 11:22:06",
+ "added_at": "2011-12-20 12:51:24",
"deleted_by": null,
"wikified_at": null,
"title": "Test question title No.5",
@@ -7254,14 +10150,14 @@
"deleted": false,
"summary": "Lorem lean startup ipsum product market fit customer\n development acquihire technical cofounder. User",
"answer_count": 0,
- "last_activity_at": "2011-11-29 11:22:07",
+ "last_activity_at": "2011-12-20 12:51:24",
"closed_by": null,
"close_reason": null,
"locked": false,
"is_anonymous": false,
"tagnames": "tag-6-0 tag-6-1",
"locked_by": null,
- "added_at": "2011-11-29 11:22:07",
+ "added_at": "2011-12-20 12:51:24",
"deleted_by": null,
"wikified_at": null,
"title": "Test question title No.6",
@@ -7298,14 +10194,14 @@
"deleted": false,
"summary": "Lorem lean startup ipsum product market fit customer\n development acquihire technical cofounder. User",
"answer_count": 0,
- "last_activity_at": "2011-11-29 11:22:07",
+ "last_activity_at": "2011-12-20 12:51:24",
"closed_by": null,
"close_reason": null,
"locked": false,
"is_anonymous": false,
"tagnames": "tag-7-0 tag-7-1",
"locked_by": null,
- "added_at": "2011-11-29 11:22:07",
+ "added_at": "2011-12-20 12:51:24",
"deleted_by": null,
"wikified_at": null,
"title": "Test question title No.7",
@@ -7342,14 +10238,14 @@
"deleted": false,
"summary": "Lorem lean startup ipsum product market fit customer\n development acquihire technical cofounder. User",
"answer_count": 0,
- "last_activity_at": "2011-11-29 11:22:08",
+ "last_activity_at": "2011-12-20 12:51:24",
"closed_by": null,
"close_reason": null,
"locked": false,
"is_anonymous": false,
"tagnames": "tag-8-0 tag-8-1",
"locked_by": null,
- "added_at": "2011-11-29 11:22:08",
+ "added_at": "2011-12-20 12:51:24",
"deleted_by": null,
"wikified_at": null,
"title": "Test question title No.8",
@@ -7386,14 +10282,14 @@
"deleted": false,
"summary": "Lorem lean startup ipsum product market fit customer\n development acquihire technical cofounder. User",
"answer_count": 0,
- "last_activity_at": "2011-11-29 11:22:09",
+ "last_activity_at": "2011-12-20 12:51:25",
"closed_by": null,
"close_reason": null,
"locked": false,
"is_anonymous": false,
"tagnames": "tag-9-0 tag-9-1",
"locked_by": null,
- "added_at": "2011-11-29 11:22:09",
+ "added_at": "2011-12-20 12:51:25",
"deleted_by": null,
"wikified_at": null,
"title": "Test question title No.9",
@@ -7430,14 +10326,14 @@
"deleted": false,
"summary": "Lorem lean startup ipsum product market fit customer\n development acquihire technical cofounder. User",
"answer_count": 0,
- "last_activity_at": "2011-11-29 11:22:09",
+ "last_activity_at": "2011-12-20 12:51:25",
"closed_by": null,
"close_reason": null,
"locked": false,
"is_anonymous": false,
"tagnames": "tag-10-0 tag-10-1",
"locked_by": null,
- "added_at": "2011-11-29 11:22:09",
+ "added_at": "2011-12-20 12:51:25",
"deleted_by": null,
"wikified_at": null,
"title": "Test question title No.10",
@@ -7474,14 +10370,14 @@
"deleted": false,
"summary": "Lorem lean startup ipsum product market fit customer\n development acquihire technical cofounder. User",
"answer_count": 0,
- "last_activity_at": "2011-11-29 11:22:09",
+ "last_activity_at": "2011-12-20 12:51:25",
"closed_by": null,
"close_reason": null,
"locked": false,
"is_anonymous": false,
"tagnames": "tag-11-0 tag-11-1",
"locked_by": null,
- "added_at": "2011-11-29 11:22:09",
+ "added_at": "2011-12-20 12:51:25",
"deleted_by": null,
"wikified_at": null,
"title": "Test question title No.11",
@@ -7518,14 +10414,14 @@
"deleted": false,
"summary": "Lorem lean startup ipsum product market fit customer\n development acquihire technical cofounder. User",
"answer_count": 0,
- "last_activity_at": "2011-11-29 11:22:09",
+ "last_activity_at": "2011-12-20 12:51:25",
"closed_by": null,
"close_reason": null,
"locked": false,
"is_anonymous": false,
"tagnames": "tag-12-0 tag-12-1",
"locked_by": null,
- "added_at": "2011-11-29 11:22:09",
+ "added_at": "2011-12-20 12:51:25",
"deleted_by": null,
"wikified_at": null,
"title": "Test question title No.12",
@@ -7562,14 +10458,14 @@
"deleted": false,
"summary": "Lorem lean startup ipsum product market fit customer\n development acquihire technical cofounder. User",
"answer_count": 0,
- "last_activity_at": "2011-11-29 11:22:10",
+ "last_activity_at": "2011-12-20 12:51:25",
"closed_by": null,
"close_reason": null,
"locked": false,
"is_anonymous": false,
"tagnames": "tag-13-0 tag-13-1",
"locked_by": null,
- "added_at": "2011-11-29 11:22:10",
+ "added_at": "2011-12-20 12:51:25",
"deleted_by": null,
"wikified_at": null,
"title": "Test question title No.13",
@@ -7606,14 +10502,14 @@
"deleted": false,
"summary": "Lorem lean startup ipsum product market fit customer\n development acquihire technical cofounder. User",
"answer_count": 0,
- "last_activity_at": "2011-11-29 11:22:10",
+ "last_activity_at": "2011-12-20 12:51:25",
"closed_by": null,
"close_reason": null,
"locked": false,
"is_anonymous": false,
"tagnames": "tag-14-0 tag-14-1",
"locked_by": null,
- "added_at": "2011-11-29 11:22:10",
+ "added_at": "2011-12-20 12:51:25",
"deleted_by": null,
"wikified_at": null,
"title": "Test question title No.14",
@@ -7650,14 +10546,14 @@
"deleted": false,
"summary": "Lorem lean startup ipsum product market fit customer\n development acquihire technical cofounder. User",
"answer_count": 0,
- "last_activity_at": "2011-11-29 11:22:10",
+ "last_activity_at": "2011-12-20 12:51:25",
"closed_by": null,
"close_reason": null,
"locked": false,
"is_anonymous": false,
"tagnames": "tag-15-0 tag-15-1",
"locked_by": null,
- "added_at": "2011-11-29 11:22:10",
+ "added_at": "2011-12-20 12:51:25",
"deleted_by": null,
"wikified_at": null,
"title": "Test question title No.15",
@@ -7694,14 +10590,14 @@
"deleted": false,
"summary": "Lorem lean startup ipsum product market fit customer\n development acquihire technical cofounder. User",
"answer_count": 0,
- "last_activity_at": "2011-11-29 11:22:10",
+ "last_activity_at": "2011-12-20 12:51:26",
"closed_by": null,
"close_reason": null,
"locked": false,
"is_anonymous": false,
"tagnames": "tag-16-0 tag-16-1",
"locked_by": null,
- "added_at": "2011-11-29 11:22:10",
+ "added_at": "2011-12-20 12:51:26",
"deleted_by": null,
"wikified_at": null,
"title": "Test question title No.16",
@@ -7738,14 +10634,14 @@
"deleted": false,
"summary": "Lorem lean startup ipsum product market fit customer\n development acquihire technical cofounder. User",
"answer_count": 0,
- "last_activity_at": "2011-11-29 11:22:10",
+ "last_activity_at": "2011-12-20 12:51:26",
"closed_by": null,
"close_reason": null,
"locked": false,
"is_anonymous": false,
"tagnames": "tag-17-0 tag-17-1",
"locked_by": null,
- "added_at": "2011-11-29 11:22:10",
+ "added_at": "2011-12-20 12:51:26",
"deleted_by": null,
"wikified_at": null,
"title": "Test question title No.17",
@@ -7782,14 +10678,14 @@
"deleted": false,
"summary": "Lorem lean startup ipsum product market fit customer\n development acquihire technical cofounder. User",
"answer_count": 0,
- "last_activity_at": "2011-11-29 11:22:11",
+ "last_activity_at": "2011-12-20 12:51:26",
"closed_by": null,
"close_reason": null,
"locked": false,
"is_anonymous": false,
"tagnames": "tag-18-0 tag-18-1",
"locked_by": null,
- "added_at": "2011-11-29 11:22:11",
+ "added_at": "2011-12-20 12:51:26",
"deleted_by": null,
"wikified_at": null,
"title": "Test question title No.18",
@@ -7826,14 +10722,14 @@
"deleted": false,
"summary": "Lorem lean startup ipsum product market fit customer\n development acquihire technical cofounder. User",
"answer_count": 0,
- "last_activity_at": "2011-11-29 11:22:11",
+ "last_activity_at": "2011-12-20 12:51:26",
"closed_by": null,
"close_reason": null,
"locked": false,
"is_anonymous": false,
"tagnames": "tag-19-0 tag-19-1",
"locked_by": null,
- "added_at": "2011-11-29 11:22:11",
+ "added_at": "2011-12-20 12:51:26",
"deleted_by": null,
"wikified_at": null,
"title": "Test question title No.19",
@@ -7870,14 +10766,14 @@
"deleted": false,
"summary": "Lorem lean startup ipsum product market fit customer\n development acquihire technical cofounder. User",
"answer_count": 0,
- "last_activity_at": "2011-11-29 11:22:11",
+ "last_activity_at": "2011-12-20 12:51:26",
"closed_by": null,
"close_reason": null,
"locked": false,
"is_anonymous": false,
"tagnames": "tag-20-0 tag-20-1",
"locked_by": null,
- "added_at": "2011-11-29 11:22:11",
+ "added_at": "2011-12-20 12:51:26",
"deleted_by": null,
"wikified_at": null,
"title": "Test question title No.20",
@@ -7914,14 +10810,14 @@
"deleted": false,
"summary": "Lorem lean startup ipsum product market fit customer\n development acquihire technical cofounder. User",
"answer_count": 0,
- "last_activity_at": "2011-11-29 11:22:11",
+ "last_activity_at": "2011-12-20 12:51:26",
"closed_by": null,
"close_reason": null,
"locked": false,
"is_anonymous": false,
"tagnames": "tag-21-0 tag-21-1",
"locked_by": null,
- "added_at": "2011-11-29 11:22:11",
+ "added_at": "2011-12-20 12:51:26",
"deleted_by": null,
"wikified_at": null,
"title": "Test question title No.21",
@@ -7958,14 +10854,14 @@
"deleted": false,
"summary": "Lorem lean startup ipsum product market fit customer\n development acquihire technical cofounder. User",
"answer_count": 0,
- "last_activity_at": "2011-11-29 11:22:12",
+ "last_activity_at": "2011-12-20 12:51:26",
"closed_by": null,
"close_reason": null,
"locked": false,
"is_anonymous": false,
"tagnames": "tag-22-0 tag-22-1",
"locked_by": null,
- "added_at": "2011-11-29 11:22:12",
+ "added_at": "2011-12-20 12:51:26",
"deleted_by": null,
"wikified_at": null,
"title": "Test question title No.22",
@@ -8002,14 +10898,14 @@
"deleted": false,
"summary": "Lorem lean startup ipsum product market fit customer\n development acquihire technical cofounder. User",
"answer_count": 0,
- "last_activity_at": "2011-11-29 11:22:12",
+ "last_activity_at": "2011-12-20 12:51:27",
"closed_by": null,
"close_reason": null,
"locked": false,
"is_anonymous": false,
"tagnames": "tag-23-0 tag-23-1",
"locked_by": null,
- "added_at": "2011-11-29 11:22:12",
+ "added_at": "2011-12-20 12:51:27",
"deleted_by": null,
"wikified_at": null,
"title": "Test question title No.23",
@@ -8046,14 +10942,14 @@
"deleted": false,
"summary": "Lorem lean startup ipsum product market fit customer\n development acquihire technical cofounder. User",
"answer_count": 0,
- "last_activity_at": "2011-11-29 11:22:12",
+ "last_activity_at": "2011-12-20 12:51:27",
"closed_by": null,
"close_reason": null,
"locked": false,
"is_anonymous": false,
"tagnames": "tag-24-0 tag-24-1",
"locked_by": null,
- "added_at": "2011-11-29 11:22:12",
+ "added_at": "2011-12-20 12:51:27",
"deleted_by": null,
"wikified_at": null,
"title": "Test question title No.24",
@@ -8090,14 +10986,14 @@
"deleted": false,
"summary": "Lorem lean startup ipsum product market fit customer\n development acquihire technical cofounder. User",
"answer_count": 0,
- "last_activity_at": "2011-11-29 11:22:12",
+ "last_activity_at": "2011-12-20 12:51:27",
"closed_by": null,
"close_reason": null,
"locked": false,
"is_anonymous": false,
"tagnames": "tag-25-0 tag-25-1",
"locked_by": null,
- "added_at": "2011-11-29 11:22:12",
+ "added_at": "2011-12-20 12:51:27",
"deleted_by": null,
"wikified_at": null,
"title": "Test question title No.25",
@@ -8134,14 +11030,14 @@
"deleted": false,
"summary": "Lorem lean startup ipsum product market fit customer\n development acquihire technical cofounder. User",
"answer_count": 0,
- "last_activity_at": "2011-11-29 11:22:13",
+ "last_activity_at": "2011-12-20 12:51:27",
"closed_by": null,
"close_reason": null,
"locked": false,
"is_anonymous": false,
"tagnames": "tag-26-0 tag-26-1",
"locked_by": null,
- "added_at": "2011-11-29 11:22:13",
+ "added_at": "2011-12-20 12:51:27",
"deleted_by": null,
"wikified_at": null,
"title": "Test question title No.26",
@@ -8178,14 +11074,14 @@
"deleted": false,
"summary": "Lorem lean startup ipsum product market fit customer\n development acquihire technical cofounder. User",
"answer_count": 0,
- "last_activity_at": "2011-11-29 11:22:13",
+ "last_activity_at": "2011-12-20 12:51:27",
"closed_by": null,
"close_reason": null,
"locked": false,
"is_anonymous": false,
"tagnames": "tag-27-0 tag-27-1",
"locked_by": null,
- "added_at": "2011-11-29 11:22:13",
+ "added_at": "2011-12-20 12:51:27",
"deleted_by": null,
"wikified_at": null,
"title": "Test question title No.27",
@@ -8222,14 +11118,14 @@
"deleted": false,
"summary": "Lorem lean startup ipsum product market fit customer\n development acquihire technical cofounder. User",
"answer_count": 0,
- "last_activity_at": "2011-11-29 11:22:13",
+ "last_activity_at": "2011-12-20 12:51:27",
"closed_by": null,
"close_reason": null,
"locked": false,
"is_anonymous": false,
"tagnames": "tag-28-0 tag-28-1",
"locked_by": null,
- "added_at": "2011-11-29 11:22:13",
+ "added_at": "2011-12-20 12:51:27",
"deleted_by": null,
"wikified_at": null,
"title": "Test question title No.28",
@@ -8266,14 +11162,14 @@
"deleted": false,
"summary": "Lorem lean startup ipsum product market fit customer\n development acquihire technical cofounder. User",
"answer_count": 0,
- "last_activity_at": "2011-11-29 11:22:13",
+ "last_activity_at": "2011-12-20 12:51:27",
"closed_by": null,
"close_reason": null,
"locked": false,
"is_anonymous": false,
"tagnames": "tag-29-0 tag-29-1",
"locked_by": null,
- "added_at": "2011-11-29 11:22:13",
+ "added_at": "2011-12-20 12:51:27",
"deleted_by": null,
"wikified_at": null,
"title": "Test question title No.29",
@@ -8310,14 +11206,14 @@
"deleted": false,
"summary": "Lorem lean startup ipsum product market fit customer\n development acquihire technical cofounder. User",
"answer_count": 0,
- "last_activity_at": "2011-11-29 11:22:13",
+ "last_activity_at": "2011-12-20 12:51:28",
"closed_by": null,
"close_reason": null,
"locked": false,
"is_anonymous": false,
"tagnames": "tag-30-0 tag-30-1",
"locked_by": null,
- "added_at": "2011-11-29 11:22:13",
+ "added_at": "2011-12-20 12:51:28",
"deleted_by": null,
"wikified_at": null,
"title": "Test question title No.30",
@@ -8354,14 +11250,14 @@
"deleted": false,
"summary": "Lorem lean startup ipsum product market fit customer\n development acquihire technical cofounder. User",
"answer_count": 0,
- "last_activity_at": "2011-11-29 11:22:14",
+ "last_activity_at": "2011-12-20 12:51:28",
"closed_by": null,
"close_reason": null,
"locked": false,
"is_anonymous": false,
"tagnames": "tag-31-0 tag-31-1",
"locked_by": null,
- "added_at": "2011-11-29 11:22:14",
+ "added_at": "2011-12-20 12:51:28",
"deleted_by": null,
"wikified_at": null,
"title": "Test question title No.31",
@@ -8398,14 +11294,14 @@
"deleted": false,
"summary": "Lorem lean startup ipsum product market fit customer\n development acquihire technical cofounder. User",
"answer_count": 0,
- "last_activity_at": "2011-11-29 11:22:14",
+ "last_activity_at": "2011-12-20 12:51:28",
"closed_by": null,
"close_reason": null,
"locked": false,
"is_anonymous": false,
"tagnames": "tag-32-0 tag-32-1",
"locked_by": null,
- "added_at": "2011-11-29 11:22:14",
+ "added_at": "2011-12-20 12:51:28",
"deleted_by": null,
"wikified_at": null,
"title": "Test question title No.32",
@@ -8442,14 +11338,14 @@
"deleted": false,
"summary": "Lorem lean startup ipsum product market fit customer\n development acquihire technical cofounder. User",
"answer_count": 0,
- "last_activity_at": "2011-11-29 11:22:14",
+ "last_activity_at": "2011-12-20 12:51:28",
"closed_by": null,
"close_reason": null,
"locked": false,
"is_anonymous": false,
"tagnames": "tag-33-0 tag-33-1",
"locked_by": null,
- "added_at": "2011-11-29 11:22:14",
+ "added_at": "2011-12-20 12:51:28",
"deleted_by": null,
"wikified_at": null,
"title": "Test question title No.33",
@@ -8486,14 +11382,14 @@
"deleted": false,
"summary": "Lorem lean startup ipsum product market fit customer\n development acquihire technical cofounder. User",
"answer_count": 0,
- "last_activity_at": "2011-11-29 11:22:14",
+ "last_activity_at": "2011-12-20 12:51:28",
"closed_by": null,
"close_reason": null,
"locked": false,
"is_anonymous": false,
"tagnames": "tag-34-0 tag-34-1",
"locked_by": null,
- "added_at": "2011-11-29 11:22:14",
+ "added_at": "2011-12-20 12:51:28",
"deleted_by": null,
"wikified_at": null,
"title": "Test question title No.34",
@@ -8530,14 +11426,14 @@
"deleted": false,
"summary": "Lorem lean startup ipsum product market fit customer\n development acquihire technical cofounder. User",
"answer_count": 0,
- "last_activity_at": "2011-11-29 11:22:15",
+ "last_activity_at": "2011-12-20 12:51:28",
"closed_by": null,
"close_reason": null,
"locked": false,
"is_anonymous": false,
"tagnames": "tag-35-0 tag-35-1",
"locked_by": null,
- "added_at": "2011-11-29 11:22:15",
+ "added_at": "2011-12-20 12:51:28",
"deleted_by": null,
"wikified_at": null,
"title": "Test question title No.35",
@@ -8574,14 +11470,14 @@
"deleted": false,
"summary": "Lorem lean startup ipsum product market fit customer\n development acquihire technical cofounder. User",
"answer_count": 0,
- "last_activity_at": "2011-11-29 11:22:15",
+ "last_activity_at": "2011-12-20 12:51:29",
"closed_by": null,
"close_reason": null,
"locked": false,
"is_anonymous": false,
"tagnames": "tag-36-0 tag-36-1",
"locked_by": null,
- "added_at": "2011-11-29 11:22:15",
+ "added_at": "2011-12-20 12:51:29",
"deleted_by": null,
"wikified_at": null,
"title": "Test question title No.36",
@@ -8618,14 +11514,14 @@
"deleted": false,
"summary": "Lorem lean startup ipsum product market fit customer\n development acquihire technical cofounder. User",
"answer_count": 0,
- "last_activity_at": "2011-11-29 11:22:15",
+ "last_activity_at": "2011-12-20 12:51:29",
"closed_by": null,
"close_reason": null,
"locked": false,
"is_anonymous": false,
"tagnames": "tag-37-0 tag-37-1",
"locked_by": null,
- "added_at": "2011-11-29 11:22:15",
+ "added_at": "2011-12-20 12:51:29",
"deleted_by": null,
"wikified_at": null,
"title": "Test question title No.37",
@@ -8662,14 +11558,14 @@
"deleted": false,
"summary": "Lorem lean startup ipsum product market fit customer\n development acquihire technical cofounder. User",
"answer_count": 0,
- "last_activity_at": "2011-11-29 11:22:15",
+ "last_activity_at": "2011-12-20 12:51:29",
"closed_by": null,
"close_reason": null,
"locked": false,
"is_anonymous": false,
"tagnames": "tag-38-0 tag-38-1",
"locked_by": null,
- "added_at": "2011-11-29 11:22:15",
+ "added_at": "2011-12-20 12:51:29",
"deleted_by": null,
"wikified_at": null,
"title": "Test question title No.38",
@@ -8706,14 +11602,14 @@
"deleted": false,
"summary": "Lorem lean startup ipsum product market fit customer\n development acquihire technical cofounder. User",
"answer_count": 0,
- "last_activity_at": "2011-11-29 11:22:16",
+ "last_activity_at": "2011-12-20 12:51:29",
"closed_by": null,
"close_reason": null,
"locked": false,
"is_anonymous": false,
"tagnames": "tag-39-0 tag-39-1",
"locked_by": null,
- "added_at": "2011-11-29 11:22:16",
+ "added_at": "2011-12-20 12:51:29",
"deleted_by": null,
"wikified_at": null,
"title": "Test question title No.39",
@@ -8771,18 +11667,18 @@
"deleted": false,
"summary": "Lorem lean startup ipsum product market fit customer\n development acquihire technical cofounder. User",
"answer_count": 20,
- "last_activity_at": "2011-11-29 11:22:45",
+ "last_activity_at": "2011-12-20 12:51:50",
"closed_by": null,
"close_reason": null,
"locked": false,
"is_anonymous": false,
"tagnames": "tag-40-0 tag-40-1",
"locked_by": null,
- "added_at": "2011-11-29 11:22:16",
+ "added_at": "2011-12-20 12:51:29",
"deleted_by": null,
"wikified_at": null,
"title": "Test question title No.EDITED",
- "last_edited_at": "2011-11-29 11:22:44"
+ "last_edited_at": "2011-12-20 12:51:50"
}
},
{
@@ -8807,7 +11703,7 @@
"accepted": false,
"locked": false,
"locked_by": null,
- "added_at": "2011-11-29 11:22:16",
+ "added_at": "2011-12-20 12:51:29",
"deleted_by": null,
"wikified_at": null,
"last_edited_at": null
@@ -8835,7 +11731,7 @@
"accepted": false,
"locked": false,
"locked_by": null,
- "added_at": "2011-11-29 11:22:16",
+ "added_at": "2011-12-20 12:51:30",
"deleted_by": null,
"wikified_at": null,
"last_edited_at": null
@@ -8863,7 +11759,7 @@
"accepted": false,
"locked": false,
"locked_by": null,
- "added_at": "2011-11-29 11:22:17",
+ "added_at": "2011-12-20 12:51:30",
"deleted_by": null,
"wikified_at": null,
"last_edited_at": null
@@ -8891,7 +11787,7 @@
"accepted": false,
"locked": false,
"locked_by": null,
- "added_at": "2011-11-29 11:22:17",
+ "added_at": "2011-12-20 12:51:30",
"deleted_by": null,
"wikified_at": null,
"last_edited_at": null
@@ -8919,7 +11815,7 @@
"accepted": false,
"locked": false,
"locked_by": null,
- "added_at": "2011-11-29 11:22:17",
+ "added_at": "2011-12-20 12:51:30",
"deleted_by": null,
"wikified_at": null,
"last_edited_at": null
@@ -8947,7 +11843,7 @@
"accepted": false,
"locked": false,
"locked_by": null,
- "added_at": "2011-11-29 11:22:18",
+ "added_at": "2011-12-20 12:51:31",
"deleted_by": null,
"wikified_at": null,
"last_edited_at": null
@@ -8975,7 +11871,7 @@
"accepted": false,
"locked": false,
"locked_by": null,
- "added_at": "2011-11-29 11:22:18",
+ "added_at": "2011-12-20 12:51:31",
"deleted_by": null,
"wikified_at": null,
"last_edited_at": null
@@ -9003,7 +11899,7 @@
"accepted": false,
"locked": false,
"locked_by": null,
- "added_at": "2011-11-29 11:22:19",
+ "added_at": "2011-12-20 12:51:31",
"deleted_by": null,
"wikified_at": null,
"last_edited_at": null
@@ -9031,7 +11927,7 @@
"accepted": false,
"locked": false,
"locked_by": null,
- "added_at": "2011-11-29 11:22:19",
+ "added_at": "2011-12-20 12:51:32",
"deleted_by": null,
"wikified_at": null,
"last_edited_at": null
@@ -9059,7 +11955,7 @@
"accepted": false,
"locked": false,
"locked_by": null,
- "added_at": "2011-11-29 11:22:20",
+ "added_at": "2011-12-20 12:51:32",
"deleted_by": null,
"wikified_at": null,
"last_edited_at": null
@@ -9087,7 +11983,7 @@
"accepted": false,
"locked": false,
"locked_by": null,
- "added_at": "2011-11-29 11:22:20",
+ "added_at": "2011-12-20 12:51:33",
"deleted_by": null,
"wikified_at": null,
"last_edited_at": null
@@ -9115,7 +12011,7 @@
"accepted": false,
"locked": false,
"locked_by": null,
- "added_at": "2011-11-29 11:22:21",
+ "added_at": "2011-12-20 12:51:33",
"deleted_by": null,
"wikified_at": null,
"last_edited_at": null
@@ -9143,7 +12039,7 @@
"accepted": false,
"locked": false,
"locked_by": null,
- "added_at": "2011-11-29 11:22:22",
+ "added_at": "2011-12-20 12:51:33",
"deleted_by": null,
"wikified_at": null,
"last_edited_at": null
@@ -9171,7 +12067,7 @@
"accepted": false,
"locked": false,
"locked_by": null,
- "added_at": "2011-11-29 11:22:22",
+ "added_at": "2011-12-20 12:51:34",
"deleted_by": null,
"wikified_at": null,
"last_edited_at": null
@@ -9199,7 +12095,7 @@
"accepted": false,
"locked": false,
"locked_by": null,
- "added_at": "2011-11-29 11:22:23",
+ "added_at": "2011-12-20 12:51:35",
"deleted_by": null,
"wikified_at": null,
"last_edited_at": null
@@ -9227,7 +12123,7 @@
"accepted": false,
"locked": false,
"locked_by": null,
- "added_at": "2011-11-29 11:22:24",
+ "added_at": "2011-12-20 12:51:35",
"deleted_by": null,
"wikified_at": null,
"last_edited_at": null
@@ -9255,7 +12151,7 @@
"accepted": false,
"locked": false,
"locked_by": null,
- "added_at": "2011-11-29 11:22:25",
+ "added_at": "2011-12-20 12:51:36",
"deleted_by": null,
"wikified_at": null,
"last_edited_at": null
@@ -9283,7 +12179,7 @@
"accepted": false,
"locked": false,
"locked_by": null,
- "added_at": "2011-11-29 11:22:25",
+ "added_at": "2011-12-20 12:51:36",
"deleted_by": null,
"wikified_at": null,
"last_edited_at": null
@@ -9311,7 +12207,7 @@
"accepted": false,
"locked": false,
"locked_by": null,
- "added_at": "2011-11-29 11:22:26",
+ "added_at": "2011-12-20 12:51:37",
"deleted_by": null,
"wikified_at": null,
"last_edited_at": null
@@ -9334,2931 +12230,35 @@
"html": "<p>Main differentiators business model micro economics\n marketplace equity augmented reality human computer</p>\n",
"vote_down_count": 0,
"last_edited_by": 20,
- "accepted_at": "2011-11-29 11:22:47",
+ "accepted_at": "2011-12-20 12:51:52",
"deleted": false,
"accepted": true,
"locked": false,
"locked_by": null,
- "added_at": "2011-11-29 11:22:27",
+ "added_at": "2011-12-20 12:51:38",
"deleted_by": null,
"wikified_at": null,
- "last_edited_at": "2011-11-29 11:22:45"
+ "last_edited_at": "2011-12-20 12:51:50"
}
},
{
"pk": 1,
- "model": "askbot.award",
- "fields": {
- "awarded_at": "2011-11-29 11:22:03",
- "notified": false,
- "object_id": 1,
- "user": 1,
- "content_type": 17,
- "badge": 1
- }
- },
- {
- "pk": 2,
- "model": "askbot.award",
- "fields": {
- "awarded_at": "2011-11-29 11:22:03",
- "notified": false,
- "object_id": 1,
- "user": 2,
- "content_type": 17,
- "badge": 2
- }
- },
- {
- "pk": 3,
- "model": "askbot.award",
- "fields": {
- "awarded_at": "2011-11-29 11:22:04",
- "notified": false,
- "object_id": 2,
- "user": 3,
- "content_type": 17,
- "badge": 3
- }
- },
- {
- "pk": 4,
- "model": "askbot.award",
- "fields": {
- "awarded_at": "2011-11-29 11:22:05",
- "notified": false,
- "object_id": 3,
- "user": 3,
- "content_type": 17,
- "badge": 1
- }
- },
- {
- "pk": 5,
- "model": "askbot.award",
- "fields": {
- "awarded_at": "2011-11-29 11:22:05",
- "notified": false,
- "object_id": 3,
- "user": 4,
- "content_type": 17,
- "badge": 2
- }
- },
- {
- "pk": 6,
- "model": "askbot.award",
- "fields": {
- "awarded_at": "2011-11-29 11:22:05",
- "notified": false,
- "object_id": 4,
- "user": 5,
- "content_type": 17,
- "badge": 3
- }
- },
- {
- "pk": 7,
- "model": "askbot.award",
- "fields": {
- "awarded_at": "2011-11-29 11:22:06",
- "notified": false,
- "object_id": 5,
- "user": 5,
- "content_type": 17,
- "badge": 1
- }
- },
- {
- "pk": 8,
- "model": "askbot.award",
- "fields": {
- "awarded_at": "2011-11-29 11:22:06",
- "notified": false,
- "object_id": 5,
- "user": 6,
- "content_type": 17,
- "badge": 2
- }
- },
- {
- "pk": 9,
- "model": "askbot.award",
- "fields": {
- "awarded_at": "2011-11-29 11:22:07",
- "notified": false,
- "object_id": 6,
- "user": 7,
- "content_type": 17,
- "badge": 3
- }
- },
- {
- "pk": 10,
- "model": "askbot.award",
- "fields": {
- "awarded_at": "2011-11-29 11:22:08",
- "notified": false,
- "object_id": 7,
- "user": 7,
- "content_type": 17,
- "badge": 1
- }
- },
- {
- "pk": 11,
- "model": "askbot.award",
- "fields": {
- "awarded_at": "2011-11-29 11:22:08",
- "notified": false,
- "object_id": 7,
- "user": 8,
- "content_type": 17,
- "badge": 2
- }
- },
- {
- "pk": 12,
- "model": "askbot.award",
- "fields": {
- "awarded_at": "2011-11-29 11:22:08",
- "notified": false,
- "object_id": 8,
- "user": 9,
- "content_type": 17,
- "badge": 3
- }
- },
- {
- "pk": 13,
- "model": "askbot.award",
- "fields": {
- "awarded_at": "2011-11-29 11:22:09",
- "notified": false,
- "object_id": 9,
- "user": 9,
- "content_type": 17,
- "badge": 1
- }
- },
- {
- "pk": 14,
- "model": "askbot.award",
- "fields": {
- "awarded_at": "2011-11-29 11:22:09",
- "notified": false,
- "object_id": 9,
- "user": 10,
- "content_type": 17,
- "badge": 2
- }
- },
- {
- "pk": 15,
- "model": "askbot.award",
- "fields": {
- "awarded_at": "2011-11-29 11:22:09",
- "notified": false,
- "object_id": 10,
- "user": 11,
- "content_type": 17,
- "badge": 3
- }
- },
- {
- "pk": 16,
- "model": "askbot.award",
- "fields": {
- "awarded_at": "2011-11-29 11:22:09",
- "notified": false,
- "object_id": 11,
- "user": 11,
- "content_type": 17,
- "badge": 1
- }
- },
- {
- "pk": 17,
- "model": "askbot.award",
- "fields": {
- "awarded_at": "2011-11-29 11:22:09",
- "notified": false,
- "object_id": 11,
- "user": 12,
- "content_type": 17,
- "badge": 2
- }
- },
- {
- "pk": 18,
- "model": "askbot.award",
- "fields": {
- "awarded_at": "2011-11-29 11:22:09",
- "notified": false,
- "object_id": 12,
- "user": 13,
- "content_type": 17,
- "badge": 3
- }
- },
- {
- "pk": 19,
- "model": "askbot.award",
- "fields": {
- "awarded_at": "2011-11-29 11:22:10",
- "notified": false,
- "object_id": 13,
- "user": 13,
- "content_type": 17,
- "badge": 1
- }
- },
- {
- "pk": 20,
- "model": "askbot.award",
- "fields": {
- "awarded_at": "2011-11-29 11:22:10",
- "notified": false,
- "object_id": 13,
- "user": 14,
- "content_type": 17,
- "badge": 2
- }
- },
- {
- "pk": 21,
- "model": "askbot.award",
- "fields": {
- "awarded_at": "2011-11-29 11:22:10",
- "notified": false,
- "object_id": 14,
- "user": 15,
- "content_type": 17,
- "badge": 3
- }
- },
- {
- "pk": 22,
- "model": "askbot.award",
- "fields": {
- "awarded_at": "2011-11-29 11:22:10",
- "notified": false,
- "object_id": 15,
- "user": 15,
- "content_type": 17,
- "badge": 1
- }
- },
- {
- "pk": 23,
- "model": "askbot.award",
- "fields": {
- "awarded_at": "2011-11-29 11:22:10",
- "notified": false,
- "object_id": 15,
- "user": 16,
- "content_type": 17,
- "badge": 2
- }
- },
- {
- "pk": 24,
- "model": "askbot.award",
- "fields": {
- "awarded_at": "2011-11-29 11:22:10",
- "notified": false,
- "object_id": 16,
- "user": 17,
- "content_type": 17,
- "badge": 3
- }
- },
- {
- "pk": 25,
- "model": "askbot.award",
- "fields": {
- "awarded_at": "2011-11-29 11:22:11",
- "notified": false,
- "object_id": 17,
- "user": 17,
- "content_type": 17,
- "badge": 1
- }
- },
- {
- "pk": 26,
- "model": "askbot.award",
- "fields": {
- "awarded_at": "2011-11-29 11:22:11",
- "notified": false,
- "object_id": 17,
- "user": 18,
- "content_type": 17,
- "badge": 2
- }
- },
- {
- "pk": 27,
- "model": "askbot.award",
- "fields": {
- "awarded_at": "2011-11-29 11:22:11",
- "notified": false,
- "object_id": 18,
- "user": 19,
- "content_type": 17,
- "badge": 3
- }
- },
- {
- "pk": 28,
- "model": "askbot.award",
- "fields": {
- "awarded_at": "2011-11-29 11:22:11",
- "notified": false,
- "object_id": 19,
- "user": 19,
- "content_type": 17,
- "badge": 1
- }
- },
- {
- "pk": 29,
- "model": "askbot.award",
- "fields": {
- "awarded_at": "2011-11-29 11:22:11",
- "notified": false,
- "object_id": 19,
- "user": 20,
- "content_type": 17,
- "badge": 2
- }
- },
- {
- "pk": 30,
- "model": "askbot.award",
- "fields": {
- "awarded_at": "2011-11-29 11:22:11",
- "notified": false,
- "object_id": 20,
- "user": 21,
- "content_type": 17,
- "badge": 3
- }
- },
- {
- "pk": 31,
- "model": "askbot.award",
- "fields": {
- "awarded_at": "2011-11-29 11:22:11",
- "notified": false,
- "object_id": 21,
- "user": 21,
- "content_type": 17,
- "badge": 1
- }
- },
- {
- "pk": 32,
- "model": "askbot.award",
- "fields": {
- "awarded_at": "2011-11-29 11:22:11",
- "notified": false,
- "object_id": 21,
- "user": 22,
- "content_type": 17,
- "badge": 2
- }
- },
- {
- "pk": 33,
- "model": "askbot.award",
- "fields": {
- "awarded_at": "2011-11-29 11:22:12",
- "notified": false,
- "object_id": 22,
- "user": 23,
- "content_type": 17,
- "badge": 3
- }
- },
- {
- "pk": 34,
- "model": "askbot.award",
- "fields": {
- "awarded_at": "2011-11-29 11:22:12",
- "notified": false,
- "object_id": 23,
- "user": 23,
- "content_type": 17,
- "badge": 1
- }
- },
- {
- "pk": 35,
- "model": "askbot.award",
- "fields": {
- "awarded_at": "2011-11-29 11:22:12",
- "notified": false,
- "object_id": 23,
- "user": 24,
- "content_type": 17,
- "badge": 2
- }
- },
- {
- "pk": 36,
- "model": "askbot.award",
- "fields": {
- "awarded_at": "2011-11-29 11:22:12",
- "notified": false,
- "object_id": 24,
- "user": 25,
- "content_type": 17,
- "badge": 3
- }
- },
- {
- "pk": 37,
- "model": "askbot.award",
- "fields": {
- "awarded_at": "2011-11-29 11:22:12",
- "notified": false,
- "object_id": 25,
- "user": 25,
- "content_type": 17,
- "badge": 1
- }
- },
- {
- "pk": 38,
- "model": "askbot.award",
- "fields": {
- "awarded_at": "2011-11-29 11:22:12",
- "notified": false,
- "object_id": 25,
- "user": 26,
- "content_type": 17,
- "badge": 2
- }
- },
- {
- "pk": 39,
- "model": "askbot.award",
- "fields": {
- "awarded_at": "2011-11-29 11:22:13",
- "notified": false,
- "object_id": 26,
- "user": 27,
- "content_type": 17,
- "badge": 3
- }
- },
- {
- "pk": 40,
- "model": "askbot.award",
- "fields": {
- "awarded_at": "2011-11-29 11:22:13",
- "notified": false,
- "object_id": 27,
- "user": 27,
- "content_type": 17,
- "badge": 1
- }
- },
- {
- "pk": 41,
- "model": "askbot.award",
- "fields": {
- "awarded_at": "2011-11-29 11:22:13",
- "notified": false,
- "object_id": 27,
- "user": 28,
- "content_type": 17,
- "badge": 2
- }
- },
- {
- "pk": 42,
- "model": "askbot.award",
- "fields": {
- "awarded_at": "2011-11-29 11:22:13",
- "notified": false,
- "object_id": 28,
- "user": 29,
- "content_type": 17,
- "badge": 3
- }
- },
- {
- "pk": 43,
- "model": "askbot.award",
- "fields": {
- "awarded_at": "2011-11-29 11:22:13",
- "notified": false,
- "object_id": 29,
- "user": 29,
- "content_type": 17,
- "badge": 1
- }
- },
- {
- "pk": 44,
- "model": "askbot.award",
- "fields": {
- "awarded_at": "2011-11-29 11:22:13",
- "notified": false,
- "object_id": 29,
- "user": 30,
- "content_type": 17,
- "badge": 2
- }
- },
- {
- "pk": 45,
- "model": "askbot.award",
- "fields": {
- "awarded_at": "2011-11-29 11:22:14",
- "notified": false,
- "object_id": 30,
- "user": 31,
- "content_type": 17,
- "badge": 3
- }
- },
- {
- "pk": 46,
- "model": "askbot.award",
- "fields": {
- "awarded_at": "2011-11-29 11:22:14",
- "notified": false,
- "object_id": 31,
- "user": 31,
- "content_type": 17,
- "badge": 1
- }
- },
- {
- "pk": 47,
- "model": "askbot.award",
- "fields": {
- "awarded_at": "2011-11-29 11:22:14",
- "notified": false,
- "object_id": 31,
- "user": 32,
- "content_type": 17,
- "badge": 2
- }
- },
- {
- "pk": 48,
- "model": "askbot.award",
- "fields": {
- "awarded_at": "2011-11-29 11:22:14",
- "notified": false,
- "object_id": 32,
- "user": 33,
- "content_type": 17,
- "badge": 3
- }
- },
- {
- "pk": 49,
- "model": "askbot.award",
- "fields": {
- "awarded_at": "2011-11-29 11:22:14",
- "notified": false,
- "object_id": 33,
- "user": 33,
- "content_type": 17,
- "badge": 1
- }
- },
- {
- "pk": 50,
- "model": "askbot.award",
- "fields": {
- "awarded_at": "2011-11-29 11:22:14",
- "notified": false,
- "object_id": 33,
- "user": 34,
- "content_type": 17,
- "badge": 2
- }
- },
- {
- "pk": 51,
- "model": "askbot.award",
- "fields": {
- "awarded_at": "2011-11-29 11:22:15",
- "notified": false,
- "object_id": 34,
- "user": 35,
- "content_type": 17,
- "badge": 3
- }
- },
- {
- "pk": 52,
- "model": "askbot.award",
- "fields": {
- "awarded_at": "2011-11-29 11:22:15",
- "notified": false,
- "object_id": 35,
- "user": 35,
- "content_type": 17,
- "badge": 1
- }
- },
- {
- "pk": 53,
- "model": "askbot.award",
- "fields": {
- "awarded_at": "2011-11-29 11:22:15",
- "notified": false,
- "object_id": 35,
- "user": 36,
- "content_type": 17,
- "badge": 2
- }
- },
- {
- "pk": 54,
- "model": "askbot.award",
- "fields": {
- "awarded_at": "2011-11-29 11:22:15",
- "notified": false,
- "object_id": 36,
- "user": 37,
- "content_type": 17,
- "badge": 3
- }
- },
- {
- "pk": 55,
- "model": "askbot.award",
- "fields": {
- "awarded_at": "2011-11-29 11:22:15",
- "notified": false,
- "object_id": 37,
- "user": 37,
- "content_type": 17,
- "badge": 1
- }
- },
- {
- "pk": 56,
- "model": "askbot.award",
- "fields": {
- "awarded_at": "2011-11-29 11:22:15",
- "notified": false,
- "object_id": 37,
- "user": 38,
- "content_type": 17,
- "badge": 2
- }
- },
- {
- "pk": 57,
- "model": "askbot.award",
- "fields": {
- "awarded_at": "2011-11-29 11:22:16",
- "notified": false,
- "object_id": 38,
- "user": 39,
- "content_type": 17,
- "badge": 3
- }
- },
- {
- "pk": 58,
- "model": "askbot.award",
- "fields": {
- "awarded_at": "2011-11-29 11:22:16",
- "notified": false,
- "object_id": 39,
- "user": 39,
- "content_type": 17,
- "badge": 1
- }
- },
- {
- "pk": 59,
- "model": "askbot.award",
- "fields": {
- "awarded_at": "2011-11-29 11:22:16",
- "notified": false,
- "object_id": 39,
- "user": 40,
- "content_type": 17,
- "badge": 2
- }
- },
- {
- "pk": 60,
- "model": "askbot.award",
- "fields": {
- "awarded_at": "2011-11-29 11:22:16",
- "notified": false,
- "object_id": 40,
- "user": 40,
- "content_type": 17,
- "badge": 1
- }
- },
- {
- "pk": 61,
- "model": "askbot.award",
- "fields": {
- "awarded_at": "2011-11-29 11:22:16",
- "notified": false,
- "object_id": 40,
- "user": 1,
- "content_type": 17,
- "badge": 2
- }
- },
- {
- "pk": 62,
- "model": "askbot.award",
- "fields": {
- "awarded_at": "2011-11-29 11:22:16",
- "notified": false,
- "object_id": 1,
- "user": 1,
- "content_type": 21,
- "badge": 4
- }
- },
- {
- "pk": 63,
- "model": "askbot.award",
- "fields": {
- "awarded_at": "2011-11-29 11:22:17",
- "notified": false,
- "object_id": 40,
- "user": 40,
- "content_type": 17,
- "badge": 5
- }
- },
- {
- "pk": 64,
- "model": "askbot.award",
- "fields": {
- "awarded_at": "2011-11-29 11:22:17",
- "notified": false,
- "object_id": 40,
- "user": 40,
- "content_type": 17,
- "badge": 6
- }
- },
- {
- "pk": 65,
- "model": "askbot.award",
- "fields": {
- "awarded_at": "2011-11-29 11:22:17",
- "notified": false,
- "object_id": 40,
- "user": 3,
- "content_type": 17,
- "badge": 2
- }
- },
- {
- "pk": 66,
- "model": "askbot.award",
- "fields": {
- "awarded_at": "2011-11-29 11:22:17",
- "notified": false,
- "object_id": 3,
- "user": 3,
- "content_type": 21,
- "badge": 4
- }
- },
- {
- "pk": 67,
- "model": "askbot.award",
- "fields": {
- "awarded_at": "2011-11-29 11:22:18",
- "notified": false,
- "object_id": 40,
- "user": 40,
- "content_type": 17,
- "badge": 7
- }
- },
- {
- "pk": 68,
- "model": "askbot.award",
- "fields": {
- "awarded_at": "2011-11-29 11:22:18",
- "notified": false,
- "object_id": 40,
- "user": 5,
- "content_type": 17,
- "badge": 2
- }
- },
- {
- "pk": 69,
- "model": "askbot.award",
- "fields": {
- "awarded_at": "2011-11-29 11:22:18",
- "notified": false,
- "object_id": 5,
- "user": 5,
- "content_type": 21,
- "badge": 4
- }
- },
- {
- "pk": 70,
- "model": "askbot.award",
- "fields": {
- "awarded_at": "2011-11-29 11:22:19",
- "notified": false,
- "object_id": 40,
- "user": 7,
- "content_type": 17,
- "badge": 2
- }
- },
- {
- "pk": 71,
- "model": "askbot.award",
- "fields": {
- "awarded_at": "2011-11-29 11:22:19",
- "notified": false,
- "object_id": 7,
- "user": 7,
- "content_type": 21,
- "badge": 4
- }
- },
- {
- "pk": 72,
- "model": "askbot.award",
- "fields": {
- "awarded_at": "2011-11-29 11:22:20",
- "notified": false,
- "object_id": 40,
- "user": 9,
- "content_type": 17,
- "badge": 2
- }
- },
- {
- "pk": 73,
- "model": "askbot.award",
- "fields": {
- "awarded_at": "2011-11-29 11:22:20",
- "notified": false,
- "object_id": 9,
- "user": 9,
- "content_type": 21,
- "badge": 4
- }
- },
- {
- "pk": 74,
- "model": "askbot.award",
- "fields": {
- "awarded_at": "2011-11-29 11:22:21",
- "notified": false,
- "object_id": 40,
- "user": 11,
- "content_type": 17,
- "badge": 2
- }
- },
- {
- "pk": 75,
- "model": "askbot.award",
- "fields": {
- "awarded_at": "2011-11-29 11:22:21",
- "notified": false,
- "object_id": 11,
- "user": 11,
- "content_type": 21,
- "badge": 4
- }
- },
- {
- "pk": 76,
- "model": "askbot.award",
- "fields": {
- "awarded_at": "2011-11-29 11:22:22",
- "notified": false,
- "object_id": 40,
- "user": 13,
- "content_type": 17,
- "badge": 2
- }
- },
- {
- "pk": 77,
- "model": "askbot.award",
- "fields": {
- "awarded_at": "2011-11-29 11:22:22",
- "notified": false,
- "object_id": 13,
- "user": 13,
- "content_type": 21,
- "badge": 4
- }
- },
- {
- "pk": 78,
- "model": "askbot.award",
- "fields": {
- "awarded_at": "2011-11-29 11:22:24",
- "notified": false,
- "object_id": 40,
- "user": 15,
- "content_type": 17,
- "badge": 2
- }
- },
- {
- "pk": 79,
- "model": "askbot.award",
- "fields": {
- "awarded_at": "2011-11-29 11:22:24",
- "notified": false,
- "object_id": 15,
- "user": 15,
- "content_type": 21,
- "badge": 4
- }
- },
- {
- "pk": 80,
- "model": "askbot.award",
- "fields": {
- "awarded_at": "2011-11-29 11:22:25",
- "notified": false,
- "object_id": 40,
- "user": 17,
- "content_type": 17,
- "badge": 2
- }
- },
- {
- "pk": 81,
- "model": "askbot.award",
- "fields": {
- "awarded_at": "2011-11-29 11:22:25",
- "notified": false,
- "object_id": 17,
- "user": 17,
- "content_type": 21,
- "badge": 4
- }
- },
- {
- "pk": 82,
- "model": "askbot.award",
- "fields": {
- "awarded_at": "2011-11-29 11:22:27",
- "notified": false,
- "object_id": 40,
- "user": 19,
- "content_type": 17,
- "badge": 2
- }
- },
- {
- "pk": 83,
- "model": "askbot.award",
- "fields": {
- "awarded_at": "2011-11-29 11:22:27",
- "notified": false,
- "object_id": 19,
- "user": 19,
- "content_type": 21,
- "badge": 4
- }
- },
- {
- "pk": 84,
- "model": "askbot.award",
- "fields": {
- "awarded_at": "2011-11-29 11:22:28",
- "notified": false,
- "object_id": 20,
- "user": 20,
- "content_type": 21,
- "badge": 4
- }
- },
- {
- "pk": 85,
- "model": "askbot.award",
- "fields": {
- "awarded_at": "2011-11-29 11:22:28",
- "notified": false,
- "object_id": 20,
- "user": 20,
- "content_type": 21,
- "badge": 8
- }
- },
- {
- "pk": 86,
- "model": "askbot.award",
- "fields": {
- "awarded_at": "2011-11-29 11:22:29",
- "notified": false,
- "object_id": 20,
- "user": 20,
- "content_type": 21,
- "badge": 9
- }
- },
- {
- "pk": 87,
- "model": "askbot.award",
- "fields": {
- "awarded_at": "2011-11-29 11:22:30",
- "notified": false,
- "object_id": 20,
- "user": 20,
- "content_type": 21,
- "badge": 10
- }
- },
- {
- "pk": 88,
- "model": "askbot.award",
- "fields": {
- "awarded_at": "2011-11-29 11:22:44",
- "notified": false,
- "object_id": 40,
- "user": 40,
- "content_type": 17,
- "badge": 11
- }
- },
- {
- "pk": 89,
- "model": "askbot.award",
- "fields": {
- "awarded_at": "2011-11-29 11:22:45",
- "notified": false,
- "object_id": 20,
- "user": 20,
- "content_type": 21,
- "badge": 11
- }
- },
- {
- "pk": 90,
- "model": "askbot.award",
- "fields": {
- "awarded_at": "2011-11-29 11:22:47",
- "notified": false,
- "object_id": 20,
- "user": 40,
- "content_type": 21,
- "badge": 12
- }
- },
- {
- "pk": 91,
- "model": "askbot.award",
- "fields": {
- "awarded_at": "2011-11-29 11:22:47",
- "notified": false,
- "object_id": 20,
- "user": 20,
- "content_type": 21,
- "badge": 13
- }
- },
- {
- "pk": 92,
- "model": "askbot.award",
- "fields": {
- "awarded_at": "2011-11-29 11:22:47",
- "notified": false,
- "object_id": 20,
- "user": 20,
- "content_type": 21,
- "badge": 14
- }
- },
- {
- "pk": 1,
- "model": "askbot.repute",
- "fields": {
- "comment": null,
- "positive": 10,
- "question": 1,
- "negative": 0,
- "reputation_type": 1,
- "user": 1,
- "reputed_at": "2011-11-29 11:22:03",
- "reputation": 510
- }
- },
- {
- "pk": 2,
- "model": "askbot.repute",
- "fields": {
- "comment": null,
- "positive": 0,
- "question": 2,
- "negative": -2,
- "reputation_type": -3,
- "user": 2,
- "reputed_at": "2011-11-29 11:22:04",
- "reputation": 498
- }
- },
- {
- "pk": 3,
- "model": "askbot.repute",
- "fields": {
- "comment": null,
- "positive": 0,
- "question": 2,
- "negative": -1,
- "reputation_type": -5,
- "user": 3,
- "reputed_at": "2011-11-29 11:22:04",
- "reputation": 499
- }
- },
- {
- "pk": 4,
- "model": "askbot.repute",
- "fields": {
- "comment": null,
- "positive": 10,
- "question": 3,
- "negative": 0,
- "reputation_type": 1,
- "user": 3,
- "reputed_at": "2011-11-29 11:22:05",
- "reputation": 509
- }
- },
- {
- "pk": 5,
- "model": "askbot.repute",
- "fields": {
- "comment": null,
- "positive": 0,
- "question": 4,
- "negative": -2,
- "reputation_type": -3,
- "user": 4,
- "reputed_at": "2011-11-29 11:22:05",
- "reputation": 498
- }
- },
- {
- "pk": 6,
- "model": "askbot.repute",
- "fields": {
- "comment": null,
- "positive": 0,
- "question": 4,
- "negative": -1,
- "reputation_type": -5,
- "user": 5,
- "reputed_at": "2011-11-29 11:22:05",
- "reputation": 499
- }
- },
- {
- "pk": 7,
- "model": "askbot.repute",
- "fields": {
- "comment": null,
- "positive": 10,
- "question": 5,
- "negative": 0,
- "reputation_type": 1,
- "user": 5,
- "reputed_at": "2011-11-29 11:22:06",
- "reputation": 509
- }
- },
- {
- "pk": 8,
- "model": "askbot.repute",
- "fields": {
- "comment": null,
- "positive": 0,
- "question": 6,
- "negative": -2,
- "reputation_type": -3,
- "user": 6,
- "reputed_at": "2011-11-29 11:22:07",
- "reputation": 498
- }
- },
- {
- "pk": 9,
- "model": "askbot.repute",
- "fields": {
- "comment": null,
- "positive": 0,
- "question": 6,
- "negative": -1,
- "reputation_type": -5,
- "user": 7,
- "reputed_at": "2011-11-29 11:22:07",
- "reputation": 499
- }
- },
- {
- "pk": 10,
- "model": "askbot.repute",
- "fields": {
- "comment": null,
- "positive": 10,
- "question": 7,
- "negative": 0,
- "reputation_type": 1,
- "user": 7,
- "reputed_at": "2011-11-29 11:22:08",
- "reputation": 509
- }
- },
- {
- "pk": 11,
- "model": "askbot.repute",
- "fields": {
- "comment": null,
- "positive": 0,
- "question": 8,
- "negative": -2,
- "reputation_type": -3,
- "user": 8,
- "reputed_at": "2011-11-29 11:22:08",
- "reputation": 498
- }
- },
- {
- "pk": 12,
- "model": "askbot.repute",
- "fields": {
- "comment": null,
- "positive": 0,
- "question": 8,
- "negative": -1,
- "reputation_type": -5,
- "user": 9,
- "reputed_at": "2011-11-29 11:22:08",
- "reputation": 499
- }
- },
- {
- "pk": 13,
- "model": "askbot.repute",
- "fields": {
- "comment": null,
- "positive": 10,
- "question": 9,
- "negative": 0,
- "reputation_type": 1,
- "user": 9,
- "reputed_at": "2011-11-29 11:22:09",
- "reputation": 509
- }
- },
- {
- "pk": 14,
- "model": "askbot.repute",
- "fields": {
- "comment": null,
- "positive": 0,
- "question": 10,
- "negative": -2,
- "reputation_type": -3,
- "user": 10,
- "reputed_at": "2011-11-29 11:22:09",
- "reputation": 498
- }
- },
- {
- "pk": 15,
- "model": "askbot.repute",
- "fields": {
- "comment": null,
- "positive": 0,
- "question": 10,
- "negative": -1,
- "reputation_type": -5,
- "user": 11,
- "reputed_at": "2011-11-29 11:22:09",
- "reputation": 499
- }
- },
- {
- "pk": 16,
- "model": "askbot.repute",
- "fields": {
- "comment": null,
- "positive": 10,
- "question": 11,
- "negative": 0,
- "reputation_type": 1,
- "user": 11,
- "reputed_at": "2011-11-29 11:22:09",
- "reputation": 509
- }
- },
- {
- "pk": 17,
- "model": "askbot.repute",
- "fields": {
- "comment": null,
- "positive": 0,
- "question": 12,
- "negative": -2,
- "reputation_type": -3,
- "user": 12,
- "reputed_at": "2011-11-29 11:22:09",
- "reputation": 498
- }
- },
- {
- "pk": 18,
- "model": "askbot.repute",
- "fields": {
- "comment": null,
- "positive": 0,
- "question": 12,
- "negative": -1,
- "reputation_type": -5,
- "user": 13,
- "reputed_at": "2011-11-29 11:22:09",
- "reputation": 499
- }
- },
- {
- "pk": 19,
- "model": "askbot.repute",
- "fields": {
- "comment": null,
- "positive": 10,
- "question": 13,
- "negative": 0,
- "reputation_type": 1,
- "user": 13,
- "reputed_at": "2011-11-29 11:22:10",
- "reputation": 509
- }
- },
- {
- "pk": 20,
- "model": "askbot.repute",
- "fields": {
- "comment": null,
- "positive": 0,
- "question": 14,
- "negative": -2,
- "reputation_type": -3,
- "user": 14,
- "reputed_at": "2011-11-29 11:22:10",
- "reputation": 498
- }
- },
- {
- "pk": 21,
- "model": "askbot.repute",
- "fields": {
- "comment": null,
- "positive": 0,
- "question": 14,
- "negative": -1,
- "reputation_type": -5,
- "user": 15,
- "reputed_at": "2011-11-29 11:22:10",
- "reputation": 499
- }
- },
- {
- "pk": 22,
- "model": "askbot.repute",
- "fields": {
- "comment": null,
- "positive": 10,
- "question": 15,
- "negative": 0,
- "reputation_type": 1,
- "user": 15,
- "reputed_at": "2011-11-29 11:22:10",
- "reputation": 509
- }
- },
- {
- "pk": 23,
- "model": "askbot.repute",
- "fields": {
- "comment": null,
- "positive": 0,
- "question": 16,
- "negative": -2,
- "reputation_type": -3,
- "user": 16,
- "reputed_at": "2011-11-29 11:22:10",
- "reputation": 498
- }
- },
- {
- "pk": 24,
- "model": "askbot.repute",
- "fields": {
- "comment": null,
- "positive": 0,
- "question": 16,
- "negative": -1,
- "reputation_type": -5,
- "user": 17,
- "reputed_at": "2011-11-29 11:22:10",
- "reputation": 499
- }
- },
- {
- "pk": 25,
- "model": "askbot.repute",
- "fields": {
- "comment": null,
- "positive": 10,
- "question": 17,
- "negative": 0,
- "reputation_type": 1,
- "user": 17,
- "reputed_at": "2011-11-29 11:22:11",
- "reputation": 509
- }
- },
- {
- "pk": 26,
- "model": "askbot.repute",
- "fields": {
- "comment": null,
- "positive": 0,
- "question": 18,
- "negative": -2,
- "reputation_type": -3,
- "user": 18,
- "reputed_at": "2011-11-29 11:22:11",
- "reputation": 498
- }
- },
- {
- "pk": 27,
- "model": "askbot.repute",
- "fields": {
- "comment": null,
- "positive": 0,
- "question": 18,
- "negative": -1,
- "reputation_type": -5,
- "user": 19,
- "reputed_at": "2011-11-29 11:22:11",
- "reputation": 499
- }
- },
- {
- "pk": 28,
- "model": "askbot.repute",
- "fields": {
- "comment": null,
- "positive": 10,
- "question": 19,
- "negative": 0,
- "reputation_type": 1,
- "user": 19,
- "reputed_at": "2011-11-29 11:22:11",
- "reputation": 509
- }
- },
- {
- "pk": 29,
- "model": "askbot.repute",
- "fields": {
- "comment": null,
- "positive": 0,
- "question": 20,
- "negative": -2,
- "reputation_type": -3,
- "user": 20,
- "reputed_at": "2011-11-29 11:22:11",
- "reputation": 498
- }
- },
- {
- "pk": 30,
- "model": "askbot.repute",
- "fields": {
- "comment": null,
- "positive": 0,
- "question": 20,
- "negative": -1,
- "reputation_type": -5,
- "user": 21,
- "reputed_at": "2011-11-29 11:22:11",
- "reputation": 499
- }
- },
- {
- "pk": 31,
- "model": "askbot.repute",
- "fields": {
- "comment": null,
- "positive": 10,
- "question": 21,
- "negative": 0,
- "reputation_type": 1,
- "user": 21,
- "reputed_at": "2011-11-29 11:22:11",
- "reputation": 509
- }
- },
- {
- "pk": 32,
- "model": "askbot.repute",
- "fields": {
- "comment": null,
- "positive": 0,
- "question": 22,
- "negative": -2,
- "reputation_type": -3,
- "user": 22,
- "reputed_at": "2011-11-29 11:22:12",
- "reputation": 498
- }
- },
- {
- "pk": 33,
- "model": "askbot.repute",
- "fields": {
- "comment": null,
- "positive": 0,
- "question": 22,
- "negative": -1,
- "reputation_type": -5,
- "user": 23,
- "reputed_at": "2011-11-29 11:22:12",
- "reputation": 499
- }
- },
- {
- "pk": 34,
- "model": "askbot.repute",
- "fields": {
- "comment": null,
- "positive": 10,
- "question": 23,
- "negative": 0,
- "reputation_type": 1,
- "user": 23,
- "reputed_at": "2011-11-29 11:22:12",
- "reputation": 509
- }
- },
- {
- "pk": 35,
- "model": "askbot.repute",
- "fields": {
- "comment": null,
- "positive": 0,
- "question": 24,
- "negative": -2,
- "reputation_type": -3,
- "user": 24,
- "reputed_at": "2011-11-29 11:22:12",
- "reputation": 498
- }
- },
- {
- "pk": 36,
- "model": "askbot.repute",
- "fields": {
- "comment": null,
- "positive": 0,
- "question": 24,
- "negative": -1,
- "reputation_type": -5,
- "user": 25,
- "reputed_at": "2011-11-29 11:22:12",
- "reputation": 499
- }
- },
- {
- "pk": 37,
- "model": "askbot.repute",
- "fields": {
- "comment": null,
- "positive": 10,
- "question": 25,
- "negative": 0,
- "reputation_type": 1,
- "user": 25,
- "reputed_at": "2011-11-29 11:22:12",
- "reputation": 509
- }
- },
- {
- "pk": 38,
- "model": "askbot.repute",
- "fields": {
- "comment": null,
- "positive": 0,
- "question": 26,
- "negative": -2,
- "reputation_type": -3,
- "user": 26,
- "reputed_at": "2011-11-29 11:22:13",
- "reputation": 498
- }
- },
- {
- "pk": 39,
- "model": "askbot.repute",
- "fields": {
- "comment": null,
- "positive": 0,
- "question": 26,
- "negative": -1,
- "reputation_type": -5,
- "user": 27,
- "reputed_at": "2011-11-29 11:22:13",
- "reputation": 499
- }
- },
- {
- "pk": 40,
- "model": "askbot.repute",
- "fields": {
- "comment": null,
- "positive": 10,
- "question": 27,
- "negative": 0,
- "reputation_type": 1,
- "user": 27,
- "reputed_at": "2011-11-29 11:22:13",
- "reputation": 509
- }
- },
- {
- "pk": 41,
- "model": "askbot.repute",
- "fields": {
- "comment": null,
- "positive": 0,
- "question": 28,
- "negative": -2,
- "reputation_type": -3,
- "user": 28,
- "reputed_at": "2011-11-29 11:22:13",
- "reputation": 498
- }
- },
- {
- "pk": 42,
- "model": "askbot.repute",
- "fields": {
- "comment": null,
- "positive": 0,
- "question": 28,
- "negative": -1,
- "reputation_type": -5,
- "user": 29,
- "reputed_at": "2011-11-29 11:22:13",
- "reputation": 499
- }
- },
- {
- "pk": 43,
- "model": "askbot.repute",
- "fields": {
- "comment": null,
- "positive": 10,
- "question": 29,
- "negative": 0,
- "reputation_type": 1,
- "user": 29,
- "reputed_at": "2011-11-29 11:22:13",
- "reputation": 509
- }
- },
- {
- "pk": 44,
- "model": "askbot.repute",
- "fields": {
- "comment": null,
- "positive": 0,
- "question": 30,
- "negative": -2,
- "reputation_type": -3,
- "user": 30,
- "reputed_at": "2011-11-29 11:22:14",
- "reputation": 498
- }
- },
- {
- "pk": 45,
- "model": "askbot.repute",
- "fields": {
- "comment": null,
- "positive": 0,
- "question": 30,
- "negative": -1,
- "reputation_type": -5,
- "user": 31,
- "reputed_at": "2011-11-29 11:22:14",
- "reputation": 499
- }
- },
- {
- "pk": 46,
- "model": "askbot.repute",
- "fields": {
- "comment": null,
- "positive": 10,
- "question": 31,
- "negative": 0,
- "reputation_type": 1,
- "user": 31,
- "reputed_at": "2011-11-29 11:22:14",
- "reputation": 509
- }
- },
- {
- "pk": 47,
- "model": "askbot.repute",
- "fields": {
- "comment": null,
- "positive": 0,
- "question": 32,
- "negative": -2,
- "reputation_type": -3,
- "user": 32,
- "reputed_at": "2011-11-29 11:22:14",
- "reputation": 498
- }
- },
- {
- "pk": 48,
- "model": "askbot.repute",
- "fields": {
- "comment": null,
- "positive": 0,
- "question": 32,
- "negative": -1,
- "reputation_type": -5,
- "user": 33,
- "reputed_at": "2011-11-29 11:22:14",
- "reputation": 499
- }
- },
- {
- "pk": 49,
- "model": "askbot.repute",
- "fields": {
- "comment": null,
- "positive": 10,
- "question": 33,
- "negative": 0,
- "reputation_type": 1,
- "user": 33,
- "reputed_at": "2011-11-29 11:22:14",
- "reputation": 509
- }
- },
- {
- "pk": 50,
- "model": "askbot.repute",
- "fields": {
- "comment": null,
- "positive": 0,
- "question": 34,
- "negative": -2,
- "reputation_type": -3,
- "user": 34,
- "reputed_at": "2011-11-29 11:22:15",
- "reputation": 498
- }
- },
- {
- "pk": 51,
- "model": "askbot.repute",
- "fields": {
- "comment": null,
- "positive": 0,
- "question": 34,
- "negative": -1,
- "reputation_type": -5,
- "user": 35,
- "reputed_at": "2011-11-29 11:22:15",
- "reputation": 499
- }
- },
- {
- "pk": 52,
- "model": "askbot.repute",
- "fields": {
- "comment": null,
- "positive": 10,
- "question": 35,
- "negative": 0,
- "reputation_type": 1,
- "user": 35,
- "reputed_at": "2011-11-29 11:22:15",
- "reputation": 509
- }
- },
- {
- "pk": 53,
- "model": "askbot.repute",
- "fields": {
- "comment": null,
- "positive": 0,
- "question": 36,
- "negative": -2,
- "reputation_type": -3,
- "user": 36,
- "reputed_at": "2011-11-29 11:22:15",
- "reputation": 498
- }
- },
- {
- "pk": 54,
- "model": "askbot.repute",
- "fields": {
- "comment": null,
- "positive": 0,
- "question": 36,
- "negative": -1,
- "reputation_type": -5,
- "user": 37,
- "reputed_at": "2011-11-29 11:22:15",
- "reputation": 499
- }
- },
- {
- "pk": 55,
- "model": "askbot.repute",
- "fields": {
- "comment": null,
- "positive": 10,
- "question": 37,
- "negative": 0,
- "reputation_type": 1,
- "user": 37,
- "reputed_at": "2011-11-29 11:22:15",
- "reputation": 509
- }
- },
- {
- "pk": 56,
- "model": "askbot.repute",
- "fields": {
- "comment": null,
- "positive": 0,
- "question": 38,
- "negative": -2,
- "reputation_type": -3,
- "user": 38,
- "reputed_at": "2011-11-29 11:22:16",
- "reputation": 498
- }
- },
- {
- "pk": 57,
- "model": "askbot.repute",
- "fields": {
- "comment": null,
- "positive": 0,
- "question": 38,
- "negative": -1,
- "reputation_type": -5,
- "user": 39,
- "reputed_at": "2011-11-29 11:22:16",
- "reputation": 499
- }
- },
- {
- "pk": 58,
- "model": "askbot.repute",
- "fields": {
- "comment": null,
- "positive": 10,
- "question": 39,
- "negative": 0,
- "reputation_type": 1,
- "user": 39,
- "reputed_at": "2011-11-29 11:22:16",
- "reputation": 509
- }
- },
- {
- "pk": 59,
- "model": "askbot.repute",
- "fields": {
- "comment": null,
- "positive": 10,
- "question": 40,
- "negative": 0,
- "reputation_type": 1,
- "user": 40,
- "reputed_at": "2011-11-29 11:22:16",
- "reputation": 510
- }
- },
- {
- "pk": 60,
- "model": "askbot.repute",
- "fields": {
- "comment": null,
- "positive": 10,
- "question": 40,
- "negative": 0,
- "reputation_type": 1,
- "user": 1,
- "reputed_at": "2011-11-29 11:22:16",
- "reputation": 520
- }
- },
- {
- "pk": 61,
- "model": "askbot.repute",
- "fields": {
- "comment": null,
- "positive": 10,
- "question": 40,
- "negative": 0,
- "reputation_type": 1,
- "user": 40,
- "reputed_at": "2011-11-29 11:22:17",
- "reputation": 520
- }
- },
- {
- "pk": 62,
- "model": "askbot.repute",
- "fields": {
- "comment": null,
- "positive": 0,
- "question": 40,
- "negative": -2,
- "reputation_type": -3,
- "user": 2,
- "reputed_at": "2011-11-29 11:22:17",
- "reputation": 496
- }
- },
- {
- "pk": 63,
- "model": "askbot.repute",
- "fields": {
- "comment": null,
- "positive": 0,
- "question": 40,
- "negative": -1,
- "reputation_type": -5,
- "user": 3,
- "reputed_at": "2011-11-29 11:22:17",
- "reputation": 508
- }
- },
- {
- "pk": 64,
- "model": "askbot.repute",
- "fields": {
- "comment": null,
- "positive": 10,
- "question": 40,
- "negative": 0,
- "reputation_type": 1,
- "user": 40,
- "reputed_at": "2011-11-29 11:22:17",
- "reputation": 530
- }
- },
- {
- "pk": 65,
- "model": "askbot.repute",
- "fields": {
- "comment": null,
- "positive": 10,
- "question": 40,
- "negative": 0,
- "reputation_type": 1,
- "user": 3,
- "reputed_at": "2011-11-29 11:22:17",
- "reputation": 518
- }
- },
- {
- "pk": 66,
- "model": "askbot.repute",
- "fields": {
- "comment": null,
- "positive": 10,
- "question": 40,
- "negative": 0,
- "reputation_type": 1,
- "user": 40,
- "reputed_at": "2011-11-29 11:22:17",
- "reputation": 540
- }
- },
- {
- "pk": 67,
- "model": "askbot.repute",
- "fields": {
- "comment": null,
- "positive": 0,
- "question": 40,
- "negative": -2,
- "reputation_type": -3,
- "user": 4,
- "reputed_at": "2011-11-29 11:22:17",
- "reputation": 496
- }
- },
- {
- "pk": 68,
- "model": "askbot.repute",
- "fields": {
- "comment": null,
- "positive": 0,
- "question": 40,
- "negative": -1,
- "reputation_type": -5,
- "user": 5,
- "reputed_at": "2011-11-29 11:22:17",
- "reputation": 508
- }
- },
- {
- "pk": 69,
- "model": "askbot.repute",
- "fields": {
- "comment": null,
- "positive": 10,
- "question": 40,
- "negative": 0,
- "reputation_type": 1,
- "user": 40,
- "reputed_at": "2011-11-29 11:22:18",
- "reputation": 550
- }
- },
- {
- "pk": 70,
- "model": "askbot.repute",
- "fields": {
- "comment": null,
- "positive": 10,
- "question": 40,
- "negative": 0,
- "reputation_type": 1,
- "user": 5,
- "reputed_at": "2011-11-29 11:22:18",
- "reputation": 518
- }
- },
- {
- "pk": 71,
- "model": "askbot.repute",
- "fields": {
- "comment": null,
- "positive": 10,
- "question": 40,
- "negative": 0,
- "reputation_type": 1,
- "user": 40,
- "reputed_at": "2011-11-29 11:22:18",
- "reputation": 560
- }
- },
- {
- "pk": 72,
- "model": "askbot.repute",
- "fields": {
- "comment": null,
- "positive": 0,
- "question": 40,
- "negative": -2,
- "reputation_type": -3,
- "user": 6,
- "reputed_at": "2011-11-29 11:22:18",
- "reputation": 496
- }
- },
- {
- "pk": 73,
- "model": "askbot.repute",
- "fields": {
- "comment": null,
- "positive": 0,
- "question": 40,
- "negative": -1,
- "reputation_type": -5,
- "user": 7,
- "reputed_at": "2011-11-29 11:22:18",
- "reputation": 508
- }
- },
- {
- "pk": 74,
- "model": "askbot.repute",
- "fields": {
- "comment": null,
- "positive": 10,
- "question": 40,
- "negative": 0,
- "reputation_type": 1,
- "user": 40,
- "reputed_at": "2011-11-29 11:22:19",
- "reputation": 570
- }
- },
- {
- "pk": 75,
- "model": "askbot.repute",
- "fields": {
- "comment": null,
- "positive": 10,
- "question": 40,
- "negative": 0,
- "reputation_type": 1,
- "user": 7,
- "reputed_at": "2011-11-29 11:22:19",
- "reputation": 518
- }
- },
- {
- "pk": 76,
- "model": "askbot.repute",
- "fields": {
- "comment": null,
- "positive": 10,
- "question": 40,
- "negative": 0,
- "reputation_type": 1,
- "user": 40,
- "reputed_at": "2011-11-29 11:22:19",
- "reputation": 580
- }
- },
- {
- "pk": 77,
- "model": "askbot.repute",
- "fields": {
- "comment": null,
- "positive": 0,
- "question": 40,
- "negative": -2,
- "reputation_type": -3,
- "user": 8,
- "reputed_at": "2011-11-29 11:22:19",
- "reputation": 496
- }
- },
- {
- "pk": 78,
- "model": "askbot.repute",
- "fields": {
- "comment": null,
- "positive": 0,
- "question": 40,
- "negative": -1,
- "reputation_type": -5,
- "user": 9,
- "reputed_at": "2011-11-29 11:22:19",
- "reputation": 508
- }
- },
- {
- "pk": 79,
- "model": "askbot.repute",
- "fields": {
- "comment": null,
- "positive": 10,
- "question": 40,
- "negative": 0,
- "reputation_type": 1,
- "user": 40,
- "reputed_at": "2011-11-29 11:22:20",
- "reputation": 590
- }
- },
- {
- "pk": 80,
- "model": "askbot.repute",
- "fields": {
- "comment": null,
- "positive": 10,
- "question": 40,
- "negative": 0,
- "reputation_type": 1,
- "user": 9,
- "reputed_at": "2011-11-29 11:22:20",
- "reputation": 518
- }
- },
- {
- "pk": 81,
- "model": "askbot.repute",
- "fields": {
- "comment": null,
- "positive": 10,
- "question": 40,
- "negative": 0,
- "reputation_type": 1,
- "user": 40,
- "reputed_at": "2011-11-29 11:22:20",
- "reputation": 600
- }
- },
- {
- "pk": 82,
- "model": "askbot.repute",
- "fields": {
- "comment": null,
- "positive": 0,
- "question": 40,
- "negative": -2,
- "reputation_type": -3,
- "user": 10,
- "reputed_at": "2011-11-29 11:22:20",
- "reputation": 496
- }
- },
- {
- "pk": 83,
- "model": "askbot.repute",
- "fields": {
- "comment": null,
- "positive": 0,
- "question": 40,
- "negative": -1,
- "reputation_type": -5,
- "user": 11,
- "reputed_at": "2011-11-29 11:22:20",
- "reputation": 508
- }
- },
- {
- "pk": 84,
- "model": "askbot.repute",
- "fields": {
- "comment": null,
- "positive": 10,
- "question": 40,
- "negative": 0,
- "reputation_type": 1,
- "user": 40,
- "reputed_at": "2011-11-29 11:22:21",
- "reputation": 610
- }
- },
- {
- "pk": 85,
- "model": "askbot.repute",
- "fields": {
- "comment": null,
- "positive": 10,
- "question": 40,
- "negative": 0,
- "reputation_type": 1,
- "user": 11,
- "reputed_at": "2011-11-29 11:22:21",
- "reputation": 518
- }
- },
- {
- "pk": 86,
- "model": "askbot.repute",
- "fields": {
- "comment": null,
- "positive": 10,
- "question": 40,
- "negative": 0,
- "reputation_type": 1,
- "user": 40,
- "reputed_at": "2011-11-29 11:22:22",
- "reputation": 620
- }
- },
- {
- "pk": 87,
- "model": "askbot.repute",
- "fields": {
- "comment": null,
- "positive": 0,
- "question": 40,
- "negative": -2,
- "reputation_type": -3,
- "user": 12,
- "reputed_at": "2011-11-29 11:22:22",
- "reputation": 496
- }
- },
- {
- "pk": 88,
- "model": "askbot.repute",
- "fields": {
- "comment": null,
- "positive": 0,
- "question": 40,
- "negative": -1,
- "reputation_type": -5,
- "user": 13,
- "reputed_at": "2011-11-29 11:22:22",
- "reputation": 508
- }
- },
- {
- "pk": 89,
- "model": "askbot.repute",
- "fields": {
- "comment": null,
- "positive": 10,
- "question": 40,
- "negative": 0,
- "reputation_type": 1,
- "user": 40,
- "reputed_at": "2011-11-29 11:22:22",
- "reputation": 630
- }
- },
- {
- "pk": 90,
- "model": "askbot.repute",
- "fields": {
- "comment": null,
- "positive": 10,
- "question": 40,
- "negative": 0,
- "reputation_type": 1,
- "user": 13,
- "reputed_at": "2011-11-29 11:22:22",
- "reputation": 518
- }
- },
- {
- "pk": 91,
- "model": "askbot.repute",
- "fields": {
- "comment": null,
- "positive": 10,
- "question": 40,
- "negative": 0,
- "reputation_type": 1,
- "user": 40,
- "reputed_at": "2011-11-29 11:22:23",
- "reputation": 640
- }
- },
- {
- "pk": 92,
- "model": "askbot.repute",
- "fields": {
- "comment": null,
- "positive": 0,
- "question": 40,
- "negative": -2,
- "reputation_type": -3,
- "user": 14,
- "reputed_at": "2011-11-29 11:22:23",
- "reputation": 496
- }
- },
- {
- "pk": 93,
- "model": "askbot.repute",
- "fields": {
- "comment": null,
- "positive": 0,
- "question": 40,
- "negative": -1,
- "reputation_type": -5,
- "user": 15,
- "reputed_at": "2011-11-29 11:22:23",
- "reputation": 508
- }
- },
- {
- "pk": 94,
- "model": "askbot.repute",
- "fields": {
- "comment": null,
- "positive": 10,
- "question": 40,
- "negative": 0,
- "reputation_type": 1,
- "user": 40,
- "reputed_at": "2011-11-29 11:22:24",
- "reputation": 650
- }
- },
- {
- "pk": 95,
- "model": "askbot.repute",
- "fields": {
- "comment": null,
- "positive": 10,
- "question": 40,
- "negative": 0,
- "reputation_type": 1,
- "user": 15,
- "reputed_at": "2011-11-29 11:22:24",
- "reputation": 518
- }
- },
- {
- "pk": 96,
- "model": "askbot.repute",
- "fields": {
- "comment": null,
- "positive": 10,
- "question": 40,
- "negative": 0,
- "reputation_type": 1,
- "user": 40,
- "reputed_at": "2011-11-29 11:22:24",
- "reputation": 660
- }
- },
- {
- "pk": 97,
- "model": "askbot.repute",
- "fields": {
- "comment": null,
- "positive": 0,
- "question": 40,
- "negative": -2,
- "reputation_type": -3,
- "user": 16,
- "reputed_at": "2011-11-29 11:22:24",
- "reputation": 496
- }
- },
- {
- "pk": 98,
- "model": "askbot.repute",
- "fields": {
- "comment": null,
- "positive": 0,
- "question": 40,
- "negative": -1,
- "reputation_type": -5,
- "user": 17,
- "reputed_at": "2011-11-29 11:22:24",
- "reputation": 508
- }
- },
- {
- "pk": 99,
- "model": "askbot.repute",
- "fields": {
- "comment": null,
- "positive": 10,
- "question": 40,
- "negative": 0,
- "reputation_type": 1,
- "user": 40,
- "reputed_at": "2011-11-29 11:22:25",
- "reputation": 670
- }
- },
- {
- "pk": 100,
- "model": "askbot.repute",
- "fields": {
- "comment": null,
- "positive": 10,
- "question": 40,
- "negative": 0,
- "reputation_type": 1,
- "user": 17,
- "reputed_at": "2011-11-29 11:22:25",
- "reputation": 518
- }
- },
- {
- "pk": 101,
- "model": "askbot.repute",
- "fields": {
- "comment": null,
- "positive": 10,
- "question": 40,
- "negative": 0,
- "reputation_type": 1,
- "user": 40,
- "reputed_at": "2011-11-29 11:22:26",
- "reputation": 680
- }
- },
- {
- "pk": 102,
- "model": "askbot.repute",
- "fields": {
- "comment": null,
- "positive": 0,
- "question": 40,
- "negative": -2,
- "reputation_type": -3,
- "user": 18,
- "reputed_at": "2011-11-29 11:22:26",
- "reputation": 496
- }
- },
- {
- "pk": 103,
- "model": "askbot.repute",
- "fields": {
- "comment": null,
- "positive": 0,
- "question": 40,
- "negative": -1,
- "reputation_type": -5,
- "user": 19,
- "reputed_at": "2011-11-29 11:22:26",
- "reputation": 508
- }
- },
- {
- "pk": 104,
- "model": "askbot.repute",
- "fields": {
- "comment": null,
- "positive": 10,
- "question": 40,
- "negative": 0,
- "reputation_type": 1,
- "user": 40,
- "reputed_at": "2011-11-29 11:22:27",
- "reputation": 690
- }
- },
- {
- "pk": 105,
- "model": "askbot.repute",
- "fields": {
- "comment": null,
- "positive": 10,
- "question": 40,
- "negative": 0,
- "reputation_type": 1,
- "user": 19,
- "reputed_at": "2011-11-29 11:22:27",
- "reputation": 518
- }
- },
- {
- "pk": 106,
- "model": "askbot.repute",
- "fields": {
- "comment": null,
- "positive": 10,
- "question": 40,
- "negative": 0,
- "reputation_type": 1,
- "user": 40,
- "reputed_at": "2011-11-29 11:22:28",
- "reputation": 700
- }
- },
- {
- "pk": 107,
- "model": "askbot.repute",
- "fields": {
- "comment": null,
- "positive": 10,
- "question": 40,
- "negative": 0,
- "reputation_type": 1,
- "user": 20,
- "reputed_at": "2011-11-29 11:22:28",
- "reputation": 508
- }
- },
- {
- "pk": 108,
- "model": "askbot.repute",
- "fields": {
- "comment": null,
- "positive": 10,
- "question": 40,
- "negative": 0,
- "reputation_type": 1,
- "user": 20,
- "reputed_at": "2011-11-29 11:22:28",
- "reputation": 518
- }
- },
- {
- "pk": 109,
- "model": "askbot.repute",
- "fields": {
- "comment": null,
- "positive": 10,
- "question": 40,
- "negative": 0,
- "reputation_type": 1,
- "user": 20,
- "reputed_at": "2011-11-29 11:22:29",
- "reputation": 528
- }
- },
- {
- "pk": 110,
- "model": "askbot.repute",
- "fields": {
- "comment": null,
- "positive": 10,
- "question": 40,
- "negative": 0,
- "reputation_type": 1,
- "user": 20,
- "reputed_at": "2011-11-29 11:22:29",
- "reputation": 538
- }
- },
- {
- "pk": 111,
- "model": "askbot.repute",
- "fields": {
- "comment": null,
- "positive": 10,
- "question": 40,
- "negative": 0,
- "reputation_type": 1,
- "user": 20,
- "reputed_at": "2011-11-29 11:22:30",
- "reputation": 548
- }
- },
- {
- "pk": 112,
- "model": "askbot.repute",
- "fields": {
- "comment": null,
- "positive": 10,
- "question": 40,
- "negative": 0,
- "reputation_type": 1,
- "user": 20,
- "reputed_at": "2011-11-29 11:22:30",
- "reputation": 558
- }
- },
- {
- "pk": 113,
- "model": "askbot.repute",
- "fields": {
- "comment": null,
- "positive": 10,
- "question": 40,
- "negative": 0,
- "reputation_type": 1,
- "user": 20,
- "reputed_at": "2011-11-29 11:22:31",
- "reputation": 568
- }
- },
- {
- "pk": 114,
- "model": "askbot.repute",
- "fields": {
- "comment": null,
- "positive": 10,
- "question": 40,
- "negative": 0,
- "reputation_type": 1,
- "user": 20,
- "reputed_at": "2011-11-29 11:22:32",
- "reputation": 578
- }
- },
- {
- "pk": 115,
- "model": "askbot.repute",
- "fields": {
- "comment": null,
- "positive": 10,
- "question": 40,
- "negative": 0,
- "reputation_type": 1,
- "user": 20,
- "reputed_at": "2011-11-29 11:22:32",
- "reputation": 588
- }
- },
- {
- "pk": 116,
- "model": "askbot.repute",
- "fields": {
- "comment": null,
- "positive": 10,
- "question": 40,
- "negative": 0,
- "reputation_type": 1,
- "user": 20,
- "reputed_at": "2011-11-29 11:22:33",
- "reputation": 598
- }
- },
- {
- "pk": 117,
- "model": "askbot.repute",
- "fields": {
- "comment": null,
- "positive": 10,
- "question": 40,
- "negative": 0,
- "reputation_type": 1,
- "user": 20,
- "reputed_at": "2011-11-29 11:22:34",
- "reputation": 608
- }
- },
- {
- "pk": 118,
- "model": "askbot.repute",
- "fields": {
- "comment": null,
- "positive": 10,
- "question": 40,
- "negative": 0,
- "reputation_type": 1,
- "user": 20,
- "reputed_at": "2011-11-29 11:22:35",
- "reputation": 618
- }
- },
- {
- "pk": 119,
- "model": "askbot.repute",
- "fields": {
- "comment": null,
- "positive": 10,
- "question": 40,
- "negative": 0,
- "reputation_type": 1,
- "user": 20,
- "reputed_at": "2011-11-29 11:22:36",
- "reputation": 628
- }
- },
- {
- "pk": 120,
- "model": "askbot.repute",
- "fields": {
- "comment": null,
- "positive": 10,
- "question": 40,
- "negative": 0,
- "reputation_type": 1,
- "user": 20,
- "reputed_at": "2011-11-29 11:22:37",
- "reputation": 638
- }
- },
- {
- "pk": 121,
- "model": "askbot.repute",
- "fields": {
- "comment": null,
- "positive": 10,
- "question": 40,
- "negative": 0,
- "reputation_type": 1,
- "user": 20,
- "reputed_at": "2011-11-29 11:22:38",
- "reputation": 648
- }
- },
- {
- "pk": 122,
- "model": "askbot.repute",
- "fields": {
- "comment": null,
- "positive": 10,
- "question": 40,
- "negative": 0,
- "reputation_type": 1,
- "user": 20,
- "reputed_at": "2011-11-29 11:22:39",
- "reputation": 658
- }
- },
- {
- "pk": 123,
- "model": "askbot.repute",
- "fields": {
- "comment": null,
- "positive": 10,
- "question": 40,
- "negative": 0,
- "reputation_type": 1,
- "user": 20,
- "reputed_at": "2011-11-29 11:22:40",
- "reputation": 668
- }
- },
- {
- "pk": 124,
- "model": "askbot.repute",
- "fields": {
- "comment": null,
- "positive": 10,
- "question": 40,
- "negative": 0,
- "reputation_type": 1,
- "user": 20,
- "reputed_at": "2011-11-29 11:22:41",
- "reputation": 678
- }
- },
- {
- "pk": 125,
- "model": "askbot.repute",
- "fields": {
- "comment": null,
- "positive": 10,
- "question": 40,
- "negative": 0,
- "reputation_type": 1,
- "user": 20,
- "reputed_at": "2011-11-29 11:22:42",
- "reputation": 688
- }
- },
- {
- "pk": 126,
- "model": "askbot.repute",
- "fields": {
- "comment": null,
- "positive": 10,
- "question": 40,
- "negative": 0,
- "reputation_type": 1,
- "user": 20,
- "reputed_at": "2011-11-29 11:22:44",
- "reputation": 698
- }
- },
- {
- "pk": 127,
- "model": "askbot.repute",
- "fields": {
- "comment": null,
- "positive": 15,
- "question": 40,
- "negative": 0,
- "reputation_type": 2,
- "user": 20,
- "reputed_at": "2011-11-29 11:22:47",
- "reputation": 713
- }
- },
- {
- "pk": 128,
- "model": "askbot.repute",
- "fields": {
- "comment": null,
- "positive": 2,
- "question": 40,
- "negative": 0,
- "reputation_type": 3,
- "user": 40,
- "reputed_at": "2011-11-29 11:22:47",
- "reputation": 702
- }
- },
- {
- "pk": 2,
"model": "livesettings.setting",
"fields": {
- "value": "f28a19ac302bc15c53c184d4db56e814afb16285",
+ "value": "2",
"group": "GENERAL_SKIN_SETTINGS",
"site": 1,
- "key": "MEDIA_RESOURCE_REVISION_HASH"
+ "key": "MEDIA_RESOURCE_REVISION"
}
},
{
- "pk": 1,
+ "pk": 2,
"model": "livesettings.setting",
"fields": {
- "value": "2",
+ "value": "538027b7ec845c2d7b331a752af88e5f12f62e58",
"group": "GENERAL_SKIN_SETTINGS",
"site": 1,
- "key": "MEDIA_RESOURCE_REVISION"
+ "key": "MEDIA_RESOURCE_REVISION_HASH"
}
}
] \ No newline at end of file