Created
February 28, 2013 22:27
-
-
Save groovecoder/5060688 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
test_action_count_per_unique (vagrant.apps.actioncounters.tests.ActionCountersTest) | |
Exercise action counts per unique and ensure overall total works ... 2013-02-28 14:07:03,071 DEBUG (0.001) INSERT INTO `auth_user` (`username`, `first_name`, `last_name`, `email`, `password`, `is_staff`, `is_active`, `is_superuser`, `last_login`, `date_joined`) VALUES ('tester1', '', '', 'tester2@tester.com', 'sha256$Cdddd5PwpS6l$a9f08ced112c13090871d9a5f5b33dd8288661b4bb345f7b94e17b9b05f55031', 0, 1, 0, '2013-02-28 14:07:03', '2013-02-28 14:07:03'); args=['tester1', '', '', 'tester2@tester.com', 'sha256$Cdddd5PwpS6l$a9f08ced112c13090871d9a5f5b33dd8288661b4bb345f7b94e17b9b05f55031', False, True, False, u'2013-02-28 14:07:03', u'2013-02-28 14:07:03'] | |
2013-02-28 14:07:03,073 DEBUG (0.000) SELECT (1) AS `a` FROM `auth_user` WHERE `auth_user`.`id` = 1 LIMIT 1; args=(1,) | |
2013-02-28 14:07:03,075 DEBUG (0.000) UPDATE `auth_user` SET `username` = 'tester1', `first_name` = '', `last_name` = '', `email` = 'tester2@tester.com', `password` = 'sha256$Cdddd5PwpS6l$a9f08ced112c13090871d9a5f5b33dd8288661b4bb345f7b94e17b9b05f55031', `is_staff` = 0, `is_active` = 1, `is_superuser` = 0, `last_login` = '2013-02-28 14:07:03', `date_joined` = '2013-02-28 14:07:03' WHERE `auth_user`.`id` = 1 ; args=('tester1', '', '', 'tester2@tester.com', 'sha256$Cdddd5PwpS6l$a9f08ced112c13090871d9a5f5b33dd8288661b4bb345f7b94e17b9b05f55031', False, True, False, u'2013-02-28 14:07:03', u'2013-02-28 14:07:03', 1) | |
2013-02-28 14:07:03,076 DEBUG (0.001) INSERT INTO `auth_user` (`username`, `first_name`, `last_name`, `email`, `password`, `is_staff`, `is_active`, `is_superuser`, `last_login`, `date_joined`) VALUES ('tester2', '', '', 'tester2@tester.com', 'sha256$7xzAcW89L2q0$adafe3124b84677dc500ae832a76b1f80c2ad2faab2ca32849333099979737db', 0, 1, 0, '2013-02-28 14:07:03', '2013-02-28 14:07:03'); args=['tester2', '', '', 'tester2@tester.com', 'sha256$7xzAcW89L2q0$adafe3124b84677dc500ae832a76b1f80c2ad2faab2ca32849333099979737db', False, True, False, u'2013-02-28 14:07:03', u'2013-02-28 14:07:03'] | |
2013-02-28 14:07:03,078 DEBUG (0.000) SELECT (1) AS `a` FROM `auth_user` WHERE `auth_user`.`id` = 2 LIMIT 1; args=(2,) | |
2013-02-28 14:07:03,080 DEBUG (0.000) UPDATE `auth_user` SET `username` = 'tester2', `first_name` = '', `last_name` = '', `email` = 'tester2@tester.com', `password` = 'sha256$7xzAcW89L2q0$adafe3124b84677dc500ae832a76b1f80c2ad2faab2ca32849333099979737db', `is_staff` = 0, `is_active` = 1, `is_superuser` = 0, `last_login` = '2013-02-28 14:07:03', `date_joined` = '2013-02-28 14:07:03' WHERE `auth_user`.`id` = 2 ; args=('tester2', '', '', 'tester2@tester.com', 'sha256$7xzAcW89L2q0$adafe3124b84677dc500ae832a76b1f80c2ad2faab2ca32849333099979737db', False, True, False, u'2013-02-28 14:07:03', u'2013-02-28 14:07:03', 2) | |
2013-02-28 14:07:03,081 DEBUG (0.001) INSERT INTO `actioncounters_testmodel` (`title`, `views_total`, `views_recent`, `boogs_total`, `boogs_recent`, `likes_total`, `likes_recent`, `frobs_total`, `frobs_recent`) VALUES ('alpha', 0, 0, 0, 0, 0, 0, 0, 0); args=['alpha', 0, 0, 0, 0, 0, 0, 0, 0] | |
2013-02-28 14:07:03,085 DEBUG (0.001) SELECT `django_content_type`.`id`, `django_content_type`.`name`, `django_content_type`.`app_label`, `django_content_type`.`model` FROM `django_content_type` WHERE (`django_content_type`.`model` = 'testmodel' AND `django_content_type`.`app_label` = 'actioncounters' ); args=('testmodel', 'actioncounters') | |
2013-02-28 14:07:03,087 DEBUG (0.001) SELECT `actioncounters_actioncounterunique`.`id`, `actioncounters_actioncounterunique`.`content_type_id`, `actioncounters_actioncounterunique`.`object_pk`, `actioncounters_actioncounterunique`.`name`, `actioncounters_actioncounterunique`.`total`, `actioncounters_actioncounterunique`.`ip`, `actioncounters_actioncounterunique`.`user_agent`, `actioncounters_actioncounterunique`.`user_id`, `actioncounters_actioncounterunique`.`unique_hash`, `actioncounters_actioncounterunique`.`modified` FROM `actioncounters_actioncounterunique` WHERE `actioncounters_actioncounterunique`.`unique_hash` = 'baa04dc73397e7bf43b8300c0404ba5c' ; args=('baa04dc73397e7bf43b8300c0404ba5c',) | |
2013-02-28 14:07:03,087 DEBUG (0.000) SAVEPOINT s140196843075328_x1; args=() | |
2013-02-28 14:07:03,088 DEBUG (0.000) INSERT INTO `actioncounters_actioncounterunique` (`content_type_id`, `object_pk`, `name`, `total`, `ip`, `user_agent`, `user_id`, `unique_hash`, `modified`) VALUES (16, '1', 'boogs', 0, NULL, NULL, 1, 'baa04dc73397e7bf43b8300c0404ba5c', '2013-02-28 14:07:03'); args=[16, u'1', 'boogs', 0, None, None, 1, 'baa04dc73397e7bf43b8300c0404ba5c', u'2013-02-28 14:07:03'] | |
2013-02-28 14:07:03,089 DEBUG (0.000) RELEASE SAVEPOINT s140196843075328_x1; args=() | |
2013-02-28 14:07:03,090 DEBUG (0.000) SELECT (1) AS `a` FROM `actioncounters_actioncounterunique` WHERE `actioncounters_actioncounterunique`.`id` = 1 LIMIT 1; args=(1,) | |
2013-02-28 14:07:03,092 DEBUG (0.000) UPDATE `actioncounters_actioncounterunique` SET `content_type_id` = 16, `object_pk` = '1', `name` = 'boogs', `total` = `actioncounters_actioncounterunique`.`total` + 1, `ip` = NULL, `user_agent` = NULL, `user_id` = 1, `unique_hash` = 'baa04dc73397e7bf43b8300c0404ba5c', `modified` = '2013-02-28 14:07:03' WHERE `actioncounters_actioncounterunique`.`id` = 1 ; args=(16, u'1', 'boogs', 1, 1, 'baa04dc73397e7bf43b8300c0404ba5c', u'2013-02-28 14:07:03', 1) | |
2013-02-28 14:07:03,094 DEBUG (0.000) UPDATE `actioncounters_testmodel` SET `boogs_total` = `actioncounters_testmodel`.`boogs_total` + 1 WHERE `actioncounters_testmodel`.`id` = 1 ; args=(1, 1) | |
2013-02-28 14:07:03,095 DEBUG (0.000) SELECT `actioncounters_actioncounterunique`.`id`, `actioncounters_actioncounterunique`.`content_type_id`, `actioncounters_actioncounterunique`.`object_pk`, `actioncounters_actioncounterunique`.`name`, `actioncounters_actioncounterunique`.`total`, `actioncounters_actioncounterunique`.`ip`, `actioncounters_actioncounterunique`.`user_agent`, `actioncounters_actioncounterunique`.`user_id`, `actioncounters_actioncounterunique`.`unique_hash`, `actioncounters_actioncounterunique`.`modified` FROM `actioncounters_actioncounterunique` WHERE `actioncounters_actioncounterunique`.`unique_hash` = 'baa04dc73397e7bf43b8300c0404ba5c' ; args=('baa04dc73397e7bf43b8300c0404ba5c',) | |
2013-02-28 14:07:03,096 DEBUG (0.000) SELECT `actioncounters_actioncounterunique`.`id`, `actioncounters_actioncounterunique`.`content_type_id`, `actioncounters_actioncounterunique`.`object_pk`, `actioncounters_actioncounterunique`.`name`, `actioncounters_actioncounterunique`.`total`, `actioncounters_actioncounterunique`.`ip`, `actioncounters_actioncounterunique`.`user_agent`, `actioncounters_actioncounterunique`.`user_id`, `actioncounters_actioncounterunique`.`unique_hash`, `actioncounters_actioncounterunique`.`modified` FROM `actioncounters_actioncounterunique` WHERE `actioncounters_actioncounterunique`.`unique_hash` = 'baa04dc73397e7bf43b8300c0404ba5c' ; args=('baa04dc73397e7bf43b8300c0404ba5c',) | |
2013-02-28 14:07:03,098 DEBUG (0.000) SELECT `django_content_type`.`id`, `django_content_type`.`name`, `django_content_type`.`app_label`, `django_content_type`.`model` FROM `django_content_type` WHERE `django_content_type`.`id` = 16 ; args=(16,) | |
2013-02-28 14:07:03,099 DEBUG (0.000) SELECT `auth_user`.`id`, `auth_user`.`username`, `auth_user`.`first_name`, `auth_user`.`last_name`, `auth_user`.`email`, `auth_user`.`password`, `auth_user`.`is_staff`, `auth_user`.`is_active`, `auth_user`.`is_superuser`, `auth_user`.`last_login`, `auth_user`.`date_joined` FROM `auth_user` WHERE `auth_user`.`id` = 1 ; args=(1,) | |
2013-02-28 14:07:03,100 DEBUG (0.000) SELECT (1) AS `a` FROM `actioncounters_actioncounterunique` WHERE `actioncounters_actioncounterunique`.`id` = 1 LIMIT 1; args=(1,) | |
2013-02-28 14:07:03,102 DEBUG (0.001) UPDATE `actioncounters_actioncounterunique` SET `content_type_id` = 16, `object_pk` = '1', `name` = 'boogs', `total` = `actioncounters_actioncounterunique`.`total` + 1, `ip` = NULL, `user_agent` = NULL, `user_id` = 1, `unique_hash` = 'baa04dc73397e7bf43b8300c0404ba5c', `modified` = '2013-02-28 14:07:03' WHERE `actioncounters_actioncounterunique`.`id` = 1 ; args=(16, u'1', u'boogs', 1, 1, 'baa04dc73397e7bf43b8300c0404ba5c', u'2013-02-28 14:07:03', 1) | |
2013-02-28 14:07:03,103 DEBUG (0.000) UPDATE `actioncounters_testmodel` SET `boogs_total` = `actioncounters_testmodel`.`boogs_total` + 1 WHERE `actioncounters_testmodel`.`id` = 1 ; args=(1, 1) | |
2013-02-28 14:07:03,105 DEBUG (0.001) SELECT `actioncounters_actioncounterunique`.`id`, `actioncounters_actioncounterunique`.`content_type_id`, `actioncounters_actioncounterunique`.`object_pk`, `actioncounters_actioncounterunique`.`name`, `actioncounters_actioncounterunique`.`total`, `actioncounters_actioncounterunique`.`ip`, `actioncounters_actioncounterunique`.`user_agent`, `actioncounters_actioncounterunique`.`user_id`, `actioncounters_actioncounterunique`.`unique_hash`, `actioncounters_actioncounterunique`.`modified` FROM `actioncounters_actioncounterunique` WHERE `actioncounters_actioncounterunique`.`unique_hash` = 'baa04dc73397e7bf43b8300c0404ba5c' ; args=('baa04dc73397e7bf43b8300c0404ba5c',) | |
2013-02-28 14:07:03,107 DEBUG (0.000) SELECT `actioncounters_actioncounterunique`.`id`, `actioncounters_actioncounterunique`.`content_type_id`, `actioncounters_actioncounterunique`.`object_pk`, `actioncounters_actioncounterunique`.`name`, `actioncounters_actioncounterunique`.`total`, `actioncounters_actioncounterunique`.`ip`, `actioncounters_actioncounterunique`.`user_agent`, `actioncounters_actioncounterunique`.`user_id`, `actioncounters_actioncounterunique`.`unique_hash`, `actioncounters_actioncounterunique`.`modified` FROM `actioncounters_actioncounterunique` WHERE `actioncounters_actioncounterunique`.`unique_hash` = 'baa04dc73397e7bf43b8300c0404ba5c' ; args=('baa04dc73397e7bf43b8300c0404ba5c',) | |
2013-02-28 14:07:03,108 DEBUG (0.000) SELECT `django_content_type`.`id`, `django_content_type`.`name`, `django_content_type`.`app_label`, `django_content_type`.`model` FROM `django_content_type` WHERE `django_content_type`.`id` = 16 ; args=(16,) | |
2013-02-28 14:07:03,109 DEBUG (0.000) SELECT `auth_user`.`id`, `auth_user`.`username`, `auth_user`.`first_name`, `auth_user`.`last_name`, `auth_user`.`email`, `auth_user`.`password`, `auth_user`.`is_staff`, `auth_user`.`is_active`, `auth_user`.`is_superuser`, `auth_user`.`last_login`, `auth_user`.`date_joined` FROM `auth_user` WHERE `auth_user`.`id` = 1 ; args=(1,) | |
2013-02-28 14:07:03,111 DEBUG (0.000) SELECT (1) AS `a` FROM `actioncounters_actioncounterunique` WHERE `actioncounters_actioncounterunique`.`id` = 1 LIMIT 1; args=(1,) | |
2013-02-28 14:07:03,112 DEBUG (0.000) UPDATE `actioncounters_actioncounterunique` SET `content_type_id` = 16, `object_pk` = '1', `name` = 'boogs', `total` = `actioncounters_actioncounterunique`.`total` + 1, `ip` = NULL, `user_agent` = NULL, `user_id` = 1, `unique_hash` = 'baa04dc73397e7bf43b8300c0404ba5c', `modified` = '2013-02-28 14:07:03' WHERE `actioncounters_actioncounterunique`.`id` = 1 ; args=(16, u'1', u'boogs', 1, 1, 'baa04dc73397e7bf43b8300c0404ba5c', u'2013-02-28 14:07:03', 1) | |
2013-02-28 14:07:03,113 DEBUG (0.000) UPDATE `actioncounters_testmodel` SET `boogs_total` = `actioncounters_testmodel`.`boogs_total` + 1 WHERE `actioncounters_testmodel`.`id` = 1 ; args=(1, 1) | |
2013-02-28 14:07:03,114 DEBUG (0.000) SELECT `actioncounters_actioncounterunique`.`id`, `actioncounters_actioncounterunique`.`content_type_id`, `actioncounters_actioncounterunique`.`object_pk`, `actioncounters_actioncounterunique`.`name`, `actioncounters_actioncounterunique`.`total`, `actioncounters_actioncounterunique`.`ip`, `actioncounters_actioncounterunique`.`user_agent`, `actioncounters_actioncounterunique`.`user_id`, `actioncounters_actioncounterunique`.`unique_hash`, `actioncounters_actioncounterunique`.`modified` FROM `actioncounters_actioncounterunique` WHERE `actioncounters_actioncounterunique`.`unique_hash` = 'baa04dc73397e7bf43b8300c0404ba5c' ; args=('baa04dc73397e7bf43b8300c0404ba5c',) | |
2013-02-28 14:07:03,116 DEBUG (0.001) SELECT `actioncounters_actioncounterunique`.`id`, `actioncounters_actioncounterunique`.`content_type_id`, `actioncounters_actioncounterunique`.`object_pk`, `actioncounters_actioncounterunique`.`name`, `actioncounters_actioncounterunique`.`total`, `actioncounters_actioncounterunique`.`ip`, `actioncounters_actioncounterunique`.`user_agent`, `actioncounters_actioncounterunique`.`user_id`, `actioncounters_actioncounterunique`.`unique_hash`, `actioncounters_actioncounterunique`.`modified` FROM `actioncounters_actioncounterunique` WHERE `actioncounters_actioncounterunique`.`unique_hash` = 'baa04dc73397e7bf43b8300c0404ba5c' ; args=('baa04dc73397e7bf43b8300c0404ba5c',) | |
2013-02-28 14:07:03,117 DEBUG (0.000) SELECT `django_content_type`.`id`, `django_content_type`.`name`, `django_content_type`.`app_label`, `django_content_type`.`model` FROM `django_content_type` WHERE `django_content_type`.`id` = 16 ; args=(16,) | |
2013-02-28 14:07:03,119 DEBUG (0.000) SELECT `auth_user`.`id`, `auth_user`.`username`, `auth_user`.`first_name`, `auth_user`.`last_name`, `auth_user`.`email`, `auth_user`.`password`, `auth_user`.`is_staff`, `auth_user`.`is_active`, `auth_user`.`is_superuser`, `auth_user`.`last_login`, `auth_user`.`date_joined` FROM `auth_user` WHERE `auth_user`.`id` = 1 ; args=(1,) | |
2013-02-28 14:07:03,120 DEBUG (0.000) SELECT (1) AS `a` FROM `actioncounters_actioncounterunique` WHERE `actioncounters_actioncounterunique`.`id` = 1 LIMIT 1; args=(1,) | |
2013-02-28 14:07:03,121 DEBUG (0.000) UPDATE `actioncounters_actioncounterunique` SET `content_type_id` = 16, `object_pk` = '1', `name` = 'boogs', `total` = `actioncounters_actioncounterunique`.`total` + 1, `ip` = NULL, `user_agent` = NULL, `user_id` = 1, `unique_hash` = 'baa04dc73397e7bf43b8300c0404ba5c', `modified` = '2013-02-28 14:07:03' WHERE `actioncounters_actioncounterunique`.`id` = 1 ; args=(16, u'1', u'boogs', 1, 1, 'baa04dc73397e7bf43b8300c0404ba5c', u'2013-02-28 14:07:03', 1) | |
2013-02-28 14:07:03,123 DEBUG (0.000) UPDATE `actioncounters_testmodel` SET `boogs_total` = `actioncounters_testmodel`.`boogs_total` + 1 WHERE `actioncounters_testmodel`.`id` = 1 ; args=(1, 1) | |
2013-02-28 14:07:03,124 DEBUG (0.001) SELECT `actioncounters_actioncounterunique`.`id`, `actioncounters_actioncounterunique`.`content_type_id`, `actioncounters_actioncounterunique`.`object_pk`, `actioncounters_actioncounterunique`.`name`, `actioncounters_actioncounterunique`.`total`, `actioncounters_actioncounterunique`.`ip`, `actioncounters_actioncounterunique`.`user_agent`, `actioncounters_actioncounterunique`.`user_id`, `actioncounters_actioncounterunique`.`unique_hash`, `actioncounters_actioncounterunique`.`modified` FROM `actioncounters_actioncounterunique` WHERE `actioncounters_actioncounterunique`.`unique_hash` = 'baa04dc73397e7bf43b8300c0404ba5c' ; args=('baa04dc73397e7bf43b8300c0404ba5c',) | |
2013-02-28 14:07:03,126 DEBUG (0.000) SELECT `actioncounters_actioncounterunique`.`id`, `actioncounters_actioncounterunique`.`content_type_id`, `actioncounters_actioncounterunique`.`object_pk`, `actioncounters_actioncounterunique`.`name`, `actioncounters_actioncounterunique`.`total`, `actioncounters_actioncounterunique`.`ip`, `actioncounters_actioncounterunique`.`user_agent`, `actioncounters_actioncounterunique`.`user_id`, `actioncounters_actioncounterunique`.`unique_hash`, `actioncounters_actioncounterunique`.`modified` FROM `actioncounters_actioncounterunique` WHERE `actioncounters_actioncounterunique`.`unique_hash` = 'baa04dc73397e7bf43b8300c0404ba5c' ; args=('baa04dc73397e7bf43b8300c0404ba5c',) | |
2013-02-28 14:07:03,127 DEBUG (0.000) SELECT `django_content_type`.`id`, `django_content_type`.`name`, `django_content_type`.`app_label`, `django_content_type`.`model` FROM `django_content_type` WHERE `django_content_type`.`id` = 16 ; args=(16,) | |
2013-02-28 14:07:03,128 DEBUG (0.000) SELECT `auth_user`.`id`, `auth_user`.`username`, `auth_user`.`first_name`, `auth_user`.`last_name`, `auth_user`.`email`, `auth_user`.`password`, `auth_user`.`is_staff`, `auth_user`.`is_active`, `auth_user`.`is_superuser`, `auth_user`.`last_login`, `auth_user`.`date_joined` FROM `auth_user` WHERE `auth_user`.`id` = 1 ; args=(1,) | |
2013-02-28 14:07:03,130 DEBUG (0.000) SELECT (1) AS `a` FROM `actioncounters_actioncounterunique` WHERE `actioncounters_actioncounterunique`.`id` = 1 LIMIT 1; args=(1,) | |
2013-02-28 14:07:03,131 DEBUG (0.000) UPDATE `actioncounters_actioncounterunique` SET `content_type_id` = 16, `object_pk` = '1', `name` = 'boogs', `total` = `actioncounters_actioncounterunique`.`total` + 1, `ip` = NULL, `user_agent` = NULL, `user_id` = 1, `unique_hash` = 'baa04dc73397e7bf43b8300c0404ba5c', `modified` = '2013-02-28 14:07:03' WHERE `actioncounters_actioncounterunique`.`id` = 1 ; args=(16, u'1', u'boogs', 1, 1, 'baa04dc73397e7bf43b8300c0404ba5c', u'2013-02-28 14:07:03', 1) | |
2013-02-28 14:07:03,132 DEBUG (0.000) UPDATE `actioncounters_testmodel` SET `boogs_total` = `actioncounters_testmodel`.`boogs_total` + 1 WHERE `actioncounters_testmodel`.`id` = 1 ; args=(1, 1) | |
2013-02-28 14:07:03,134 DEBUG (0.000) SELECT `actioncounters_actioncounterunique`.`id`, `actioncounters_actioncounterunique`.`content_type_id`, `actioncounters_actioncounterunique`.`object_pk`, `actioncounters_actioncounterunique`.`name`, `actioncounters_actioncounterunique`.`total`, `actioncounters_actioncounterunique`.`ip`, `actioncounters_actioncounterunique`.`user_agent`, `actioncounters_actioncounterunique`.`user_id`, `actioncounters_actioncounterunique`.`unique_hash`, `actioncounters_actioncounterunique`.`modified` FROM `actioncounters_actioncounterunique` WHERE `actioncounters_actioncounterunique`.`unique_hash` = 'baa04dc73397e7bf43b8300c0404ba5c' ; args=('baa04dc73397e7bf43b8300c0404ba5c',) | |
2013-02-28 14:07:03,135 DEBUG (0.000) SELECT `actioncounters_actioncounterunique`.`id`, `actioncounters_actioncounterunique`.`content_type_id`, `actioncounters_actioncounterunique`.`object_pk`, `actioncounters_actioncounterunique`.`name`, `actioncounters_actioncounterunique`.`total`, `actioncounters_actioncounterunique`.`ip`, `actioncounters_actioncounterunique`.`user_agent`, `actioncounters_actioncounterunique`.`user_id`, `actioncounters_actioncounterunique`.`unique_hash`, `actioncounters_actioncounterunique`.`modified` FROM `actioncounters_actioncounterunique` WHERE `actioncounters_actioncounterunique`.`unique_hash` = 'baa04dc73397e7bf43b8300c0404ba5c' ; args=('baa04dc73397e7bf43b8300c0404ba5c',) | |
2013-02-28 14:07:03,137 DEBUG (0.000) SELECT `actioncounters_actioncounterunique`.`id`, `actioncounters_actioncounterunique`.`content_type_id`, `actioncounters_actioncounterunique`.`object_pk`, `actioncounters_actioncounterunique`.`name`, `actioncounters_actioncounterunique`.`total`, `actioncounters_actioncounterunique`.`ip`, `actioncounters_actioncounterunique`.`user_agent`, `actioncounters_actioncounterunique`.`user_id`, `actioncounters_actioncounterunique`.`unique_hash`, `actioncounters_actioncounterunique`.`modified` FROM `actioncounters_actioncounterunique` WHERE `actioncounters_actioncounterunique`.`unique_hash` = 'baa04dc73397e7bf43b8300c0404ba5c' ; args=('baa04dc73397e7bf43b8300c0404ba5c',) | |
2013-02-28 14:07:03,138 DEBUG (0.000) SELECT `actioncounters_actioncounterunique`.`id`, `actioncounters_actioncounterunique`.`content_type_id`, `actioncounters_actioncounterunique`.`object_pk`, `actioncounters_actioncounterunique`.`name`, `actioncounters_actioncounterunique`.`total`, `actioncounters_actioncounterunique`.`ip`, `actioncounters_actioncounterunique`.`user_agent`, `actioncounters_actioncounterunique`.`user_id`, `actioncounters_actioncounterunique`.`unique_hash`, `actioncounters_actioncounterunique`.`modified` FROM `actioncounters_actioncounterunique` WHERE `actioncounters_actioncounterunique`.`unique_hash` = 'baa04dc73397e7bf43b8300c0404ba5c' ; args=('baa04dc73397e7bf43b8300c0404ba5c',) | |
2013-02-28 14:07:03,140 DEBUG (0.000) SELECT `actioncounters_actioncounterunique`.`id`, `actioncounters_actioncounterunique`.`content_type_id`, `actioncounters_actioncounterunique`.`object_pk`, `actioncounters_actioncounterunique`.`name`, `actioncounters_actioncounterunique`.`total`, `actioncounters_actioncounterunique`.`ip`, `actioncounters_actioncounterunique`.`user_agent`, `actioncounters_actioncounterunique`.`user_id`, `actioncounters_actioncounterunique`.`unique_hash`, `actioncounters_actioncounterunique`.`modified` FROM `actioncounters_actioncounterunique` WHERE `actioncounters_actioncounterunique`.`unique_hash` = '339817738f1de7184ca557c76fd24728' ; args=('339817738f1de7184ca557c76fd24728',) | |
2013-02-28 14:07:03,140 DEBUG (0.000) SAVEPOINT s140196843075328_x2; args=() | |
2013-02-28 14:07:03,141 DEBUG (0.000) INSERT INTO `actioncounters_actioncounterunique` (`content_type_id`, `object_pk`, `name`, `total`, `ip`, `user_agent`, `user_id`, `unique_hash`, `modified`) VALUES (16, '1', 'boogs', 0, NULL, NULL, 2, '339817738f1de7184ca557c76fd24728', '2013-02-28 14:07:03'); args=[16, u'1', 'boogs', 0, None, None, 2, '339817738f1de7184ca557c76fd24728', u'2013-02-28 14:07:03'] | |
2013-02-28 14:07:03,142 DEBUG (0.000) RELEASE SAVEPOINT s140196843075328_x2; args=() | |
2013-02-28 14:07:03,143 DEBUG (0.000) SELECT (1) AS `a` FROM `actioncounters_actioncounterunique` WHERE `actioncounters_actioncounterunique`.`id` = 2 LIMIT 1; args=(2,) | |
2013-02-28 14:07:03,144 DEBUG (0.000) UPDATE `actioncounters_actioncounterunique` SET `content_type_id` = 16, `object_pk` = '1', `name` = 'boogs', `total` = `actioncounters_actioncounterunique`.`total` + 1, `ip` = NULL, `user_agent` = NULL, `user_id` = 2, `unique_hash` = '339817738f1de7184ca557c76fd24728', `modified` = '2013-02-28 14:07:03' WHERE `actioncounters_actioncounterunique`.`id` = 2 ; args=(16, u'1', 'boogs', 1, 2, '339817738f1de7184ca557c76fd24728', u'2013-02-28 14:07:03', 2) | |
2013-02-28 14:07:03,146 DEBUG (0.000) UPDATE `actioncounters_testmodel` SET `boogs_total` = `actioncounters_testmodel`.`boogs_total` + 1 WHERE `actioncounters_testmodel`.`id` = 1 ; args=(1, 1) | |
2013-02-28 14:07:03,147 DEBUG (0.000) SELECT `actioncounters_actioncounterunique`.`id`, `actioncounters_actioncounterunique`.`content_type_id`, `actioncounters_actioncounterunique`.`object_pk`, `actioncounters_actioncounterunique`.`name`, `actioncounters_actioncounterunique`.`total`, `actioncounters_actioncounterunique`.`ip`, `actioncounters_actioncounterunique`.`user_agent`, `actioncounters_actioncounterunique`.`user_id`, `actioncounters_actioncounterunique`.`unique_hash`, `actioncounters_actioncounterunique`.`modified` FROM `actioncounters_actioncounterunique` WHERE `actioncounters_actioncounterunique`.`unique_hash` = '339817738f1de7184ca557c76fd24728' ; args=('339817738f1de7184ca557c76fd24728',) | |
2013-02-28 14:07:03,149 DEBUG (0.000) SELECT `actioncounters_actioncounterunique`.`id`, `actioncounters_actioncounterunique`.`content_type_id`, `actioncounters_actioncounterunique`.`object_pk`, `actioncounters_actioncounterunique`.`name`, `actioncounters_actioncounterunique`.`total`, `actioncounters_actioncounterunique`.`ip`, `actioncounters_actioncounterunique`.`user_agent`, `actioncounters_actioncounterunique`.`user_id`, `actioncounters_actioncounterunique`.`unique_hash`, `actioncounters_actioncounterunique`.`modified` FROM `actioncounters_actioncounterunique` WHERE `actioncounters_actioncounterunique`.`unique_hash` = '339817738f1de7184ca557c76fd24728' ; args=('339817738f1de7184ca557c76fd24728',) | |
2013-02-28 14:07:03,150 DEBUG (0.000) SELECT `django_content_type`.`id`, `django_content_type`.`name`, `django_content_type`.`app_label`, `django_content_type`.`model` FROM `django_content_type` WHERE `django_content_type`.`id` = 16 ; args=(16,) | |
2013-02-28 14:07:03,152 DEBUG (0.000) SELECT `auth_user`.`id`, `auth_user`.`username`, `auth_user`.`first_name`, `auth_user`.`last_name`, `auth_user`.`email`, `auth_user`.`password`, `auth_user`.`is_staff`, `auth_user`.`is_active`, `auth_user`.`is_superuser`, `auth_user`.`last_login`, `auth_user`.`date_joined` FROM `auth_user` WHERE `auth_user`.`id` = 2 ; args=(2,) | |
2013-02-28 14:07:03,153 DEBUG (0.000) SELECT (1) AS `a` FROM `actioncounters_actioncounterunique` WHERE `actioncounters_actioncounterunique`.`id` = 2 LIMIT 1; args=(2,) | |
2013-02-28 14:07:03,154 DEBUG (0.000) UPDATE `actioncounters_actioncounterunique` SET `content_type_id` = 16, `object_pk` = '1', `name` = 'boogs', `total` = `actioncounters_actioncounterunique`.`total` + 1, `ip` = NULL, `user_agent` = NULL, `user_id` = 2, `unique_hash` = '339817738f1de7184ca557c76fd24728', `modified` = '2013-02-28 14:07:03' WHERE `actioncounters_actioncounterunique`.`id` = 2 ; args=(16, u'1', u'boogs', 1, 2, '339817738f1de7184ca557c76fd24728', u'2013-02-28 14:07:03', 2) | |
2013-02-28 14:07:03,156 DEBUG (0.000) UPDATE `actioncounters_testmodel` SET `boogs_total` = `actioncounters_testmodel`.`boogs_total` + 1 WHERE `actioncounters_testmodel`.`id` = 1 ; args=(1, 1) | |
2013-02-28 14:07:03,157 DEBUG (0.001) SELECT `actioncounters_actioncounterunique`.`id`, `actioncounters_actioncounterunique`.`content_type_id`, `actioncounters_actioncounterunique`.`object_pk`, `actioncounters_actioncounterunique`.`name`, `actioncounters_actioncounterunique`.`total`, `actioncounters_actioncounterunique`.`ip`, `actioncounters_actioncounterunique`.`user_agent`, `actioncounters_actioncounterunique`.`user_id`, `actioncounters_actioncounterunique`.`unique_hash`, `actioncounters_actioncounterunique`.`modified` FROM `actioncounters_actioncounterunique` WHERE `actioncounters_actioncounterunique`.`unique_hash` = '339817738f1de7184ca557c76fd24728' ; args=('339817738f1de7184ca557c76fd24728',) | |
2013-02-28 14:07:03,159 DEBUG (0.001) SELECT `actioncounters_actioncounterunique`.`id`, `actioncounters_actioncounterunique`.`content_type_id`, `actioncounters_actioncounterunique`.`object_pk`, `actioncounters_actioncounterunique`.`name`, `actioncounters_actioncounterunique`.`total`, `actioncounters_actioncounterunique`.`ip`, `actioncounters_actioncounterunique`.`user_agent`, `actioncounters_actioncounterunique`.`user_id`, `actioncounters_actioncounterunique`.`unique_hash`, `actioncounters_actioncounterunique`.`modified` FROM `actioncounters_actioncounterunique` WHERE `actioncounters_actioncounterunique`.`unique_hash` = '339817738f1de7184ca557c76fd24728' ; args=('339817738f1de7184ca557c76fd24728',) | |
2013-02-28 14:07:03,160 DEBUG (0.000) SELECT `django_content_type`.`id`, `django_content_type`.`name`, `django_content_type`.`app_label`, `django_content_type`.`model` FROM `django_content_type` WHERE `django_content_type`.`id` = 16 ; args=(16,) | |
2013-02-28 14:07:03,162 DEBUG (0.000) SELECT `auth_user`.`id`, `auth_user`.`username`, `auth_user`.`first_name`, `auth_user`.`last_name`, `auth_user`.`email`, `auth_user`.`password`, `auth_user`.`is_staff`, `auth_user`.`is_active`, `auth_user`.`is_superuser`, `auth_user`.`last_login`, `auth_user`.`date_joined` FROM `auth_user` WHERE `auth_user`.`id` = 2 ; args=(2,) | |
2013-02-28 14:07:03,163 DEBUG (0.000) SELECT (1) AS `a` FROM `actioncounters_actioncounterunique` WHERE `actioncounters_actioncounterunique`.`id` = 2 LIMIT 1; args=(2,) | |
2013-02-28 14:07:03,164 DEBUG (0.000) UPDATE `actioncounters_actioncounterunique` SET `content_type_id` = 16, `object_pk` = '1', `name` = 'boogs', `total` = `actioncounters_actioncounterunique`.`total` + 1, `ip` = NULL, `user_agent` = NULL, `user_id` = 2, `unique_hash` = '339817738f1de7184ca557c76fd24728', `modified` = '2013-02-28 14:07:03' WHERE `actioncounters_actioncounterunique`.`id` = 2 ; args=(16, u'1', u'boogs', 1, 2, '339817738f1de7184ca557c76fd24728', u'2013-02-28 14:07:03', 2) | |
2013-02-28 14:07:03,166 DEBUG (0.000) UPDATE `actioncounters_testmodel` SET `boogs_total` = `actioncounters_testmodel`.`boogs_total` + 1 WHERE `actioncounters_testmodel`.`id` = 1 ; args=(1, 1) | |
2013-02-28 14:07:03,167 DEBUG (0.000) SELECT `actioncounters_actioncounterunique`.`id`, `actioncounters_actioncounterunique`.`content_type_id`, `actioncounters_actioncounterunique`.`object_pk`, `actioncounters_actioncounterunique`.`name`, `actioncounters_actioncounterunique`.`total`, `actioncounters_actioncounterunique`.`ip`, `actioncounters_actioncounterunique`.`user_agent`, `actioncounters_actioncounterunique`.`user_id`, `actioncounters_actioncounterunique`.`unique_hash`, `actioncounters_actioncounterunique`.`modified` FROM `actioncounters_actioncounterunique` WHERE `actioncounters_actioncounterunique`.`unique_hash` = '339817738f1de7184ca557c76fd24728' ; args=('339817738f1de7184ca557c76fd24728',) | |
2013-02-28 14:07:03,169 DEBUG (0.000) SELECT `actioncounters_actioncounterunique`.`id`, `actioncounters_actioncounterunique`.`content_type_id`, `actioncounters_actioncounterunique`.`object_pk`, `actioncounters_actioncounterunique`.`name`, `actioncounters_actioncounterunique`.`total`, `actioncounters_actioncounterunique`.`ip`, `actioncounters_actioncounterunique`.`user_agent`, `actioncounters_actioncounterunique`.`user_id`, `actioncounters_actioncounterunique`.`unique_hash`, `actioncounters_actioncounterunique`.`modified` FROM `actioncounters_actioncounterunique` WHERE `actioncounters_actioncounterunique`.`unique_hash` = '339817738f1de7184ca557c76fd24728' ; args=('339817738f1de7184ca557c76fd24728',) | |
2013-02-28 14:07:03,170 DEBUG (0.000) SELECT `django_content_type`.`id`, `django_content_type`.`name`, `django_content_type`.`app_label`, `django_content_type`.`model` FROM `django_content_type` WHERE `django_content_type`.`id` = 16 ; args=(16,) | |
2013-02-28 14:07:03,171 DEBUG (0.000) SELECT `auth_user`.`id`, `auth_user`.`username`, `auth_user`.`first_name`, `auth_user`.`last_name`, `auth_user`.`email`, `auth_user`.`password`, `auth_user`.`is_staff`, `auth_user`.`is_active`, `auth_user`.`is_superuser`, `auth_user`.`last_login`, `auth_user`.`date_joined` FROM `auth_user` WHERE `auth_user`.`id` = 2 ; args=(2,) | |
2013-02-28 14:07:03,173 DEBUG (0.000) SELECT (1) AS `a` FROM `actioncounters_actioncounterunique` WHERE `actioncounters_actioncounterunique`.`id` = 2 LIMIT 1; args=(2,) | |
2013-02-28 14:07:03,174 DEBUG (0.000) UPDATE `actioncounters_actioncounterunique` SET `content_type_id` = 16, `object_pk` = '1', `name` = 'boogs', `total` = `actioncounters_actioncounterunique`.`total` + 1, `ip` = NULL, `user_agent` = NULL, `user_id` = 2, `unique_hash` = '339817738f1de7184ca557c76fd24728', `modified` = '2013-02-28 14:07:03' WHERE `actioncounters_actioncounterunique`.`id` = 2 ; args=(16, u'1', u'boogs', 1, 2, '339817738f1de7184ca557c76fd24728', u'2013-02-28 14:07:03', 2) | |
2013-02-28 14:07:03,175 DEBUG (0.000) UPDATE `actioncounters_testmodel` SET `boogs_total` = `actioncounters_testmodel`.`boogs_total` + 1 WHERE `actioncounters_testmodel`.`id` = 1 ; args=(1, 1) | |
2013-02-28 14:07:03,176 DEBUG (0.001) SELECT `actioncounters_actioncounterunique`.`id`, `actioncounters_actioncounterunique`.`content_type_id`, `actioncounters_actioncounterunique`.`object_pk`, `actioncounters_actioncounterunique`.`name`, `actioncounters_actioncounterunique`.`total`, `actioncounters_actioncounterunique`.`ip`, `actioncounters_actioncounterunique`.`user_agent`, `actioncounters_actioncounterunique`.`user_id`, `actioncounters_actioncounterunique`.`unique_hash`, `actioncounters_actioncounterunique`.`modified` FROM `actioncounters_actioncounterunique` WHERE `actioncounters_actioncounterunique`.`unique_hash` = '339817738f1de7184ca557c76fd24728' ; args=('339817738f1de7184ca557c76fd24728',) | |
2013-02-28 14:07:03,178 DEBUG (0.000) SELECT `actioncounters_actioncounterunique`.`id`, `actioncounters_actioncounterunique`.`content_type_id`, `actioncounters_actioncounterunique`.`object_pk`, `actioncounters_actioncounterunique`.`name`, `actioncounters_actioncounterunique`.`total`, `actioncounters_actioncounterunique`.`ip`, `actioncounters_actioncounterunique`.`user_agent`, `actioncounters_actioncounterunique`.`user_id`, `actioncounters_actioncounterunique`.`unique_hash`, `actioncounters_actioncounterunique`.`modified` FROM `actioncounters_actioncounterunique` WHERE `actioncounters_actioncounterunique`.`unique_hash` = '339817738f1de7184ca557c76fd24728' ; args=('339817738f1de7184ca557c76fd24728',) | |
2013-02-28 14:07:03,179 DEBUG (0.000) SELECT `django_content_type`.`id`, `django_content_type`.`name`, `django_content_type`.`app_label`, `django_content_type`.`model` FROM `django_content_type` WHERE `django_content_type`.`id` = 16 ; args=(16,) | |
2013-02-28 14:07:03,180 DEBUG (0.000) SELECT `auth_user`.`id`, `auth_user`.`username`, `auth_user`.`first_name`, `auth_user`.`last_name`, `auth_user`.`email`, `auth_user`.`password`, `auth_user`.`is_staff`, `auth_user`.`is_active`, `auth_user`.`is_superuser`, `auth_user`.`last_login`, `auth_user`.`date_joined` FROM `auth_user` WHERE `auth_user`.`id` = 2 ; args=(2,) | |
2013-02-28 14:07:03,182 DEBUG (0.000) SELECT (1) AS `a` FROM `actioncounters_actioncounterunique` WHERE `actioncounters_actioncounterunique`.`id` = 2 LIMIT 1; args=(2,) | |
2013-02-28 14:07:03,183 DEBUG (0.000) UPDATE `actioncounters_actioncounterunique` SET `content_type_id` = 16, `object_pk` = '1', `name` = 'boogs', `total` = `actioncounters_actioncounterunique`.`total` + 1, `ip` = NULL, `user_agent` = NULL, `user_id` = 2, `unique_hash` = '339817738f1de7184ca557c76fd24728', `modified` = '2013-02-28 14:07:03' WHERE `actioncounters_actioncounterunique`.`id` = 2 ; args=(16, u'1', u'boogs', 1, 2, '339817738f1de7184ca557c76fd24728', u'2013-02-28 14:07:03', 2) | |
2013-02-28 14:07:03,184 DEBUG (0.000) UPDATE `actioncounters_testmodel` SET `boogs_total` = `actioncounters_testmodel`.`boogs_total` + 1 WHERE `actioncounters_testmodel`.`id` = 1 ; args=(1, 1) | |
2013-02-28 14:07:03,186 DEBUG (0.001) SELECT `actioncounters_actioncounterunique`.`id`, `actioncounters_actioncounterunique`.`content_type_id`, `actioncounters_actioncounterunique`.`object_pk`, `actioncounters_actioncounterunique`.`name`, `actioncounters_actioncounterunique`.`total`, `actioncounters_actioncounterunique`.`ip`, `actioncounters_actioncounterunique`.`user_agent`, `actioncounters_actioncounterunique`.`user_id`, `actioncounters_actioncounterunique`.`unique_hash`, `actioncounters_actioncounterunique`.`modified` FROM `actioncounters_actioncounterunique` WHERE `actioncounters_actioncounterunique`.`unique_hash` = '339817738f1de7184ca557c76fd24728' ; args=('339817738f1de7184ca557c76fd24728',) | |
2013-02-28 14:07:03,187 DEBUG (0.000) SELECT `actioncounters_actioncounterunique`.`id`, `actioncounters_actioncounterunique`.`content_type_id`, `actioncounters_actioncounterunique`.`object_pk`, `actioncounters_actioncounterunique`.`name`, `actioncounters_actioncounterunique`.`total`, `actioncounters_actioncounterunique`.`ip`, `actioncounters_actioncounterunique`.`user_agent`, `actioncounters_actioncounterunique`.`user_id`, `actioncounters_actioncounterunique`.`unique_hash`, `actioncounters_actioncounterunique`.`modified` FROM `actioncounters_actioncounterunique` WHERE `actioncounters_actioncounterunique`.`unique_hash` = '339817738f1de7184ca557c76fd24728' ; args=('339817738f1de7184ca557c76fd24728',) | |
2013-02-28 14:07:03,189 DEBUG (0.000) SELECT `actioncounters_actioncounterunique`.`id`, `actioncounters_actioncounterunique`.`content_type_id`, `actioncounters_actioncounterunique`.`object_pk`, `actioncounters_actioncounterunique`.`name`, `actioncounters_actioncounterunique`.`total`, `actioncounters_actioncounterunique`.`ip`, `actioncounters_actioncounterunique`.`user_agent`, `actioncounters_actioncounterunique`.`user_id`, `actioncounters_actioncounterunique`.`unique_hash`, `actioncounters_actioncounterunique`.`modified` FROM `actioncounters_actioncounterunique` WHERE `actioncounters_actioncounterunique`.`unique_hash` = '339817738f1de7184ca557c76fd24728' ; args=('339817738f1de7184ca557c76fd24728',) | |
2013-02-28 14:07:03,190 DEBUG (0.000) SELECT `actioncounters_actioncounterunique`.`id`, `actioncounters_actioncounterunique`.`content_type_id`, `actioncounters_actioncounterunique`.`object_pk`, `actioncounters_actioncounterunique`.`name`, `actioncounters_actioncounterunique`.`total`, `actioncounters_actioncounterunique`.`ip`, `actioncounters_actioncounterunique`.`user_agent`, `actioncounters_actioncounterunique`.`user_id`, `actioncounters_actioncounterunique`.`unique_hash`, `actioncounters_actioncounterunique`.`modified` FROM `actioncounters_actioncounterunique` WHERE `actioncounters_actioncounterunique`.`unique_hash` = '339817738f1de7184ca557c76fd24728' ; args=('339817738f1de7184ca557c76fd24728',) | |
2013-02-28 14:07:03,192 DEBUG (0.001) SELECT `actioncounters_actioncounterunique`.`id`, `actioncounters_actioncounterunique`.`content_type_id`, `actioncounters_actioncounterunique`.`object_pk`, `actioncounters_actioncounterunique`.`name`, `actioncounters_actioncounterunique`.`total`, `actioncounters_actioncounterunique`.`ip`, `actioncounters_actioncounterunique`.`user_agent`, `actioncounters_actioncounterunique`.`user_id`, `actioncounters_actioncounterunique`.`unique_hash`, `actioncounters_actioncounterunique`.`modified` FROM `actioncounters_actioncounterunique` WHERE `actioncounters_actioncounterunique`.`unique_hash` = 'f7b0326fc5e6b029b33774da93acd1e5' ; args=('f7b0326fc5e6b029b33774da93acd1e5',) | |
2013-02-28 14:07:03,192 DEBUG (0.000) SAVEPOINT s140196843075328_x3; args=() | |
2013-02-28 14:07:03,193 DEBUG (0.000) INSERT INTO `actioncounters_actioncounterunique` (`content_type_id`, `object_pk`, `name`, `total`, `ip`, `user_agent`, `user_id`, `unique_hash`, `modified`) VALUES (16, '1', 'boogs', 0, '192.168.123.123', 'FakeBrowser 1.0', NULL, 'f7b0326fc5e6b029b33774da93acd1e5', '2013-02-28 14:07:03'); args=[16, u'1', 'boogs', 0, '192.168.123.123', u'FakeBrowser 1.0', None, 'f7b0326fc5e6b029b33774da93acd1e5', u'2013-02-28 14:07:03'] | |
2013-02-28 14:07:03,194 DEBUG (0.000) RELEASE SAVEPOINT s140196843075328_x3; args=() | |
2013-02-28 14:07:03,195 DEBUG (0.000) SELECT (1) AS `a` FROM `actioncounters_actioncounterunique` WHERE `actioncounters_actioncounterunique`.`id` = 3 LIMIT 1; args=(3,) | |
2013-02-28 14:07:03,197 DEBUG (0.000) UPDATE `actioncounters_actioncounterunique` SET `content_type_id` = 16, `object_pk` = '1', `name` = 'boogs', `total` = `actioncounters_actioncounterunique`.`total` + 1, `ip` = '192.168.123.123', `user_agent` = 'FakeBrowser 1.0', `user_id` = NULL, `unique_hash` = 'f7b0326fc5e6b029b33774da93acd1e5', `modified` = '2013-02-28 14:07:03' WHERE `actioncounters_actioncounterunique`.`id` = 3 ; args=(16, u'1', 'boogs', 1, '192.168.123.123', u'FakeBrowser 1.0', 'f7b0326fc5e6b029b33774da93acd1e5', u'2013-02-28 14:07:03', 3) | |
2013-02-28 14:07:03,198 DEBUG (0.000) UPDATE `actioncounters_testmodel` SET `boogs_total` = `actioncounters_testmodel`.`boogs_total` + 1 WHERE `actioncounters_testmodel`.`id` = 1 ; args=(1, 1) | |
2013-02-28 14:07:03,200 DEBUG (0.000) SELECT `actioncounters_actioncounterunique`.`id`, `actioncounters_actioncounterunique`.`content_type_id`, `actioncounters_actioncounterunique`.`object_pk`, `actioncounters_actioncounterunique`.`name`, `actioncounters_actioncounterunique`.`total`, `actioncounters_actioncounterunique`.`ip`, `actioncounters_actioncounterunique`.`user_agent`, `actioncounters_actioncounterunique`.`user_id`, `actioncounters_actioncounterunique`.`unique_hash`, `actioncounters_actioncounterunique`.`modified` FROM `actioncounters_actioncounterunique` WHERE `actioncounters_actioncounterunique`.`unique_hash` = 'f7b0326fc5e6b029b33774da93acd1e5' ; args=('f7b0326fc5e6b029b33774da93acd1e5',) | |
2013-02-28 14:07:03,201 DEBUG (0.000) SELECT `actioncounters_actioncounterunique`.`id`, `actioncounters_actioncounterunique`.`content_type_id`, `actioncounters_actioncounterunique`.`object_pk`, `actioncounters_actioncounterunique`.`name`, `actioncounters_actioncounterunique`.`total`, `actioncounters_actioncounterunique`.`ip`, `actioncounters_actioncounterunique`.`user_agent`, `actioncounters_actioncounterunique`.`user_id`, `actioncounters_actioncounterunique`.`unique_hash`, `actioncounters_actioncounterunique`.`modified` FROM `actioncounters_actioncounterunique` WHERE `actioncounters_actioncounterunique`.`unique_hash` = 'f7b0326fc5e6b029b33774da93acd1e5' ; args=('f7b0326fc5e6b029b33774da93acd1e5',) | |
2013-02-28 14:07:03,203 DEBUG (0.000) SELECT `django_content_type`.`id`, `django_content_type`.`name`, `django_content_type`.`app_label`, `django_content_type`.`model` FROM `django_content_type` WHERE `django_content_type`.`id` = 16 ; args=(16,) | |
2013-02-28 14:07:03,204 DEBUG (0.000) SELECT (1) AS `a` FROM `actioncounters_actioncounterunique` WHERE `actioncounters_actioncounterunique`.`id` = 3 LIMIT 1; args=(3,) | |
2013-02-28 14:07:03,205 DEBUG (0.000) UPDATE `actioncounters_actioncounterunique` SET `content_type_id` = 16, `object_pk` = '1', `name` = 'boogs', `total` = `actioncounters_actioncounterunique`.`total` + 1, `ip` = '192.168.123.123', `user_agent` = 'FakeBrowser 1.0', `user_id` = NULL, `unique_hash` = 'f7b0326fc5e6b029b33774da93acd1e5', `modified` = '2013-02-28 14:07:03' WHERE `actioncounters_actioncounterunique`.`id` = 3 ; args=(16, u'1', u'boogs', 1, u'192.168.123.123', u'FakeBrowser 1.0', 'f7b0326fc5e6b029b33774da93acd1e5', u'2013-02-28 14:07:03', 3) | |
2013-02-28 14:07:03,207 DEBUG (0.000) UPDATE `actioncounters_testmodel` SET `boogs_total` = `actioncounters_testmodel`.`boogs_total` + 1 WHERE `actioncounters_testmodel`.`id` = 1 ; args=(1, 1) | |
2013-02-28 14:07:03,208 DEBUG (0.000) SELECT `actioncounters_actioncounterunique`.`id`, `actioncounters_actioncounterunique`.`content_type_id`, `actioncounters_actioncounterunique`.`object_pk`, `actioncounters_actioncounterunique`.`name`, `actioncounters_actioncounterunique`.`total`, `actioncounters_actioncounterunique`.`ip`, `actioncounters_actioncounterunique`.`user_agent`, `actioncounters_actioncounterunique`.`user_id`, `actioncounters_actioncounterunique`.`unique_hash`, `actioncounters_actioncounterunique`.`modified` FROM `actioncounters_actioncounterunique` WHERE `actioncounters_actioncounterunique`.`unique_hash` = 'f7b0326fc5e6b029b33774da93acd1e5' ; args=('f7b0326fc5e6b029b33774da93acd1e5',) | |
2013-02-28 14:07:03,210 DEBUG (0.000) SELECT `actioncounters_actioncounterunique`.`id`, `actioncounters_actioncounterunique`.`content_type_id`, `actioncounters_actioncounterunique`.`object_pk`, `actioncounters_actioncounterunique`.`name`, `actioncounters_actioncounterunique`.`total`, `actioncounters_actioncounterunique`.`ip`, `actioncounters_actioncounterunique`.`user_agent`, `actioncounters_actioncounterunique`.`user_id`, `actioncounters_actioncounterunique`.`unique_hash`, `actioncounters_actioncounterunique`.`modified` FROM `actioncounters_actioncounterunique` WHERE `actioncounters_actioncounterunique`.`unique_hash` = 'f7b0326fc5e6b029b33774da93acd1e5' ; args=('f7b0326fc5e6b029b33774da93acd1e5',) | |
2013-02-28 14:07:03,211 DEBUG (0.000) SELECT `django_content_type`.`id`, `django_content_type`.`name`, `django_content_type`.`app_label`, `django_content_type`.`model` FROM `django_content_type` WHERE `django_content_type`.`id` = 16 ; args=(16,) | |
2013-02-28 14:07:03,213 DEBUG (0.000) SELECT (1) AS `a` FROM `actioncounters_actioncounterunique` WHERE `actioncounters_actioncounterunique`.`id` = 3 LIMIT 1; args=(3,) | |
2013-02-28 14:07:03,214 DEBUG (0.000) UPDATE `actioncounters_actioncounterunique` SET `content_type_id` = 16, `object_pk` = '1', `name` = 'boogs', `total` = `actioncounters_actioncounterunique`.`total` + 1, `ip` = '192.168.123.123', `user_agent` = 'FakeBrowser 1.0', `user_id` = NULL, `unique_hash` = 'f7b0326fc5e6b029b33774da93acd1e5', `modified` = '2013-02-28 14:07:03' WHERE `actioncounters_actioncounterunique`.`id` = 3 ; args=(16, u'1', u'boogs', 1, u'192.168.123.123', u'FakeBrowser 1.0', 'f7b0326fc5e6b029b33774da93acd1e5', u'2013-02-28 14:07:03', 3) | |
2013-02-28 14:07:03,216 DEBUG (0.000) UPDATE `actioncounters_testmodel` SET `boogs_total` = `actioncounters_testmodel`.`boogs_total` + 1 WHERE `actioncounters_testmodel`.`id` = 1 ; args=(1, 1) | |
2013-02-28 14:07:03,217 DEBUG (0.000) SELECT `actioncounters_actioncounterunique`.`id`, `actioncounters_actioncounterunique`.`content_type_id`, `actioncounters_actioncounterunique`.`object_pk`, `actioncounters_actioncounterunique`.`name`, `actioncounters_actioncounterunique`.`total`, `actioncounters_actioncounterunique`.`ip`, `actioncounters_actioncounterunique`.`user_agent`, `actioncounters_actioncounterunique`.`user_id`, `actioncounters_actioncounterunique`.`unique_hash`, `actioncounters_actioncounterunique`.`modified` FROM `actioncounters_actioncounterunique` WHERE `actioncounters_actioncounterunique`.`unique_hash` = 'f7b0326fc5e6b029b33774da93acd1e5' ; args=('f7b0326fc5e6b029b33774da93acd1e5',) | |
2013-02-28 14:07:03,219 DEBUG (0.000) SELECT `actioncounters_actioncounterunique`.`id`, `actioncounters_actioncounterunique`.`content_type_id`, `actioncounters_actioncounterunique`.`object_pk`, `actioncounters_actioncounterunique`.`name`, `actioncounters_actioncounterunique`.`total`, `actioncounters_actioncounterunique`.`ip`, `actioncounters_actioncounterunique`.`user_agent`, `actioncounters_actioncounterunique`.`user_id`, `actioncounters_actioncounterunique`.`unique_hash`, `actioncounters_actioncounterunique`.`modified` FROM `actioncounters_actioncounterunique` WHERE `actioncounters_actioncounterunique`.`unique_hash` = 'f7b0326fc5e6b029b33774da93acd1e5' ; args=('f7b0326fc5e6b029b33774da93acd1e5',) | |
2013-02-28 14:07:03,220 DEBUG (0.001) SELECT `django_content_type`.`id`, `django_content_type`.`name`, `django_content_type`.`app_label`, `django_content_type`.`model` FROM `django_content_type` WHERE `django_content_type`.`id` = 16 ; args=(16,) | |
2013-02-28 14:07:03,222 DEBUG (0.000) SELECT (1) AS `a` FROM `actioncounters_actioncounterunique` WHERE `actioncounters_actioncounterunique`.`id` = 3 LIMIT 1; args=(3,) | |
2013-02-28 14:07:03,223 DEBUG (0.000) UPDATE `actioncounters_actioncounterunique` SET `content_type_id` = 16, `object_pk` = '1', `name` = 'boogs', `total` = `actioncounters_actioncounterunique`.`total` + 1, `ip` = '192.168.123.123', `user_agent` = 'FakeBrowser 1.0', `user_id` = NULL, `unique_hash` = 'f7b0326fc5e6b029b33774da93acd1e5', `modified` = '2013-02-28 14:07:03' WHERE `actioncounters_actioncounterunique`.`id` = 3 ; args=(16, u'1', u'boogs', 1, u'192.168.123.123', u'FakeBrowser 1.0', 'f7b0326fc5e6b029b33774da93acd1e5', u'2013-02-28 14:07:03', 3) | |
2013-02-28 14:07:03,224 DEBUG (0.000) UPDATE `actioncounters_testmodel` SET `boogs_total` = `actioncounters_testmodel`.`boogs_total` + 1 WHERE `actioncounters_testmodel`.`id` = 1 ; args=(1, 1) | |
2013-02-28 14:07:03,226 DEBUG (0.000) SELECT `actioncounters_actioncounterunique`.`id`, `actioncounters_actioncounterunique`.`content_type_id`, `actioncounters_actioncounterunique`.`object_pk`, `actioncounters_actioncounterunique`.`name`, `actioncounters_actioncounterunique`.`total`, `actioncounters_actioncounterunique`.`ip`, `actioncounters_actioncounterunique`.`user_agent`, `actioncounters_actioncounterunique`.`user_id`, `actioncounters_actioncounterunique`.`unique_hash`, `actioncounters_actioncounterunique`.`modified` FROM `actioncounters_actioncounterunique` WHERE `actioncounters_actioncounterunique`.`unique_hash` = 'f7b0326fc5e6b029b33774da93acd1e5' ; args=('f7b0326fc5e6b029b33774da93acd1e5',) | |
2013-02-28 14:07:03,227 DEBUG (0.000) SELECT `actioncounters_actioncounterunique`.`id`, `actioncounters_actioncounterunique`.`content_type_id`, `actioncounters_actioncounterunique`.`object_pk`, `actioncounters_actioncounterunique`.`name`, `actioncounters_actioncounterunique`.`total`, `actioncounters_actioncounterunique`.`ip`, `actioncounters_actioncounterunique`.`user_agent`, `actioncounters_actioncounterunique`.`user_id`, `actioncounters_actioncounterunique`.`unique_hash`, `actioncounters_actioncounterunique`.`modified` FROM `actioncounters_actioncounterunique` WHERE `actioncounters_actioncounterunique`.`unique_hash` = 'f7b0326fc5e6b029b33774da93acd1e5' ; args=('f7b0326fc5e6b029b33774da93acd1e5',) | |
2013-02-28 14:07:03,229 DEBUG (0.000) SELECT `django_content_type`.`id`, `django_content_type`.`name`, `django_content_type`.`app_label`, `django_content_type`.`model` FROM `django_content_type` WHERE `django_content_type`.`id` = 16 ; args=(16,) | |
2013-02-28 14:07:03,230 DEBUG (0.000) SELECT (1) AS `a` FROM `actioncounters_actioncounterunique` WHERE `actioncounters_actioncounterunique`.`id` = 3 LIMIT 1; args=(3,) | |
2013-02-28 14:07:03,232 DEBUG (0.001) UPDATE `actioncounters_actioncounterunique` SET `content_type_id` = 16, `object_pk` = '1', `name` = 'boogs', `total` = `actioncounters_actioncounterunique`.`total` + 1, `ip` = '192.168.123.123', `user_agent` = 'FakeBrowser 1.0', `user_id` = NULL, `unique_hash` = 'f7b0326fc5e6b029b33774da93acd1e5', `modified` = '2013-02-28 14:07:03' WHERE `actioncounters_actioncounterunique`.`id` = 3 ; args=(16, u'1', u'boogs', 1, u'192.168.123.123', u'FakeBrowser 1.0', 'f7b0326fc5e6b029b33774da93acd1e5', u'2013-02-28 14:07:03', 3) | |
2013-02-28 14:07:03,233 DEBUG (0.000) UPDATE `actioncounters_testmodel` SET `boogs_total` = `actioncounters_testmodel`.`boogs_total` + 1 WHERE `actioncounters_testmodel`.`id` = 1 ; args=(1, 1) | |
2013-02-28 14:07:03,234 DEBUG (0.000) SELECT `actioncounters_actioncounterunique`.`id`, `actioncounters_actioncounterunique`.`content_type_id`, `actioncounters_actioncounterunique`.`object_pk`, `actioncounters_actioncounterunique`.`name`, `actioncounters_actioncounterunique`.`total`, `actioncounters_actioncounterunique`.`ip`, `actioncounters_actioncounterunique`.`user_agent`, `actioncounters_actioncounterunique`.`user_id`, `actioncounters_actioncounterunique`.`unique_hash`, `actioncounters_actioncounterunique`.`modified` FROM `actioncounters_actioncounterunique` WHERE `actioncounters_actioncounterunique`.`unique_hash` = 'f7b0326fc5e6b029b33774da93acd1e5' ; args=('f7b0326fc5e6b029b33774da93acd1e5',) | |
2013-02-28 14:07:03,236 DEBUG (0.000) SELECT `actioncounters_actioncounterunique`.`id`, `actioncounters_actioncounterunique`.`content_type_id`, `actioncounters_actioncounterunique`.`object_pk`, `actioncounters_actioncounterunique`.`name`, `actioncounters_actioncounterunique`.`total`, `actioncounters_actioncounterunique`.`ip`, `actioncounters_actioncounterunique`.`user_agent`, `actioncounters_actioncounterunique`.`user_id`, `actioncounters_actioncounterunique`.`unique_hash`, `actioncounters_actioncounterunique`.`modified` FROM `actioncounters_actioncounterunique` WHERE `actioncounters_actioncounterunique`.`unique_hash` = 'f7b0326fc5e6b029b33774da93acd1e5' ; args=('f7b0326fc5e6b029b33774da93acd1e5',) | |
2013-02-28 14:07:03,237 DEBUG (0.000) SELECT `actioncounters_actioncounterunique`.`id`, `actioncounters_actioncounterunique`.`content_type_id`, `actioncounters_actioncounterunique`.`object_pk`, `actioncounters_actioncounterunique`.`name`, `actioncounters_actioncounterunique`.`total`, `actioncounters_actioncounterunique`.`ip`, `actioncounters_actioncounterunique`.`user_agent`, `actioncounters_actioncounterunique`.`user_id`, `actioncounters_actioncounterunique`.`unique_hash`, `actioncounters_actioncounterunique`.`modified` FROM `actioncounters_actioncounterunique` WHERE `actioncounters_actioncounterunique`.`unique_hash` = 'f7b0326fc5e6b029b33774da93acd1e5' ; args=('f7b0326fc5e6b029b33774da93acd1e5',) | |
2013-02-28 14:07:03,238 DEBUG (0.000) SELECT `actioncounters_actioncounterunique`.`id`, `actioncounters_actioncounterunique`.`content_type_id`, `actioncounters_actioncounterunique`.`object_pk`, `actioncounters_actioncounterunique`.`name`, `actioncounters_actioncounterunique`.`total`, `actioncounters_actioncounterunique`.`ip`, `actioncounters_actioncounterunique`.`user_agent`, `actioncounters_actioncounterunique`.`user_id`, `actioncounters_actioncounterunique`.`unique_hash`, `actioncounters_actioncounterunique`.`modified` FROM `actioncounters_actioncounterunique` WHERE `actioncounters_actioncounterunique`.`unique_hash` = 'f7b0326fc5e6b029b33774da93acd1e5' ; args=('f7b0326fc5e6b029b33774da93acd1e5',) | |
2013-02-28 14:07:03,240 DEBUG (0.001) SELECT `actioncounters_actioncounterunique`.`id`, `actioncounters_actioncounterunique`.`content_type_id`, `actioncounters_actioncounterunique`.`object_pk`, `actioncounters_actioncounterunique`.`name`, `actioncounters_actioncounterunique`.`total`, `actioncounters_actioncounterunique`.`ip`, `actioncounters_actioncounterunique`.`user_agent`, `actioncounters_actioncounterunique`.`user_id`, `actioncounters_actioncounterunique`.`unique_hash`, `actioncounters_actioncounterunique`.`modified` FROM `actioncounters_actioncounterunique` WHERE `actioncounters_actioncounterunique`.`unique_hash` = 'a8562737764535eb9f332fc619d601bb' ; args=('a8562737764535eb9f332fc619d601bb',) | |
2013-02-28 14:07:03,241 DEBUG (0.000) SAVEPOINT s140196843075328_x4; args=() | |
2013-02-28 14:07:03,242 DEBUG (0.000) INSERT INTO `actioncounters_actioncounterunique` (`content_type_id`, `object_pk`, `name`, `total`, `ip`, `user_agent`, `user_id`, `unique_hash`, `modified`) VALUES (16, '1', 'boogs', 0, '192.168.123.150', 'Safari 1.0', NULL, 'a8562737764535eb9f332fc619d601bb', '2013-02-28 14:07:03'); args=[16, u'1', 'boogs', 0, '192.168.123.150', u'Safari 1.0', None, 'a8562737764535eb9f332fc619d601bb', u'2013-02-28 14:07:03'] | |
2013-02-28 14:07:03,242 DEBUG (0.000) RELEASE SAVEPOINT s140196843075328_x4; args=() | |
2013-02-28 14:07:03,244 DEBUG (0.000) SELECT (1) AS `a` FROM `actioncounters_actioncounterunique` WHERE `actioncounters_actioncounterunique`.`id` = 4 LIMIT 1; args=(4,) | |
2013-02-28 14:07:03,245 DEBUG (0.000) UPDATE `actioncounters_actioncounterunique` SET `content_type_id` = 16, `object_pk` = '1', `name` = 'boogs', `total` = `actioncounters_actioncounterunique`.`total` + 1, `ip` = '192.168.123.150', `user_agent` = 'Safari 1.0', `user_id` = NULL, `unique_hash` = 'a8562737764535eb9f332fc619d601bb', `modified` = '2013-02-28 14:07:03' WHERE `actioncounters_actioncounterunique`.`id` = 4 ; args=(16, u'1', 'boogs', 1, '192.168.123.150', u'Safari 1.0', 'a8562737764535eb9f332fc619d601bb', u'2013-02-28 14:07:03', 4) | |
2013-02-28 14:07:03,246 DEBUG (0.000) UPDATE `actioncounters_testmodel` SET `boogs_total` = `actioncounters_testmodel`.`boogs_total` + 1 WHERE `actioncounters_testmodel`.`id` = 1 ; args=(1, 1) | |
2013-02-28 14:07:03,248 DEBUG (0.000) SELECT `actioncounters_actioncounterunique`.`id`, `actioncounters_actioncounterunique`.`content_type_id`, `actioncounters_actioncounterunique`.`object_pk`, `actioncounters_actioncounterunique`.`name`, `actioncounters_actioncounterunique`.`total`, `actioncounters_actioncounterunique`.`ip`, `actioncounters_actioncounterunique`.`user_agent`, `actioncounters_actioncounterunique`.`user_id`, `actioncounters_actioncounterunique`.`unique_hash`, `actioncounters_actioncounterunique`.`modified` FROM `actioncounters_actioncounterunique` WHERE `actioncounters_actioncounterunique`.`unique_hash` = 'a8562737764535eb9f332fc619d601bb' ; args=('a8562737764535eb9f332fc619d601bb',) | |
2013-02-28 14:07:03,249 DEBUG (0.000) SELECT `actioncounters_actioncounterunique`.`id`, `actioncounters_actioncounterunique`.`content_type_id`, `actioncounters_actioncounterunique`.`object_pk`, `actioncounters_actioncounterunique`.`name`, `actioncounters_actioncounterunique`.`total`, `actioncounters_actioncounterunique`.`ip`, `actioncounters_actioncounterunique`.`user_agent`, `actioncounters_actioncounterunique`.`user_id`, `actioncounters_actioncounterunique`.`unique_hash`, `actioncounters_actioncounterunique`.`modified` FROM `actioncounters_actioncounterunique` WHERE `actioncounters_actioncounterunique`.`unique_hash` = 'a8562737764535eb9f332fc619d601bb' ; args=('a8562737764535eb9f332fc619d601bb',) | |
2013-02-28 14:07:03,250 DEBUG (0.000) SELECT `django_content_type`.`id`, `django_content_type`.`name`, `django_content_type`.`app_label`, `django_content_type`.`model` FROM `django_content_type` WHERE `django_content_type`.`id` = 16 ; args=(16,) | |
2013-02-28 14:07:03,252 DEBUG (0.000) SELECT (1) AS `a` FROM `actioncounters_actioncounterunique` WHERE `actioncounters_actioncounterunique`.`id` = 4 LIMIT 1; args=(4,) | |
2013-02-28 14:07:03,253 DEBUG (0.000) UPDATE `actioncounters_actioncounterunique` SET `content_type_id` = 16, `object_pk` = '1', `name` = 'boogs', `total` = `actioncounters_actioncounterunique`.`total` + 1, `ip` = '192.168.123.150', `user_agent` = 'Safari 1.0', `user_id` = NULL, `unique_hash` = 'a8562737764535eb9f332fc619d601bb', `modified` = '2013-02-28 14:07:03' WHERE `actioncounters_actioncounterunique`.`id` = 4 ; args=(16, u'1', u'boogs', 1, u'192.168.123.150', u'Safari 1.0', 'a8562737764535eb9f332fc619d601bb', u'2013-02-28 14:07:03', 4) | |
2013-02-28 14:07:03,255 DEBUG (0.000) UPDATE `actioncounters_testmodel` SET `boogs_total` = `actioncounters_testmodel`.`boogs_total` + 1 WHERE `actioncounters_testmodel`.`id` = 1 ; args=(1, 1) | |
2013-02-28 14:07:03,256 DEBUG (0.000) SELECT `actioncounters_actioncounterunique`.`id`, `actioncounters_actioncounterunique`.`content_type_id`, `actioncounters_actioncounterunique`.`object_pk`, `actioncounters_actioncounterunique`.`name`, `actioncounters_actioncounterunique`.`total`, `actioncounters_actioncounterunique`.`ip`, `actioncounters_actioncounterunique`.`user_agent`, `actioncounters_actioncounterunique`.`user_id`, `actioncounters_actioncounterunique`.`unique_hash`, `actioncounters_actioncounterunique`.`modified` FROM `actioncounters_actioncounterunique` WHERE `actioncounters_actioncounterunique`.`unique_hash` = 'a8562737764535eb9f332fc619d601bb' ; args=('a8562737764535eb9f332fc619d601bb',) | |
2013-02-28 14:07:03,257 DEBUG (0.000) SELECT `actioncounters_actioncounterunique`.`id`, `actioncounters_actioncounterunique`.`content_type_id`, `actioncounters_actioncounterunique`.`object_pk`, `actioncounters_actioncounterunique`.`name`, `actioncounters_actioncounterunique`.`total`, `actioncounters_actioncounterunique`.`ip`, `actioncounters_actioncounterunique`.`user_agent`, `actioncounters_actioncounterunique`.`user_id`, `actioncounters_actioncounterunique`.`unique_hash`, `actioncounters_actioncounterunique`.`modified` FROM `actioncounters_actioncounterunique` WHERE `actioncounters_actioncounterunique`.`unique_hash` = 'a8562737764535eb9f332fc619d601bb' ; args=('a8562737764535eb9f332fc619d601bb',) | |
2013-02-28 14:07:03,259 DEBUG (0.000) SELECT `django_content_type`.`id`, `django_content_type`.`name`, `django_content_type`.`app_label`, `django_content_type`.`model` FROM `django_content_type` WHERE `django_content_type`.`id` = 16 ; args=(16,) | |
2013-02-28 14:07:03,260 DEBUG (0.000) SELECT (1) AS `a` FROM `actioncounters_actioncounterunique` WHERE `actioncounters_actioncounterunique`.`id` = 4 LIMIT 1; args=(4,) | |
2013-02-28 14:07:03,262 DEBUG (0.001) UPDATE `actioncounters_actioncounterunique` SET `content_type_id` = 16, `object_pk` = '1', `name` = 'boogs', `total` = `actioncounters_actioncounterunique`.`total` + 1, `ip` = '192.168.123.150', `user_agent` = 'Safari 1.0', `user_id` = NULL, `unique_hash` = 'a8562737764535eb9f332fc619d601bb', `modified` = '2013-02-28 14:07:03' WHERE `actioncounters_actioncounterunique`.`id` = 4 ; args=(16, u'1', u'boogs', 1, u'192.168.123.150', u'Safari 1.0', 'a8562737764535eb9f332fc619d601bb', u'2013-02-28 14:07:03', 4) | |
2013-02-28 14:07:03,263 DEBUG (0.000) UPDATE `actioncounters_testmodel` SET `boogs_total` = `actioncounters_testmodel`.`boogs_total` + 1 WHERE `actioncounters_testmodel`.`id` = 1 ; args=(1, 1) | |
2013-02-28 14:07:03,264 DEBUG (0.000) SELECT `actioncounters_actioncounterunique`.`id`, `actioncounters_actioncounterunique`.`content_type_id`, `actioncounters_actioncounterunique`.`object_pk`, `actioncounters_actioncounterunique`.`name`, `actioncounters_actioncounterunique`.`total`, `actioncounters_actioncounterunique`.`ip`, `actioncounters_actioncounterunique`.`user_agent`, `actioncounters_actioncounterunique`.`user_id`, `actioncounters_actioncounterunique`.`unique_hash`, `actioncounters_actioncounterunique`.`modified` FROM `actioncounters_actioncounterunique` WHERE `actioncounters_actioncounterunique`.`unique_hash` = 'a8562737764535eb9f332fc619d601bb' ; args=('a8562737764535eb9f332fc619d601bb',) | |
2013-02-28 14:07:03,266 DEBUG (0.000) SELECT `actioncounters_actioncounterunique`.`id`, `actioncounters_actioncounterunique`.`content_type_id`, `actioncounters_actioncounterunique`.`object_pk`, `actioncounters_actioncounterunique`.`name`, `actioncounters_actioncounterunique`.`total`, `actioncounters_actioncounterunique`.`ip`, `actioncounters_actioncounterunique`.`user_agent`, `actioncounters_actioncounterunique`.`user_id`, `actioncounters_actioncounterunique`.`unique_hash`, `actioncounters_actioncounterunique`.`modified` FROM `actioncounters_actioncounterunique` WHERE `actioncounters_actioncounterunique`.`unique_hash` = 'a8562737764535eb9f332fc619d601bb' ; args=('a8562737764535eb9f332fc619d601bb',) | |
2013-02-28 14:07:03,267 DEBUG (0.000) SELECT `django_content_type`.`id`, `django_content_type`.`name`, `django_content_type`.`app_label`, `django_content_type`.`model` FROM `django_content_type` WHERE `django_content_type`.`id` = 16 ; args=(16,) | |
2013-02-28 14:07:03,268 DEBUG (0.000) SELECT (1) AS `a` FROM `actioncounters_actioncounterunique` WHERE `actioncounters_actioncounterunique`.`id` = 4 LIMIT 1; args=(4,) | |
2013-02-28 14:07:03,270 DEBUG (0.000) UPDATE `actioncounters_actioncounterunique` SET `content_type_id` = 16, `object_pk` = '1', `name` = 'boogs', `total` = `actioncounters_actioncounterunique`.`total` + 1, `ip` = '192.168.123.150', `user_agent` = 'Safari 1.0', `user_id` = NULL, `unique_hash` = 'a8562737764535eb9f332fc619d601bb', `modified` = '2013-02-28 14:07:03' WHERE `actioncounters_actioncounterunique`.`id` = 4 ; args=(16, u'1', u'boogs', 1, u'192.168.123.150', u'Safari 1.0', 'a8562737764535eb9f332fc619d601bb', u'2013-02-28 14:07:03', 4) | |
2013-02-28 14:07:03,271 DEBUG (0.000) UPDATE `actioncounters_testmodel` SET `boogs_total` = `actioncounters_testmodel`.`boogs_total` + 1 WHERE `actioncounters_testmodel`.`id` = 1 ; args=(1, 1) | |
2013-02-28 14:07:03,272 DEBUG (0.000) SELECT `actioncounters_actioncounterunique`.`id`, `actioncounters_actioncounterunique`.`content_type_id`, `actioncounters_actioncounterunique`.`object_pk`, `actioncounters_actioncounterunique`.`name`, `actioncounters_actioncounterunique`.`total`, `actioncounters_actioncounterunique`.`ip`, `actioncounters_actioncounterunique`.`user_agent`, `actioncounters_actioncounterunique`.`user_id`, `actioncounters_actioncounterunique`.`unique_hash`, `actioncounters_actioncounterunique`.`modified` FROM `actioncounters_actioncounterunique` WHERE `actioncounters_actioncounterunique`.`unique_hash` = 'a8562737764535eb9f332fc619d601bb' ; args=('a8562737764535eb9f332fc619d601bb',) | |
2013-02-28 14:07:03,274 DEBUG (0.000) SELECT `actioncounters_actioncounterunique`.`id`, `actioncounters_actioncounterunique`.`content_type_id`, `actioncounters_actioncounterunique`.`object_pk`, `actioncounters_actioncounterunique`.`name`, `actioncounters_actioncounterunique`.`total`, `actioncounters_actioncounterunique`.`ip`, `actioncounters_actioncounterunique`.`user_agent`, `actioncounters_actioncounterunique`.`user_id`, `actioncounters_actioncounterunique`.`unique_hash`, `actioncounters_actioncounterunique`.`modified` FROM `actioncounters_actioncounterunique` WHERE `actioncounters_actioncounterunique`.`unique_hash` = 'a8562737764535eb9f332fc619d601bb' ; args=('a8562737764535eb9f332fc619d601bb',) | |
2013-02-28 14:07:03,276 DEBUG (0.000) SELECT `django_content_type`.`id`, `django_content_type`.`name`, `django_content_type`.`app_label`, `django_content_type`.`model` FROM `django_content_type` WHERE `django_content_type`.`id` = 16 ; args=(16,) | |
2013-02-28 14:07:03,277 DEBUG (0.000) SELECT (1) AS `a` FROM `actioncounters_actioncounterunique` WHERE `actioncounters_actioncounterunique`.`id` = 4 LIMIT 1; args=(4,) | |
2013-02-28 14:07:03,278 DEBUG (0.000) UPDATE `actioncounters_actioncounterunique` SET `content_type_id` = 16, `object_pk` = '1', `name` = 'boogs', `total` = `actioncounters_actioncounterunique`.`total` + 1, `ip` = '192.168.123.150', `user_agent` = 'Safari 1.0', `user_id` = NULL, `unique_hash` = 'a8562737764535eb9f332fc619d601bb', `modified` = '2013-02-28 14:07:03' WHERE `actioncounters_actioncounterunique`.`id` = 4 ; args=(16, u'1', u'boogs', 1, u'192.168.123.150', u'Safari 1.0', 'a8562737764535eb9f332fc619d601bb', u'2013-02-28 14:07:03', 4) | |
2013-02-28 14:07:03,280 DEBUG (0.000) UPDATE `actioncounters_testmodel` SET `boogs_total` = `actioncounters_testmodel`.`boogs_total` + 1 WHERE `actioncounters_testmodel`.`id` = 1 ; args=(1, 1) | |
2013-02-28 14:07:03,281 DEBUG (0.000) SELECT `actioncounters_actioncounterunique`.`id`, `actioncounters_actioncounterunique`.`content_type_id`, `actioncounters_actioncounterunique`.`object_pk`, `actioncounters_actioncounterunique`.`name`, `actioncounters_actioncounterunique`.`total`, `actioncounters_actioncounterunique`.`ip`, `actioncounters_actioncounterunique`.`user_agent`, `actioncounters_actioncounterunique`.`user_id`, `actioncounters_actioncounterunique`.`unique_hash`, `actioncounters_actioncounterunique`.`modified` FROM `actioncounters_actioncounterunique` WHERE `actioncounters_actioncounterunique`.`unique_hash` = 'a8562737764535eb9f332fc619d601bb' ; args=('a8562737764535eb9f332fc619d601bb',) | |
2013-02-28 14:07:03,282 DEBUG (0.000) SELECT `actioncounters_actioncounterunique`.`id`, `actioncounters_actioncounterunique`.`content_type_id`, `actioncounters_actioncounterunique`.`object_pk`, `actioncounters_actioncounterunique`.`name`, `actioncounters_actioncounterunique`.`total`, `actioncounters_actioncounterunique`.`ip`, `actioncounters_actioncounterunique`.`user_agent`, `actioncounters_actioncounterunique`.`user_id`, `actioncounters_actioncounterunique`.`unique_hash`, `actioncounters_actioncounterunique`.`modified` FROM `actioncounters_actioncounterunique` WHERE `actioncounters_actioncounterunique`.`unique_hash` = 'a8562737764535eb9f332fc619d601bb' ; args=('a8562737764535eb9f332fc619d601bb',) | |
2013-02-28 14:07:03,284 DEBUG (0.001) SELECT `actioncounters_actioncounterunique`.`id`, `actioncounters_actioncounterunique`.`content_type_id`, `actioncounters_actioncounterunique`.`object_pk`, `actioncounters_actioncounterunique`.`name`, `actioncounters_actioncounterunique`.`total`, `actioncounters_actioncounterunique`.`ip`, `actioncounters_actioncounterunique`.`user_agent`, `actioncounters_actioncounterunique`.`user_id`, `actioncounters_actioncounterunique`.`unique_hash`, `actioncounters_actioncounterunique`.`modified` FROM `actioncounters_actioncounterunique` WHERE `actioncounters_actioncounterunique`.`unique_hash` = 'a8562737764535eb9f332fc619d601bb' ; args=('a8562737764535eb9f332fc619d601bb',) | |
2013-02-28 14:07:03,285 DEBUG (0.000) SELECT `actioncounters_actioncounterunique`.`id`, `actioncounters_actioncounterunique`.`content_type_id`, `actioncounters_actioncounterunique`.`object_pk`, `actioncounters_actioncounterunique`.`name`, `actioncounters_actioncounterunique`.`total`, `actioncounters_actioncounterunique`.`ip`, `actioncounters_actioncounterunique`.`user_agent`, `actioncounters_actioncounterunique`.`user_id`, `actioncounters_actioncounterunique`.`unique_hash`, `actioncounters_actioncounterunique`.`modified` FROM `actioncounters_actioncounterunique` WHERE `actioncounters_actioncounterunique`.`unique_hash` = 'a8562737764535eb9f332fc619d601bb' ; args=('a8562737764535eb9f332fc619d601bb',) | |
2013-02-28 14:07:03,287 DEBUG (0.000) SELECT `actioncounters_actioncounterunique`.`id`, `actioncounters_actioncounterunique`.`content_type_id`, `actioncounters_actioncounterunique`.`object_pk`, `actioncounters_actioncounterunique`.`name`, `actioncounters_actioncounterunique`.`total`, `actioncounters_actioncounterunique`.`ip`, `actioncounters_actioncounterunique`.`user_agent`, `actioncounters_actioncounterunique`.`user_id`, `actioncounters_actioncounterunique`.`unique_hash`, `actioncounters_actioncounterunique`.`modified` FROM `actioncounters_actioncounterunique` WHERE `actioncounters_actioncounterunique`.`unique_hash` = '5d271708a852cca45eb7138276d753fa' ; args=('5d271708a852cca45eb7138276d753fa',) | |
2013-02-28 14:07:03,288 DEBUG (0.000) SAVEPOINT s140196843075328_x5; args=() | |
2013-02-28 14:07:03,288 DEBUG (0.000) INSERT INTO `actioncounters_actioncounterunique` (`content_type_id`, `object_pk`, `name`, `total`, `ip`, `user_agent`, `user_id`, `unique_hash`, `modified`) VALUES (16, '1', 'boogs', 0, '192.168.123.150', 'Mozilla 1.0', NULL, '5d271708a852cca45eb7138276d753fa', '2013-02-28 14:07:03'); args=[16, u'1', 'boogs', 0, '192.168.123.150', u'Mozilla 1.0', None, '5d271708a852cca45eb7138276d753fa', u'2013-02-28 14:07:03'] | |
2013-02-28 14:07:03,289 DEBUG (0.000) RELEASE SAVEPOINT s140196843075328_x5; args=() | |
2013-02-28 14:07:03,290 DEBUG (0.000) SELECT (1) AS `a` FROM `actioncounters_actioncounterunique` WHERE `actioncounters_actioncounterunique`.`id` = 5 LIMIT 1; args=(5,) | |
2013-02-28 14:07:03,292 DEBUG (0.000) UPDATE `actioncounters_actioncounterunique` SET `content_type_id` = 16, `object_pk` = '1', `name` = 'boogs', `total` = `actioncounters_actioncounterunique`.`total` + 1, `ip` = '192.168.123.150', `user_agent` = 'Mozilla 1.0', `user_id` = NULL, `unique_hash` = '5d271708a852cca45eb7138276d753fa', `modified` = '2013-02-28 14:07:03' WHERE `actioncounters_actioncounterunique`.`id` = 5 ; args=(16, u'1', 'boogs', 1, '192.168.123.150', u'Mozilla 1.0', '5d271708a852cca45eb7138276d753fa', u'2013-02-28 14:07:03', 5) | |
2013-02-28 14:07:03,293 DEBUG (0.000) UPDATE `actioncounters_testmodel` SET `boogs_total` = `actioncounters_testmodel`.`boogs_total` + 1 WHERE `actioncounters_testmodel`.`id` = 1 ; args=(1, 1) | |
2013-02-28 14:07:03,294 DEBUG (0.000) SELECT `actioncounters_actioncounterunique`.`id`, `actioncounters_actioncounterunique`.`content_type_id`, `actioncounters_actioncounterunique`.`object_pk`, `actioncounters_actioncounterunique`.`name`, `actioncounters_actioncounterunique`.`total`, `actioncounters_actioncounterunique`.`ip`, `actioncounters_actioncounterunique`.`user_agent`, `actioncounters_actioncounterunique`.`user_id`, `actioncounters_actioncounterunique`.`unique_hash`, `actioncounters_actioncounterunique`.`modified` FROM `actioncounters_actioncounterunique` WHERE `actioncounters_actioncounterunique`.`unique_hash` = '5d271708a852cca45eb7138276d753fa' ; args=('5d271708a852cca45eb7138276d753fa',) | |
2013-02-28 14:07:03,296 DEBUG (0.000) SELECT `actioncounters_actioncounterunique`.`id`, `actioncounters_actioncounterunique`.`content_type_id`, `actioncounters_actioncounterunique`.`object_pk`, `actioncounters_actioncounterunique`.`name`, `actioncounters_actioncounterunique`.`total`, `actioncounters_actioncounterunique`.`ip`, `actioncounters_actioncounterunique`.`user_agent`, `actioncounters_actioncounterunique`.`user_id`, `actioncounters_actioncounterunique`.`unique_hash`, `actioncounters_actioncounterunique`.`modified` FROM `actioncounters_actioncounterunique` WHERE `actioncounters_actioncounterunique`.`unique_hash` = '5d271708a852cca45eb7138276d753fa' ; args=('5d271708a852cca45eb7138276d753fa',) | |
2013-02-28 14:07:03,297 DEBUG (0.000) SELECT `django_content_type`.`id`, `django_content_type`.`name`, `django_content_type`.`app_label`, `django_content_type`.`model` FROM `django_content_type` WHERE `django_content_type`.`id` = 16 ; args=(16,) | |
2013-02-28 14:07:03,298 DEBUG (0.000) SELECT (1) AS `a` FROM `actioncounters_actioncounterunique` WHERE `actioncounters_actioncounterunique`.`id` = 5 LIMIT 1; args=(5,) | |
2013-02-28 14:07:03,300 DEBUG (0.001) UPDATE `actioncounters_actioncounterunique` SET `content_type_id` = 16, `object_pk` = '1', `name` = 'boogs', `total` = `actioncounters_actioncounterunique`.`total` + 1, `ip` = '192.168.123.150', `user_agent` = 'Mozilla 1.0', `user_id` = NULL, `unique_hash` = '5d271708a852cca45eb7138276d753fa', `modified` = '2013-02-28 14:07:03' WHERE `actioncounters_actioncounterunique`.`id` = 5 ; args=(16, u'1', u'boogs', 1, u'192.168.123.150', u'Mozilla 1.0', '5d271708a852cca45eb7138276d753fa', u'2013-02-28 14:07:03', 5) | |
2013-02-28 14:07:03,301 DEBUG (0.000) UPDATE `actioncounters_testmodel` SET `boogs_total` = `actioncounters_testmodel`.`boogs_total` + 1 WHERE `actioncounters_testmodel`.`id` = 1 ; args=(1, 1) | |
2013-02-28 14:07:03,303 DEBUG (0.001) SELECT `actioncounters_actioncounterunique`.`id`, `actioncounters_actioncounterunique`.`content_type_id`, `actioncounters_actioncounterunique`.`object_pk`, `actioncounters_actioncounterunique`.`name`, `actioncounters_actioncounterunique`.`total`, `actioncounters_actioncounterunique`.`ip`, `actioncounters_actioncounterunique`.`user_agent`, `actioncounters_actioncounterunique`.`user_id`, `actioncounters_actioncounterunique`.`unique_hash`, `actioncounters_actioncounterunique`.`modified` FROM `actioncounters_actioncounterunique` WHERE `actioncounters_actioncounterunique`.`unique_hash` = '5d271708a852cca45eb7138276d753fa' ; args=('5d271708a852cca45eb7138276d753fa',) | |
2013-02-28 14:07:03,304 DEBUG (0.001) SELECT `actioncounters_actioncounterunique`.`id`, `actioncounters_actioncounterunique`.`content_type_id`, `actioncounters_actioncounterunique`.`object_pk`, `actioncounters_actioncounterunique`.`name`, `actioncounters_actioncounterunique`.`total`, `actioncounters_actioncounterunique`.`ip`, `actioncounters_actioncounterunique`.`user_agent`, `actioncounters_actioncounterunique`.`user_id`, `actioncounters_actioncounterunique`.`unique_hash`, `actioncounters_actioncounterunique`.`modified` FROM `actioncounters_actioncounterunique` WHERE `actioncounters_actioncounterunique`.`unique_hash` = '5d271708a852cca45eb7138276d753fa' ; args=('5d271708a852cca45eb7138276d753fa',) | |
2013-02-28 14:07:03,306 DEBUG (0.000) SELECT `django_content_type`.`id`, `django_content_type`.`name`, `django_content_type`.`app_label`, `django_content_type`.`model` FROM `django_content_type` WHERE `django_content_type`.`id` = 16 ; args=(16,) | |
2013-02-28 14:07:03,308 DEBUG (0.000) SELECT (1) AS `a` FROM `actioncounters_actioncounterunique` WHERE `actioncounters_actioncounterunique`.`id` = 5 LIMIT 1; args=(5,) | |
2013-02-28 14:07:03,311 DEBUG (0.001) UPDATE `actioncounters_actioncounterunique` SET `content_type_id` = 16, `object_pk` = '1', `name` = 'boogs', `total` = `actioncounters_actioncounterunique`.`total` + 1, `ip` = '192.168.123.150', `user_agent` = 'Mozilla 1.0', `user_id` = NULL, `unique_hash` = '5d271708a852cca45eb7138276d753fa', `modified` = '2013-02-28 14:07:03' WHERE `actioncounters_actioncounterunique`.`id` = 5 ; args=(16, u'1', u'boogs', 1, u'192.168.123.150', u'Mozilla 1.0', '5d271708a852cca45eb7138276d753fa', u'2013-02-28 14:07:03', 5) | |
2013-02-28 14:07:03,313 DEBUG (0.001) UPDATE `actioncounters_testmodel` SET `boogs_total` = `actioncounters_testmodel`.`boogs_total` + 1 WHERE `actioncounters_testmodel`.`id` = 1 ; args=(1, 1) | |
2013-02-28 14:07:03,314 DEBUG (0.001) SELECT `actioncounters_actioncounterunique`.`id`, `actioncounters_actioncounterunique`.`content_type_id`, `actioncounters_actioncounterunique`.`object_pk`, `actioncounters_actioncounterunique`.`name`, `actioncounters_actioncounterunique`.`total`, `actioncounters_actioncounterunique`.`ip`, `actioncounters_actioncounterunique`.`user_agent`, `actioncounters_actioncounterunique`.`user_id`, `actioncounters_actioncounterunique`.`unique_hash`, `actioncounters_actioncounterunique`.`modified` FROM `actioncounters_actioncounterunique` WHERE `actioncounters_actioncounterunique`.`unique_hash` = '5d271708a852cca45eb7138276d753fa' ; args=('5d271708a852cca45eb7138276d753fa',) | |
2013-02-28 14:07:03,316 DEBUG (0.001) SELECT `actioncounters_actioncounterunique`.`id`, `actioncounters_actioncounterunique`.`content_type_id`, `actioncounters_actioncounterunique`.`object_pk`, `actioncounters_actioncounterunique`.`name`, `actioncounters_actioncounterunique`.`total`, `actioncounters_actioncounterunique`.`ip`, `actioncounters_actioncounterunique`.`user_agent`, `actioncounters_actioncounterunique`.`user_id`, `actioncounters_actioncounterunique`.`unique_hash`, `actioncounters_actioncounterunique`.`modified` FROM `actioncounters_actioncounterunique` WHERE `actioncounters_actioncounterunique`.`unique_hash` = '5d271708a852cca45eb7138276d753fa' ; args=('5d271708a852cca45eb7138276d753fa',) | |
2013-02-28 14:07:03,319 DEBUG (0.001) SELECT `django_content_type`.`id`, `django_content_type`.`name`, `django_content_type`.`app_label`, `django_content_type`.`model` FROM `django_content_type` WHERE `django_content_type`.`id` = 16 ; args=(16,) | |
2013-02-28 14:07:03,321 DEBUG (0.000) SELECT (1) AS `a` FROM `actioncounters_actioncounterunique` WHERE `actioncounters_actioncounterunique`.`id` = 5 LIMIT 1; args=(5,) | |
2013-02-28 14:07:03,322 DEBUG (0.001) UPDATE `actioncounters_actioncounterunique` SET `content_type_id` = 16, `object_pk` = '1', `name` = 'boogs', `total` = `actioncounters_actioncounterunique`.`total` + 1, `ip` = '192.168.123.150', `user_agent` = 'Mozilla 1.0', `user_id` = NULL, `unique_hash` = '5d271708a852cca45eb7138276d753fa', `modified` = '2013-02-28 14:07:03' WHERE `actioncounters_actioncounterunique`.`id` = 5 ; args=(16, u'1', u'boogs', 1, u'192.168.123.150', u'Mozilla 1.0', '5d271708a852cca45eb7138276d753fa', u'2013-02-28 14:07:03', 5) | |
2013-02-28 14:07:03,324 DEBUG (0.001) UPDATE `actioncounters_testmodel` SET `boogs_total` = `actioncounters_testmodel`.`boogs_total` + 1 WHERE `actioncounters_testmodel`.`id` = 1 ; args=(1, 1) | |
2013-02-28 14:07:03,326 DEBUG (0.001) SELECT `actioncounters_actioncounterunique`.`id`, `actioncounters_actioncounterunique`.`content_type_id`, `actioncounters_actioncounterunique`.`object_pk`, `actioncounters_actioncounterunique`.`name`, `actioncounters_actioncounterunique`.`total`, `actioncounters_actioncounterunique`.`ip`, `actioncounters_actioncounterunique`.`user_agent`, `actioncounters_actioncounterunique`.`user_id`, `actioncounters_actioncounterunique`.`unique_hash`, `actioncounters_actioncounterunique`.`modified` FROM `actioncounters_actioncounterunique` WHERE `actioncounters_actioncounterunique`.`unique_hash` = '5d271708a852cca45eb7138276d753fa' ; args=('5d271708a852cca45eb7138276d753fa',) | |
2013-02-28 14:07:03,328 DEBUG (0.001) SELECT `actioncounters_actioncounterunique`.`id`, `actioncounters_actioncounterunique`.`content_type_id`, `actioncounters_actioncounterunique`.`object_pk`, `actioncounters_actioncounterunique`.`name`, `actioncounters_actioncounterunique`.`total`, `actioncounters_actioncounterunique`.`ip`, `actioncounters_actioncounterunique`.`user_agent`, `actioncounters_actioncounterunique`.`user_id`, `actioncounters_actioncounterunique`.`unique_hash`, `actioncounters_actioncounterunique`.`modified` FROM `actioncounters_actioncounterunique` WHERE `actioncounters_actioncounterunique`.`unique_hash` = '5d271708a852cca45eb7138276d753fa' ; args=('5d271708a852cca45eb7138276d753fa',) | |
2013-02-28 14:07:03,330 DEBUG (0.000) SELECT `django_content_type`.`id`, `django_content_type`.`name`, `django_content_type`.`app_label`, `django_content_type`.`model` FROM `django_content_type` WHERE `django_content_type`.`id` = 16 ; args=(16,) | |
2013-02-28 14:07:03,332 DEBUG (0.001) SELECT (1) AS `a` FROM `actioncounters_actioncounterunique` WHERE `actioncounters_actioncounterunique`.`id` = 5 LIMIT 1; args=(5,) | |
2013-02-28 14:07:03,334 DEBUG (0.001) UPDATE `actioncounters_actioncounterunique` SET `content_type_id` = 16, `object_pk` = '1', `name` = 'boogs', `total` = `actioncounters_actioncounterunique`.`total` + 1, `ip` = '192.168.123.150', `user_agent` = 'Mozilla 1.0', `user_id` = NULL, `unique_hash` = '5d271708a852cca45eb7138276d753fa', `modified` = '2013-02-28 14:07:03' WHERE `actioncounters_actioncounterunique`.`id` = 5 ; args=(16, u'1', u'boogs', 1, u'192.168.123.150', u'Mozilla 1.0', '5d271708a852cca45eb7138276d753fa', u'2013-02-28 14:07:03', 5) | |
2013-02-28 14:07:03,336 DEBUG (0.000) UPDATE `actioncounters_testmodel` SET `boogs_total` = `actioncounters_testmodel`.`boogs_total` + 1 WHERE `actioncounters_testmodel`.`id` = 1 ; args=(1, 1) | |
2013-02-28 14:07:03,339 DEBUG (0.001) SELECT `actioncounters_actioncounterunique`.`id`, `actioncounters_actioncounterunique`.`content_type_id`, `actioncounters_actioncounterunique`.`object_pk`, `actioncounters_actioncounterunique`.`name`, `actioncounters_actioncounterunique`.`total`, `actioncounters_actioncounterunique`.`ip`, `actioncounters_actioncounterunique`.`user_agent`, `actioncounters_actioncounterunique`.`user_id`, `actioncounters_actioncounterunique`.`unique_hash`, `actioncounters_actioncounterunique`.`modified` FROM `actioncounters_actioncounterunique` WHERE `actioncounters_actioncounterunique`.`unique_hash` = '5d271708a852cca45eb7138276d753fa' ; args=('5d271708a852cca45eb7138276d753fa',) | |
2013-02-28 14:07:03,340 DEBUG (0.001) SELECT `actioncounters_actioncounterunique`.`id`, `actioncounters_actioncounterunique`.`content_type_id`, `actioncounters_actioncounterunique`.`object_pk`, `actioncounters_actioncounterunique`.`name`, `actioncounters_actioncounterunique`.`total`, `actioncounters_actioncounterunique`.`ip`, `actioncounters_actioncounterunique`.`user_agent`, `actioncounters_actioncounterunique`.`user_id`, `actioncounters_actioncounterunique`.`unique_hash`, `actioncounters_actioncounterunique`.`modified` FROM `actioncounters_actioncounterunique` WHERE `actioncounters_actioncounterunique`.`unique_hash` = '5d271708a852cca45eb7138276d753fa' ; args=('5d271708a852cca45eb7138276d753fa',) | |
2013-02-28 14:07:03,342 DEBUG (0.001) SELECT `actioncounters_actioncounterunique`.`id`, `actioncounters_actioncounterunique`.`content_type_id`, `actioncounters_actioncounterunique`.`object_pk`, `actioncounters_actioncounterunique`.`name`, `actioncounters_actioncounterunique`.`total`, `actioncounters_actioncounterunique`.`ip`, `actioncounters_actioncounterunique`.`user_agent`, `actioncounters_actioncounterunique`.`user_id`, `actioncounters_actioncounterunique`.`unique_hash`, `actioncounters_actioncounterunique`.`modified` FROM `actioncounters_actioncounterunique` WHERE `actioncounters_actioncounterunique`.`unique_hash` = '5d271708a852cca45eb7138276d753fa' ; args=('5d271708a852cca45eb7138276d753fa',) | |
2013-02-28 14:07:03,344 DEBUG (0.000) SELECT `actioncounters_actioncounterunique`.`id`, `actioncounters_actioncounterunique`.`content_type_id`, `actioncounters_actioncounterunique`.`object_pk`, `actioncounters_actioncounterunique`.`name`, `actioncounters_actioncounterunique`.`total`, `actioncounters_actioncounterunique`.`ip`, `actioncounters_actioncounterunique`.`user_agent`, `actioncounters_actioncounterunique`.`user_id`, `actioncounters_actioncounterunique`.`unique_hash`, `actioncounters_actioncounterunique`.`modified` FROM `actioncounters_actioncounterunique` WHERE `actioncounters_actioncounterunique`.`unique_hash` = '5d271708a852cca45eb7138276d753fa' ; args=('5d271708a852cca45eb7138276d753fa',) | |
2013-02-28 14:07:03,345 DEBUG (0.000) SELECT `actioncounters_actioncounterunique`.`id`, `actioncounters_actioncounterunique`.`content_type_id`, `actioncounters_actioncounterunique`.`object_pk`, `actioncounters_actioncounterunique`.`name`, `actioncounters_actioncounterunique`.`total`, `actioncounters_actioncounterunique`.`ip`, `actioncounters_actioncounterunique`.`user_agent`, `actioncounters_actioncounterunique`.`user_id`, `actioncounters_actioncounterunique`.`unique_hash`, `actioncounters_actioncounterunique`.`modified` FROM `actioncounters_actioncounterunique` WHERE `actioncounters_actioncounterunique`.`unique_hash` = 'e992d128cfe820f850991671676299d9' ; args=('e992d128cfe820f850991671676299d9',) | |
2013-02-28 14:07:03,346 DEBUG (0.000) SAVEPOINT s140196843075328_x6; args=() | |
2013-02-28 14:07:03,347 DEBUG (0.001) INSERT INTO `actioncounters_actioncounterunique` (`content_type_id`, `object_pk`, `name`, `total`, `ip`, `user_agent`, `user_id`, `unique_hash`, `modified`) VALUES (16, '1', 'boogs', 0, '192.168.123.160', 'FakeBrowser 1.0', NULL, 'e992d128cfe820f850991671676299d9', '2013-02-28 14:07:03'); args=[16, u'1', 'boogs', 0, '192.168.123.160', u'FakeBrowser 1.0', None, 'e992d128cfe820f850991671676299d9', u'2013-02-28 14:07:03'] | |
2013-02-28 14:07:03,348 DEBUG (0.000) RELEASE SAVEPOINT s140196843075328_x6; args=() | |
2013-02-28 14:07:03,350 DEBUG (0.000) SELECT (1) AS `a` FROM `actioncounters_actioncounterunique` WHERE `actioncounters_actioncounterunique`.`id` = 6 LIMIT 1; args=(6,) | |
2013-02-28 14:07:03,352 DEBUG (0.001) UPDATE `actioncounters_actioncounterunique` SET `content_type_id` = 16, `object_pk` = '1', `name` = 'boogs', `total` = `actioncounters_actioncounterunique`.`total` + 1, `ip` = '192.168.123.160', `user_agent` = 'FakeBrowser 1.0', `user_id` = NULL, `unique_hash` = 'e992d128cfe820f850991671676299d9', `modified` = '2013-02-28 14:07:03' WHERE `actioncounters_actioncounterunique`.`id` = 6 ; args=(16, u'1', 'boogs', 1, '192.168.123.160', u'FakeBrowser 1.0', 'e992d128cfe820f850991671676299d9', u'2013-02-28 14:07:03', 6) | |
2013-02-28 14:07:03,354 DEBUG (0.000) UPDATE `actioncounters_testmodel` SET `boogs_total` = `actioncounters_testmodel`.`boogs_total` + 1 WHERE `actioncounters_testmodel`.`id` = 1 ; args=(1, 1) | |
2013-02-28 14:07:03,355 DEBUG (0.001) SELECT `actioncounters_actioncounterunique`.`id`, `actioncounters_actioncounterunique`.`content_type_id`, `actioncounters_actioncounterunique`.`object_pk`, `actioncounters_actioncounterunique`.`name`, `actioncounters_actioncounterunique`.`total`, `actioncounters_actioncounterunique`.`ip`, `actioncounters_actioncounterunique`.`user_agent`, `actioncounters_actioncounterunique`.`user_id`, `actioncounters_actioncounterunique`.`unique_hash`, `actioncounters_actioncounterunique`.`modified` FROM `actioncounters_actioncounterunique` WHERE `actioncounters_actioncounterunique`.`unique_hash` = 'e992d128cfe820f850991671676299d9' ; args=('e992d128cfe820f850991671676299d9',) | |
2013-02-28 14:07:03,357 DEBUG (0.001) SELECT `actioncounters_actioncounterunique`.`id`, `actioncounters_actioncounterunique`.`content_type_id`, `actioncounters_actioncounterunique`.`object_pk`, `actioncounters_actioncounterunique`.`name`, `actioncounters_actioncounterunique`.`total`, `actioncounters_actioncounterunique`.`ip`, `actioncounters_actioncounterunique`.`user_agent`, `actioncounters_actioncounterunique`.`user_id`, `actioncounters_actioncounterunique`.`unique_hash`, `actioncounters_actioncounterunique`.`modified` FROM `actioncounters_actioncounterunique` WHERE `actioncounters_actioncounterunique`.`unique_hash` = 'e992d128cfe820f850991671676299d9' ; args=('e992d128cfe820f850991671676299d9',) | |
2013-02-28 14:07:03,359 DEBUG (0.001) SELECT `django_content_type`.`id`, `django_content_type`.`name`, `django_content_type`.`app_label`, `django_content_type`.`model` FROM `django_content_type` WHERE `django_content_type`.`id` = 16 ; args=(16,) | |
2013-02-28 14:07:03,360 DEBUG (0.000) SELECT (1) AS `a` FROM `actioncounters_actioncounterunique` WHERE `actioncounters_actioncounterunique`.`id` = 6 LIMIT 1; args=(6,) | |
2013-02-28 14:07:03,362 DEBUG (0.001) UPDATE `actioncounters_actioncounterunique` SET `content_type_id` = 16, `object_pk` = '1', `name` = 'boogs', `total` = `actioncounters_actioncounterunique`.`total` + 1, `ip` = '192.168.123.160', `user_agent` = 'FakeBrowser 1.0', `user_id` = NULL, `unique_hash` = 'e992d128cfe820f850991671676299d9', `modified` = '2013-02-28 14:07:03' WHERE `actioncounters_actioncounterunique`.`id` = 6 ; args=(16, u'1', u'boogs', 1, u'192.168.123.160', u'FakeBrowser 1.0', 'e992d128cfe820f850991671676299d9', u'2013-02-28 14:07:03', 6) | |
2013-02-28 14:07:03,363 DEBUG (0.000) UPDATE `actioncounters_testmodel` SET `boogs_total` = `actioncounters_testmodel`.`boogs_total` + 1 WHERE `actioncounters_testmodel`.`id` = 1 ; args=(1, 1) | |
2013-02-28 14:07:03,365 DEBUG (0.001) SELECT `actioncounters_actioncounterunique`.`id`, `actioncounters_actioncounterunique`.`content_type_id`, `actioncounters_actioncounterunique`.`object_pk`, `actioncounters_actioncounterunique`.`name`, `actioncounters_actioncounterunique`.`total`, `actioncounters_actioncounterunique`.`ip`, `actioncounters_actioncounterunique`.`user_agent`, `actioncounters_actioncounterunique`.`user_id`, `actioncounters_actioncounterunique`.`unique_hash`, `actioncounters_actioncounterunique`.`modified` FROM `actioncounters_actioncounterunique` WHERE `actioncounters_actioncounterunique`.`unique_hash` = 'e992d128cfe820f850991671676299d9' ; args=('e992d128cfe820f850991671676299d9',) | |
2013-02-28 14:07:03,367 DEBUG (0.001) SELECT `actioncounters_actioncounterunique`.`id`, `actioncounters_actioncounterunique`.`content_type_id`, `actioncounters_actioncounterunique`.`object_pk`, `actioncounters_actioncounterunique`.`name`, `actioncounters_actioncounterunique`.`total`, `actioncounters_actioncounterunique`.`ip`, `actioncounters_actioncounterunique`.`user_agent`, `actioncounters_actioncounterunique`.`user_id`, `actioncounters_actioncounterunique`.`unique_hash`, `actioncounters_actioncounterunique`.`modified` FROM `actioncounters_actioncounterunique` WHERE `actioncounters_actioncounterunique`.`unique_hash` = 'e992d128cfe820f850991671676299d9' ; args=('e992d128cfe820f850991671676299d9',) | |
2013-02-28 14:07:03,370 DEBUG (0.000) SELECT `django_content_type`.`id`, `django_content_type`.`name`, `django_content_type`.`app_label`, `django_content_type`.`model` FROM `django_content_type` WHERE `django_content_type`.`id` = 16 ; args=(16,) | |
2013-02-28 14:07:03,371 DEBUG (0.001) SELECT (1) AS `a` FROM `actioncounters_actioncounterunique` WHERE `actioncounters_actioncounterunique`.`id` = 6 LIMIT 1; args=(6,) | |
2013-02-28 14:07:03,373 DEBUG (0.001) UPDATE `actioncounters_actioncounterunique` SET `content_type_id` = 16, `object_pk` = '1', `name` = 'boogs', `total` = `actioncounters_actioncounterunique`.`total` + 1, `ip` = '192.168.123.160', `user_agent` = 'FakeBrowser 1.0', `user_id` = NULL, `unique_hash` = 'e992d128cfe820f850991671676299d9', `modified` = '2013-02-28 14:07:03' WHERE `actioncounters_actioncounterunique`.`id` = 6 ; args=(16, u'1', u'boogs', 1, u'192.168.123.160', u'FakeBrowser 1.0', 'e992d128cfe820f850991671676299d9', u'2013-02-28 14:07:03', 6) | |
2013-02-28 14:07:03,374 DEBUG (0.000) UPDATE `actioncounters_testmodel` SET `boogs_total` = `actioncounters_testmodel`.`boogs_total` + 1 WHERE `actioncounters_testmodel`.`id` = 1 ; args=(1, 1) | |
2013-02-28 14:07:03,376 DEBUG (0.001) SELECT `actioncounters_actioncounterunique`.`id`, `actioncounters_actioncounterunique`.`content_type_id`, `actioncounters_actioncounterunique`.`object_pk`, `actioncounters_actioncounterunique`.`name`, `actioncounters_actioncounterunique`.`total`, `actioncounters_actioncounterunique`.`ip`, `actioncounters_actioncounterunique`.`user_agent`, `actioncounters_actioncounterunique`.`user_id`, `actioncounters_actioncounterunique`.`unique_hash`, `actioncounters_actioncounterunique`.`modified` FROM `actioncounters_actioncounterunique` WHERE `actioncounters_actioncounterunique`.`unique_hash` = 'e992d128cfe820f850991671676299d9' ; args=('e992d128cfe820f850991671676299d9',) | |
2013-02-28 14:07:03,378 DEBUG (0.001) SELECT `actioncounters_actioncounterunique`.`id`, `actioncounters_actioncounterunique`.`content_type_id`, `actioncounters_actioncounterunique`.`object_pk`, `actioncounters_actioncounterunique`.`name`, `actioncounters_actioncounterunique`.`total`, `actioncounters_actioncounterunique`.`ip`, `actioncounters_actioncounterunique`.`user_agent`, `actioncounters_actioncounterunique`.`user_id`, `actioncounters_actioncounterunique`.`unique_hash`, `actioncounters_actioncounterunique`.`modified` FROM `actioncounters_actioncounterunique` WHERE `actioncounters_actioncounterunique`.`unique_hash` = 'e992d128cfe820f850991671676299d9' ; args=('e992d128cfe820f850991671676299d9',) | |
2013-02-28 14:07:03,380 DEBUG (0.001) SELECT `django_content_type`.`id`, `django_content_type`.`name`, `django_content_type`.`app_label`, `django_content_type`.`model` FROM `django_content_type` WHERE `django_content_type`.`id` = 16 ; args=(16,) | |
2013-02-28 14:07:03,382 DEBUG (0.000) SELECT (1) AS `a` FROM `actioncounters_actioncounterunique` WHERE `actioncounters_actioncounterunique`.`id` = 6 LIMIT 1; args=(6,) | |
2013-02-28 14:07:03,384 DEBUG (0.001) UPDATE `actioncounters_actioncounterunique` SET `content_type_id` = 16, `object_pk` = '1', `name` = 'boogs', `total` = `actioncounters_actioncounterunique`.`total` + 1, `ip` = '192.168.123.160', `user_agent` = 'FakeBrowser 1.0', `user_id` = NULL, `unique_hash` = 'e992d128cfe820f850991671676299d9', `modified` = '2013-02-28 14:07:03' WHERE `actioncounters_actioncounterunique`.`id` = 6 ; args=(16, u'1', u'boogs', 1, u'192.168.123.160', u'FakeBrowser 1.0', 'e992d128cfe820f850991671676299d9', u'2013-02-28 14:07:03', 6) | |
2013-02-28 14:07:03,386 DEBUG (0.001) UPDATE `actioncounters_testmodel` SET `boogs_total` = `actioncounters_testmodel`.`boogs_total` + 1 WHERE `actioncounters_testmodel`.`id` = 1 ; args=(1, 1) | |
2013-02-28 14:07:03,388 DEBUG (0.001) SELECT `actioncounters_actioncounterunique`.`id`, `actioncounters_actioncounterunique`.`content_type_id`, `actioncounters_actioncounterunique`.`object_pk`, `actioncounters_actioncounterunique`.`name`, `actioncounters_actioncounterunique`.`total`, `actioncounters_actioncounterunique`.`ip`, `actioncounters_actioncounterunique`.`user_agent`, `actioncounters_actioncounterunique`.`user_id`, `actioncounters_actioncounterunique`.`unique_hash`, `actioncounters_actioncounterunique`.`modified` FROM `actioncounters_actioncounterunique` WHERE `actioncounters_actioncounterunique`.`unique_hash` = 'e992d128cfe820f850991671676299d9' ; args=('e992d128cfe820f850991671676299d9',) | |
2013-02-28 14:07:03,390 DEBUG (0.001) SELECT `actioncounters_actioncounterunique`.`id`, `actioncounters_actioncounterunique`.`content_type_id`, `actioncounters_actioncounterunique`.`object_pk`, `actioncounters_actioncounterunique`.`name`, `actioncounters_actioncounterunique`.`total`, `actioncounters_actioncounterunique`.`ip`, `actioncounters_actioncounterunique`.`user_agent`, `actioncounters_actioncounterunique`.`user_id`, `actioncounters_actioncounterunique`.`unique_hash`, `actioncounters_actioncounterunique`.`modified` FROM `actioncounters_actioncounterunique` WHERE `actioncounters_actioncounterunique`.`unique_hash` = 'e992d128cfe820f850991671676299d9' ; args=('e992d128cfe820f850991671676299d9',) | |
2013-02-28 14:07:03,392 DEBUG (0.000) SELECT `django_content_type`.`id`, `django_content_type`.`name`, `django_content_type`.`app_label`, `django_content_type`.`model` FROM `django_content_type` WHERE `django_content_type`.`id` = 16 ; args=(16,) | |
2013-02-28 14:07:03,394 DEBUG (0.000) SELECT (1) AS `a` FROM `actioncounters_actioncounterunique` WHERE `actioncounters_actioncounterunique`.`id` = 6 LIMIT 1; args=(6,) | |
2013-02-28 14:07:03,396 DEBUG (0.001) UPDATE `actioncounters_actioncounterunique` SET `content_type_id` = 16, `object_pk` = '1', `name` = 'boogs', `total` = `actioncounters_actioncounterunique`.`total` + 1, `ip` = '192.168.123.160', `user_agent` = 'FakeBrowser 1.0', `user_id` = NULL, `unique_hash` = 'e992d128cfe820f850991671676299d9', `modified` = '2013-02-28 14:07:03' WHERE `actioncounters_actioncounterunique`.`id` = 6 ; args=(16, u'1', u'boogs', 1, u'192.168.123.160', u'FakeBrowser 1.0', 'e992d128cfe820f850991671676299d9', u'2013-02-28 14:07:03', 6) | |
2013-02-28 14:07:03,398 DEBUG (0.000) UPDATE `actioncounters_testmodel` SET `boogs_total` = `actioncounters_testmodel`.`boogs_total` + 1 WHERE `actioncounters_testmodel`.`id` = 1 ; args=(1, 1) | |
2013-02-28 14:07:03,399 DEBUG (0.001) SELECT `actioncounters_actioncounterunique`.`id`, `actioncounters_actioncounterunique`.`content_type_id`, `actioncounters_actioncounterunique`.`object_pk`, `actioncounters_actioncounterunique`.`name`, `actioncounters_actioncounterunique`.`total`, `actioncounters_actioncounterunique`.`ip`, `actioncounters_actioncounterunique`.`user_agent`, `actioncounters_actioncounterunique`.`user_id`, `actioncounters_actioncounterunique`.`unique_hash`, `actioncounters_actioncounterunique`.`modified` FROM `actioncounters_actioncounterunique` WHERE `actioncounters_actioncounterunique`.`unique_hash` = 'e992d128cfe820f850991671676299d9' ; args=('e992d128cfe820f850991671676299d9',) | |
2013-02-28 14:07:03,401 DEBUG (0.001) SELECT `actioncounters_actioncounterunique`.`id`, `actioncounters_actioncounterunique`.`content_type_id`, `actioncounters_actioncounterunique`.`object_pk`, `actioncounters_actioncounterunique`.`name`, `actioncounters_actioncounterunique`.`total`, `actioncounters_actioncounterunique`.`ip`, `actioncounters_actioncounterunique`.`user_agent`, `actioncounters_actioncounterunique`.`user_id`, `actioncounters_actioncounterunique`.`unique_hash`, `actioncounters_actioncounterunique`.`modified` FROM `actioncounters_actioncounterunique` WHERE `actioncounters_actioncounterunique`.`unique_hash` = 'e992d128cfe820f850991671676299d9' ; args=('e992d128cfe820f850991671676299d9',) | |
2013-02-28 14:07:03,403 DEBUG (0.000) SELECT `actioncounters_actioncounterunique`.`id`, `actioncounters_actioncounterunique`.`content_type_id`, `actioncounters_actioncounterunique`.`object_pk`, `actioncounters_actioncounterunique`.`name`, `actioncounters_actioncounterunique`.`total`, `actioncounters_actioncounterunique`.`ip`, `actioncounters_actioncounterunique`.`user_agent`, `actioncounters_actioncounterunique`.`user_id`, `actioncounters_actioncounterunique`.`unique_hash`, `actioncounters_actioncounterunique`.`modified` FROM `actioncounters_actioncounterunique` WHERE `actioncounters_actioncounterunique`.`unique_hash` = 'e992d128cfe820f850991671676299d9' ; args=('e992d128cfe820f850991671676299d9',) | |
2013-02-28 14:07:03,404 DEBUG (0.000) SELECT `actioncounters_actioncounterunique`.`id`, `actioncounters_actioncounterunique`.`content_type_id`, `actioncounters_actioncounterunique`.`object_pk`, `actioncounters_actioncounterunique`.`name`, `actioncounters_actioncounterunique`.`total`, `actioncounters_actioncounterunique`.`ip`, `actioncounters_actioncounterunique`.`user_agent`, `actioncounters_actioncounterunique`.`user_id`, `actioncounters_actioncounterunique`.`unique_hash`, `actioncounters_actioncounterunique`.`modified` FROM `actioncounters_actioncounterunique` WHERE `actioncounters_actioncounterunique`.`unique_hash` = 'e992d128cfe820f850991671676299d9' ; args=('e992d128cfe820f850991671676299d9',) | |
2013-02-28 14:07:03,406 DEBUG (0.001) SELECT `actioncounters_actioncounterunique`.`id`, `actioncounters_actioncounterunique`.`content_type_id`, `actioncounters_actioncounterunique`.`object_pk`, `actioncounters_actioncounterunique`.`name`, `actioncounters_actioncounterunique`.`total`, `actioncounters_actioncounterunique`.`ip`, `actioncounters_actioncounterunique`.`user_agent`, `actioncounters_actioncounterunique`.`user_id`, `actioncounters_actioncounterunique`.`unique_hash`, `actioncounters_actioncounterunique`.`modified` FROM `actioncounters_actioncounterunique` WHERE `actioncounters_actioncounterunique`.`unique_hash` = 'baa04dc73397e7bf43b8300c0404ba5c' ; args=('baa04dc73397e7bf43b8300c0404ba5c',) | |
2013-02-28 14:07:03,408 DEBUG (0.001) SELECT `django_content_type`.`id`, `django_content_type`.`name`, `django_content_type`.`app_label`, `django_content_type`.`model` FROM `django_content_type` WHERE `django_content_type`.`id` = 16 ; args=(16,) | |
2013-02-28 14:07:03,410 DEBUG (0.001) SELECT `auth_user`.`id`, `auth_user`.`username`, `auth_user`.`first_name`, `auth_user`.`last_name`, `auth_user`.`email`, `auth_user`.`password`, `auth_user`.`is_staff`, `auth_user`.`is_active`, `auth_user`.`is_superuser`, `auth_user`.`last_login`, `auth_user`.`date_joined` FROM `auth_user` WHERE `auth_user`.`id` = 1 ; args=(1,) | |
2013-02-28 14:07:03,412 DEBUG (0.001) SELECT (1) AS `a` FROM `actioncounters_actioncounterunique` WHERE `actioncounters_actioncounterunique`.`id` = 1 LIMIT 1; args=(1,) | |
2013-02-28 14:07:03,414 DEBUG (0.001) UPDATE `actioncounters_actioncounterunique` SET `content_type_id` = 16, `object_pk` = '1', `name` = 'boogs', `total` = `actioncounters_actioncounterunique`.`total` + -1, `ip` = NULL, `user_agent` = NULL, `user_id` = 1, `unique_hash` = 'baa04dc73397e7bf43b8300c0404ba5c', `modified` = '2013-02-28 14:07:03' WHERE `actioncounters_actioncounterunique`.`id` = 1 ; args=(16, u'1', u'boogs', -1, 1, 'baa04dc73397e7bf43b8300c0404ba5c', u'2013-02-28 14:07:03', 1) | |
2013-02-28 14:07:03,416 DEBUG (0.000) UPDATE `actioncounters_testmodel` SET `boogs_total` = `actioncounters_testmodel`.`boogs_total` + -1 WHERE `actioncounters_testmodel`.`id` = 1 ; args=(-1, 1) | |
2013-02-28 14:07:03,417 DEBUG (0.001) SELECT `actioncounters_actioncounterunique`.`id`, `actioncounters_actioncounterunique`.`content_type_id`, `actioncounters_actioncounterunique`.`object_pk`, `actioncounters_actioncounterunique`.`name`, `actioncounters_actioncounterunique`.`total`, `actioncounters_actioncounterunique`.`ip`, `actioncounters_actioncounterunique`.`user_agent`, `actioncounters_actioncounterunique`.`user_id`, `actioncounters_actioncounterunique`.`unique_hash`, `actioncounters_actioncounterunique`.`modified` FROM `actioncounters_actioncounterunique` WHERE `actioncounters_actioncounterunique`.`unique_hash` = 'baa04dc73397e7bf43b8300c0404ba5c' ; args=('baa04dc73397e7bf43b8300c0404ba5c',) | |
2013-02-28 14:07:03,419 DEBUG (0.000) SELECT `django_content_type`.`id`, `django_content_type`.`name`, `django_content_type`.`app_label`, `django_content_type`.`model` FROM `django_content_type` WHERE `django_content_type`.`id` = 16 ; args=(16,) | |
2013-02-28 14:07:03,420 DEBUG (0.000) SELECT `auth_user`.`id`, `auth_user`.`username`, `auth_user`.`first_name`, `auth_user`.`last_name`, `auth_user`.`email`, `auth_user`.`password`, `auth_user`.`is_staff`, `auth_user`.`is_active`, `auth_user`.`is_superuser`, `auth_user`.`last_login`, `auth_user`.`date_joined` FROM `auth_user` WHERE `auth_user`.`id` = 1 ; args=(1,) | |
2013-02-28 14:07:03,422 DEBUG (0.000) SELECT (1) AS `a` FROM `actioncounters_actioncounterunique` WHERE `actioncounters_actioncounterunique`.`id` = 1 LIMIT 1; args=(1,) | |
2013-02-28 14:07:03,423 DEBUG (0.000) UPDATE `actioncounters_actioncounterunique` SET `content_type_id` = 16, `object_pk` = '1', `name` = 'boogs', `total` = `actioncounters_actioncounterunique`.`total` + -1, `ip` = NULL, `user_agent` = NULL, `user_id` = 1, `unique_hash` = 'baa04dc73397e7bf43b8300c0404ba5c', `modified` = '2013-02-28 14:07:03' WHERE `actioncounters_actioncounterunique`.`id` = 1 ; args=(16, u'1', u'boogs', -1, 1, 'baa04dc73397e7bf43b8300c0404ba5c', u'2013-02-28 14:07:03', 1) | |
2013-02-28 14:07:03,424 DEBUG (0.000) UPDATE `actioncounters_testmodel` SET `boogs_total` = `actioncounters_testmodel`.`boogs_total` + -1 WHERE `actioncounters_testmodel`.`id` = 1 ; args=(-1, 1) | |
2013-02-28 14:07:03,426 DEBUG (0.000) SELECT `actioncounters_actioncounterunique`.`id`, `actioncounters_actioncounterunique`.`content_type_id`, `actioncounters_actioncounterunique`.`object_pk`, `actioncounters_actioncounterunique`.`name`, `actioncounters_actioncounterunique`.`total`, `actioncounters_actioncounterunique`.`ip`, `actioncounters_actioncounterunique`.`user_agent`, `actioncounters_actioncounterunique`.`user_id`, `actioncounters_actioncounterunique`.`unique_hash`, `actioncounters_actioncounterunique`.`modified` FROM `actioncounters_actioncounterunique` WHERE `actioncounters_actioncounterunique`.`unique_hash` = 'baa04dc73397e7bf43b8300c0404ba5c' ; args=('baa04dc73397e7bf43b8300c0404ba5c',) | |
2013-02-28 14:07:03,427 DEBUG (0.000) SELECT `django_content_type`.`id`, `django_content_type`.`name`, `django_content_type`.`app_label`, `django_content_type`.`model` FROM `django_content_type` WHERE `django_content_type`.`id` = 16 ; args=(16,) | |
2013-02-28 14:07:03,428 DEBUG (0.000) SELECT `auth_user`.`id`, `auth_user`.`username`, `auth_user`.`first_name`, `auth_user`.`last_name`, `auth_user`.`email`, `auth_user`.`password`, `auth_user`.`is_staff`, `auth_user`.`is_active`, `auth_user`.`is_superuser`, `auth_user`.`last_login`, `auth_user`.`date_joined` FROM `auth_user` WHERE `auth_user`.`id` = 1 ; args=(1,) | |
2013-02-28 14:07:03,429 DEBUG (0.000) SELECT (1) AS `a` FROM `actioncounters_actioncounterunique` WHERE `actioncounters_actioncounterunique`.`id` = 1 LIMIT 1; args=(1,) | |
2013-02-28 14:07:03,431 DEBUG (0.000) UPDATE `actioncounters_actioncounterunique` SET `content_type_id` = 16, `object_pk` = '1', `name` = 'boogs', `total` = `actioncounters_actioncounterunique`.`total` + -1, `ip` = NULL, `user_agent` = NULL, `user_id` = 1, `unique_hash` = 'baa04dc73397e7bf43b8300c0404ba5c', `modified` = '2013-02-28 14:07:03' WHERE `actioncounters_actioncounterunique`.`id` = 1 ; args=(16, u'1', u'boogs', -1, 1, 'baa04dc73397e7bf43b8300c0404ba5c', u'2013-02-28 14:07:03', 1) | |
2013-02-28 14:07:03,432 DEBUG (0.000) UPDATE `actioncounters_testmodel` SET `boogs_total` = `actioncounters_testmodel`.`boogs_total` + -1 WHERE `actioncounters_testmodel`.`id` = 1 ; args=(-1, 1) | |
2013-02-28 14:07:03,434 DEBUG (0.001) SELECT `actioncounters_actioncounterunique`.`id`, `actioncounters_actioncounterunique`.`content_type_id`, `actioncounters_actioncounterunique`.`object_pk`, `actioncounters_actioncounterunique`.`name`, `actioncounters_actioncounterunique`.`total`, `actioncounters_actioncounterunique`.`ip`, `actioncounters_actioncounterunique`.`user_agent`, `actioncounters_actioncounterunique`.`user_id`, `actioncounters_actioncounterunique`.`unique_hash`, `actioncounters_actioncounterunique`.`modified` FROM `actioncounters_actioncounterunique` WHERE `actioncounters_actioncounterunique`.`unique_hash` = 'baa04dc73397e7bf43b8300c0404ba5c' ; args=('baa04dc73397e7bf43b8300c0404ba5c',) | |
2013-02-28 14:07:03,435 DEBUG (0.000) SELECT `django_content_type`.`id`, `django_content_type`.`name`, `django_content_type`.`app_label`, `django_content_type`.`model` FROM `django_content_type` WHERE `django_content_type`.`id` = 16 ; args=(16,) | |
2013-02-28 14:07:03,437 DEBUG (0.000) SELECT `auth_user`.`id`, `auth_user`.`username`, `auth_user`.`first_name`, `auth_user`.`last_name`, `auth_user`.`email`, `auth_user`.`password`, `auth_user`.`is_staff`, `auth_user`.`is_active`, `auth_user`.`is_superuser`, `auth_user`.`last_login`, `auth_user`.`date_joined` FROM `auth_user` WHERE `auth_user`.`id` = 1 ; args=(1,) | |
2013-02-28 14:07:03,439 DEBUG (0.000) SELECT (1) AS `a` FROM `actioncounters_actioncounterunique` WHERE `actioncounters_actioncounterunique`.`id` = 1 LIMIT 1; args=(1,) | |
2013-02-28 14:07:03,440 DEBUG (0.000) UPDATE `actioncounters_actioncounterunique` SET `content_type_id` = 16, `object_pk` = '1', `name` = 'boogs', `total` = `actioncounters_actioncounterunique`.`total` + -1, `ip` = NULL, `user_agent` = NULL, `user_id` = 1, `unique_hash` = 'baa04dc73397e7bf43b8300c0404ba5c', `modified` = '2013-02-28 14:07:03' WHERE `actioncounters_actioncounterunique`.`id` = 1 ; args=(16, u'1', u'boogs', -1, 1, 'baa04dc73397e7bf43b8300c0404ba5c', u'2013-02-28 14:07:03', 1) | |
2013-02-28 14:07:03,441 DEBUG (0.000) UPDATE `actioncounters_testmodel` SET `boogs_total` = `actioncounters_testmodel`.`boogs_total` + -1 WHERE `actioncounters_testmodel`.`id` = 1 ; args=(-1, 1) | |
2013-02-28 14:07:03,443 DEBUG (0.000) SELECT `actioncounters_actioncounterunique`.`id`, `actioncounters_actioncounterunique`.`content_type_id`, `actioncounters_actioncounterunique`.`object_pk`, `actioncounters_actioncounterunique`.`name`, `actioncounters_actioncounterunique`.`total`, `actioncounters_actioncounterunique`.`ip`, `actioncounters_actioncounterunique`.`user_agent`, `actioncounters_actioncounterunique`.`user_id`, `actioncounters_actioncounterunique`.`unique_hash`, `actioncounters_actioncounterunique`.`modified` FROM `actioncounters_actioncounterunique` WHERE `actioncounters_actioncounterunique`.`unique_hash` = 'baa04dc73397e7bf43b8300c0404ba5c' ; args=('baa04dc73397e7bf43b8300c0404ba5c',) | |
2013-02-28 14:07:03,444 DEBUG (0.000) DELETE FROM `actioncounters_actioncounterunique` WHERE `id` IN (1); args=(1,) | |
2013-02-28 14:07:03,445 DEBUG (0.000) UPDATE `actioncounters_testmodel` SET `boogs_total` = `actioncounters_testmodel`.`boogs_total` + -1 WHERE `actioncounters_testmodel`.`id` = 1 ; args=(-1, 1) | |
2013-02-28 14:07:03,447 DEBUG (0.000) SELECT `actioncounters_actioncounterunique`.`id`, `actioncounters_actioncounterunique`.`content_type_id`, `actioncounters_actioncounterunique`.`object_pk`, `actioncounters_actioncounterunique`.`name`, `actioncounters_actioncounterunique`.`total`, `actioncounters_actioncounterunique`.`ip`, `actioncounters_actioncounterunique`.`user_agent`, `actioncounters_actioncounterunique`.`user_id`, `actioncounters_actioncounterunique`.`unique_hash`, `actioncounters_actioncounterunique`.`modified` FROM `actioncounters_actioncounterunique` WHERE `actioncounters_actioncounterunique`.`unique_hash` = '339817738f1de7184ca557c76fd24728' ; args=('339817738f1de7184ca557c76fd24728',) | |
2013-02-28 14:07:03,448 DEBUG (0.000) SELECT `django_content_type`.`id`, `django_content_type`.`name`, `django_content_type`.`app_label`, `django_content_type`.`model` FROM `django_content_type` WHERE `django_content_type`.`id` = 16 ; args=(16,) | |
2013-02-28 14:07:03,450 DEBUG (0.000) SELECT `auth_user`.`id`, `auth_user`.`username`, `auth_user`.`first_name`, `auth_user`.`last_name`, `auth_user`.`email`, `auth_user`.`password`, `auth_user`.`is_staff`, `auth_user`.`is_active`, `auth_user`.`is_superuser`, `auth_user`.`last_login`, `auth_user`.`date_joined` FROM `auth_user` WHERE `auth_user`.`id` = 2 ; args=(2,) | |
2013-02-28 14:07:03,452 DEBUG (0.001) SELECT (1) AS `a` FROM `actioncounters_actioncounterunique` WHERE `actioncounters_actioncounterunique`.`id` = 2 LIMIT 1; args=(2,) | |
2013-02-28 14:07:03,454 DEBUG (0.001) UPDATE `actioncounters_actioncounterunique` SET `content_type_id` = 16, `object_pk` = '1', `name` = 'boogs', `total` = `actioncounters_actioncounterunique`.`total` + -1, `ip` = NULL, `user_agent` = NULL, `user_id` = 2, `unique_hash` = '339817738f1de7184ca557c76fd24728', `modified` = '2013-02-28 14:07:03' WHERE `actioncounters_actioncounterunique`.`id` = 2 ; args=(16, u'1', u'boogs', -1, 2, '339817738f1de7184ca557c76fd24728', u'2013-02-28 14:07:03', 2) | |
2013-02-28 14:07:03,455 DEBUG (0.000) UPDATE `actioncounters_testmodel` SET `boogs_total` = `actioncounters_testmodel`.`boogs_total` + -1 WHERE `actioncounters_testmodel`.`id` = 1 ; args=(-1, 1) | |
2013-02-28 14:07:03,456 DEBUG (0.000) SELECT `actioncounters_actioncounterunique`.`id`, `actioncounters_actioncounterunique`.`content_type_id`, `actioncounters_actioncounterunique`.`object_pk`, `actioncounters_actioncounterunique`.`name`, `actioncounters_actioncounterunique`.`total`, `actioncounters_actioncounterunique`.`ip`, `actioncounters_actioncounterunique`.`user_agent`, `actioncounters_actioncounterunique`.`user_id`, `actioncounters_actioncounterunique`.`unique_hash`, `actioncounters_actioncounterunique`.`modified` FROM `actioncounters_actioncounterunique` WHERE `actioncounters_actioncounterunique`.`unique_hash` = '339817738f1de7184ca557c76fd24728' ; args=('339817738f1de7184ca557c76fd24728',) | |
2013-02-28 14:07:03,458 DEBUG (0.000) SELECT `django_content_type`.`id`, `django_content_type`.`name`, `django_content_type`.`app_label`, `django_content_type`.`model` FROM `django_content_type` WHERE `django_content_type`.`id` = 16 ; args=(16,) | |
2013-02-28 14:07:03,459 DEBUG (0.000) SELECT `auth_user`.`id`, `auth_user`.`username`, `auth_user`.`first_name`, `auth_user`.`last_name`, `auth_user`.`email`, `auth_user`.`password`, `auth_user`.`is_staff`, `auth_user`.`is_active`, `auth_user`.`is_superuser`, `auth_user`.`last_login`, `auth_user`.`date_joined` FROM `auth_user` WHERE `auth_user`.`id` = 2 ; args=(2,) | |
2013-02-28 14:07:03,461 DEBUG (0.000) SELECT (1) AS `a` FROM `actioncounters_actioncounterunique` WHERE `actioncounters_actioncounterunique`.`id` = 2 LIMIT 1; args=(2,) | |
2013-02-28 14:07:03,462 DEBUG (0.000) UPDATE `actioncounters_actioncounterunique` SET `content_type_id` = 16, `object_pk` = '1', `name` = 'boogs', `total` = `actioncounters_actioncounterunique`.`total` + -1, `ip` = NULL, `user_agent` = NULL, `user_id` = 2, `unique_hash` = '339817738f1de7184ca557c76fd24728', `modified` = '2013-02-28 14:07:03' WHERE `actioncounters_actioncounterunique`.`id` = 2 ; args=(16, u'1', u'boogs', -1, 2, '339817738f1de7184ca557c76fd24728', u'2013-02-28 14:07:03', 2) | |
2013-02-28 14:07:03,463 DEBUG (0.000) UPDATE `actioncounters_testmodel` SET `boogs_total` = `actioncounters_testmodel`.`boogs_total` + -1 WHERE `actioncounters_testmodel`.`id` = 1 ; args=(-1, 1) | |
2013-02-28 14:07:03,465 DEBUG (0.001) SELECT `actioncounters_actioncounterunique`.`id`, `actioncounters_actioncounterunique`.`content_type_id`, `actioncounters_actioncounterunique`.`object_pk`, `actioncounters_actioncounterunique`.`name`, `actioncounters_actioncounterunique`.`total`, `actioncounters_actioncounterunique`.`ip`, `actioncounters_actioncounterunique`.`user_agent`, `actioncounters_actioncounterunique`.`user_id`, `actioncounters_actioncounterunique`.`unique_hash`, `actioncounters_actioncounterunique`.`modified` FROM `actioncounters_actioncounterunique` WHERE `actioncounters_actioncounterunique`.`unique_hash` = '339817738f1de7184ca557c76fd24728' ; args=('339817738f1de7184ca557c76fd24728',) | |
2013-02-28 14:07:03,467 DEBUG (0.000) SELECT `django_content_type`.`id`, `django_content_type`.`name`, `django_content_type`.`app_label`, `django_content_type`.`model` FROM `django_content_type` WHERE `django_content_type`.`id` = 16 ; args=(16,) | |
2013-02-28 14:07:03,468 DEBUG (0.001) SELECT `auth_user`.`id`, `auth_user`.`username`, `auth_user`.`first_name`, `auth_user`.`last_name`, `auth_user`.`email`, `auth_user`.`password`, `auth_user`.`is_staff`, `auth_user`.`is_active`, `auth_user`.`is_superuser`, `auth_user`.`last_login`, `auth_user`.`date_joined` FROM `auth_user` WHERE `auth_user`.`id` = 2 ; args=(2,) | |
2013-02-28 14:07:03,470 DEBUG (0.000) SELECT (1) AS `a` FROM `actioncounters_actioncounterunique` WHERE `actioncounters_actioncounterunique`.`id` = 2 LIMIT 1; args=(2,) | |
2013-02-28 14:07:03,472 DEBUG (0.000) UPDATE `actioncounters_actioncounterunique` SET `content_type_id` = 16, `object_pk` = '1', `name` = 'boogs', `total` = `actioncounters_actioncounterunique`.`total` + -1, `ip` = NULL, `user_agent` = NULL, `user_id` = 2, `unique_hash` = '339817738f1de7184ca557c76fd24728', `modified` = '2013-02-28 14:07:03' WHERE `actioncounters_actioncounterunique`.`id` = 2 ; args=(16, u'1', u'boogs', -1, 2, '339817738f1de7184ca557c76fd24728', u'2013-02-28 14:07:03', 2) | |
2013-02-28 14:07:03,473 DEBUG (0.000) UPDATE `actioncounters_testmodel` SET `boogs_total` = `actioncounters_testmodel`.`boogs_total` + -1 WHERE `actioncounters_testmodel`.`id` = 1 ; args=(-1, 1) | |
2013-02-28 14:07:03,475 DEBUG (0.000) SELECT `actioncounters_actioncounterunique`.`id`, `actioncounters_actioncounterunique`.`content_type_id`, `actioncounters_actioncounterunique`.`object_pk`, `actioncounters_actioncounterunique`.`name`, `actioncounters_actioncounterunique`.`total`, `actioncounters_actioncounterunique`.`ip`, `actioncounters_actioncounterunique`.`user_agent`, `actioncounters_actioncounterunique`.`user_id`, `actioncounters_actioncounterunique`.`unique_hash`, `actioncounters_actioncounterunique`.`modified` FROM `actioncounters_actioncounterunique` WHERE `actioncounters_actioncounterunique`.`unique_hash` = '339817738f1de7184ca557c76fd24728' ; args=('339817738f1de7184ca557c76fd24728',) | |
2013-02-28 14:07:03,476 DEBUG (0.000) SELECT `django_content_type`.`id`, `django_content_type`.`name`, `django_content_type`.`app_label`, `django_content_type`.`model` FROM `django_content_type` WHERE `django_content_type`.`id` = 16 ; args=(16,) | |
2013-02-28 14:07:03,478 DEBUG (0.000) SELECT `auth_user`.`id`, `auth_user`.`username`, `auth_user`.`first_name`, `auth_user`.`last_name`, `auth_user`.`email`, `auth_user`.`password`, `auth_user`.`is_staff`, `auth_user`.`is_active`, `auth_user`.`is_superuser`, `auth_user`.`last_login`, `auth_user`.`date_joined` FROM `auth_user` WHERE `auth_user`.`id` = 2 ; args=(2,) | |
2013-02-28 14:07:03,479 DEBUG (0.000) SELECT (1) AS `a` FROM `actioncounters_actioncounterunique` WHERE `actioncounters_actioncounterunique`.`id` = 2 LIMIT 1; args=(2,) | |
2013-02-28 14:07:03,480 DEBUG (0.000) UPDATE `actioncounters_actioncounterunique` SET `content_type_id` = 16, `object_pk` = '1', `name` = 'boogs', `total` = `actioncounters_actioncounterunique`.`total` + -1, `ip` = NULL, `user_agent` = NULL, `user_id` = 2, `unique_hash` = '339817738f1de7184ca557c76fd24728', `modified` = '2013-02-28 14:07:03' WHERE `actioncounters_actioncounterunique`.`id` = 2 ; args=(16, u'1', u'boogs', -1, 2, '339817738f1de7184ca557c76fd24728', u'2013-02-28 14:07:03', 2) | |
2013-02-28 14:07:03,481 DEBUG (0.000) UPDATE `actioncounters_testmodel` SET `boogs_total` = `actioncounters_testmodel`.`boogs_total` + -1 WHERE `actioncounters_testmodel`.`id` = 1 ; args=(-1, 1) | |
2013-02-28 14:07:03,483 DEBUG (0.000) SELECT `actioncounters_actioncounterunique`.`id`, `actioncounters_actioncounterunique`.`content_type_id`, `actioncounters_actioncounterunique`.`object_pk`, `actioncounters_actioncounterunique`.`name`, `actioncounters_actioncounterunique`.`total`, `actioncounters_actioncounterunique`.`ip`, `actioncounters_actioncounterunique`.`user_agent`, `actioncounters_actioncounterunique`.`user_id`, `actioncounters_actioncounterunique`.`unique_hash`, `actioncounters_actioncounterunique`.`modified` FROM `actioncounters_actioncounterunique` WHERE `actioncounters_actioncounterunique`.`unique_hash` = '339817738f1de7184ca557c76fd24728' ; args=('339817738f1de7184ca557c76fd24728',) | |
2013-02-28 14:07:03,484 DEBUG (0.000) DELETE FROM `actioncounters_actioncounterunique` WHERE `id` IN (2); args=(2,) | |
2013-02-28 14:07:03,485 DEBUG (0.000) UPDATE `actioncounters_testmodel` SET `boogs_total` = `actioncounters_testmodel`.`boogs_total` + -1 WHERE `actioncounters_testmodel`.`id` = 1 ; args=(-1, 1) | |
2013-02-28 14:07:03,487 DEBUG (0.000) SELECT `actioncounters_actioncounterunique`.`id`, `actioncounters_actioncounterunique`.`content_type_id`, `actioncounters_actioncounterunique`.`object_pk`, `actioncounters_actioncounterunique`.`name`, `actioncounters_actioncounterunique`.`total`, `actioncounters_actioncounterunique`.`ip`, `actioncounters_actioncounterunique`.`user_agent`, `actioncounters_actioncounterunique`.`user_id`, `actioncounters_actioncounterunique`.`unique_hash`, `actioncounters_actioncounterunique`.`modified` FROM `actioncounters_actioncounterunique` WHERE `actioncounters_actioncounterunique`.`unique_hash` = 'f7b0326fc5e6b029b33774da93acd1e5' ; args=('f7b0326fc5e6b029b33774da93acd1e5',) | |
2013-02-28 14:07:03,488 DEBUG (0.000) SELECT `django_content_type`.`id`, `django_content_type`.`name`, `django_content_type`.`app_label`, `django_content_type`.`model` FROM `django_content_type` WHERE `django_content_type`.`id` = 16 ; args=(16,) | |
2013-02-28 14:07:03,490 DEBUG (0.000) SELECT (1) AS `a` FROM `actioncounters_actioncounterunique` WHERE `actioncounters_actioncounterunique`.`id` = 3 LIMIT 1; args=(3,) | |
2013-02-28 14:07:03,491 DEBUG (0.000) UPDATE `actioncounters_actioncounterunique` SET `content_type_id` = 16, `object_pk` = '1', `name` = 'boogs', `total` = `actioncounters_actioncounterunique`.`total` + -1, `ip` = '192.168.123.123', `user_agent` = 'FakeBrowser 1.0', `user_id` = NULL, `unique_hash` = 'f7b0326fc5e6b029b33774da93acd1e5', `modified` = '2013-02-28 14:07:03' WHERE `actioncounters_actioncounterunique`.`id` = 3 ; args=(16, u'1', u'boogs', -1, u'192.168.123.123', u'FakeBrowser 1.0', 'f7b0326fc5e6b029b33774da93acd1e5', u'2013-02-28 14:07:03', 3) | |
2013-02-28 14:07:03,492 DEBUG (0.000) UPDATE `actioncounters_testmodel` SET `boogs_total` = `actioncounters_testmodel`.`boogs_total` + -1 WHERE `actioncounters_testmodel`.`id` = 1 ; args=(-1, 1) | |
2013-02-28 14:07:03,494 DEBUG (0.000) SELECT `actioncounters_actioncounterunique`.`id`, `actioncounters_actioncounterunique`.`content_type_id`, `actioncounters_actioncounterunique`.`object_pk`, `actioncounters_actioncounterunique`.`name`, `actioncounters_actioncounterunique`.`total`, `actioncounters_actioncounterunique`.`ip`, `actioncounters_actioncounterunique`.`user_agent`, `actioncounters_actioncounterunique`.`user_id`, `actioncounters_actioncounterunique`.`unique_hash`, `actioncounters_actioncounterunique`.`modified` FROM `actioncounters_actioncounterunique` WHERE `actioncounters_actioncounterunique`.`unique_hash` = 'f7b0326fc5e6b029b33774da93acd1e5' ; args=('f7b0326fc5e6b029b33774da93acd1e5',) | |
2013-02-28 14:07:03,495 DEBUG (0.000) SELECT `django_content_type`.`id`, `django_content_type`.`name`, `django_content_type`.`app_label`, `django_content_type`.`model` FROM `django_content_type` WHERE `django_content_type`.`id` = 16 ; args=(16,) | |
2013-02-28 14:07:03,496 DEBUG (0.000) SELECT (1) AS `a` FROM `actioncounters_actioncounterunique` WHERE `actioncounters_actioncounterunique`.`id` = 3 LIMIT 1; args=(3,) | |
2013-02-28 14:07:03,498 DEBUG (0.001) UPDATE `actioncounters_actioncounterunique` SET `content_type_id` = 16, `object_pk` = '1', `name` = 'boogs', `total` = `actioncounters_actioncounterunique`.`total` + -1, `ip` = '192.168.123.123', `user_agent` = 'FakeBrowser 1.0', `user_id` = NULL, `unique_hash` = 'f7b0326fc5e6b029b33774da93acd1e5', `modified` = '2013-02-28 14:07:03' WHERE `actioncounters_actioncounterunique`.`id` = 3 ; args=(16, u'1', u'boogs', -1, u'192.168.123.123', u'FakeBrowser 1.0', 'f7b0326fc5e6b029b33774da93acd1e5', u'2013-02-28 14:07:03', 3) | |
2013-02-28 14:07:03,499 DEBUG (0.000) UPDATE `actioncounters_testmodel` SET `boogs_total` = `actioncounters_testmodel`.`boogs_total` + -1 WHERE `actioncounters_testmodel`.`id` = 1 ; args=(-1, 1) | |
2013-02-28 14:07:03,501 DEBUG (0.000) SELECT `actioncounters_actioncounterunique`.`id`, `actioncounters_actioncounterunique`.`content_type_id`, `actioncounters_actioncounterunique`.`object_pk`, `actioncounters_actioncounterunique`.`name`, `actioncounters_actioncounterunique`.`total`, `actioncounters_actioncounterunique`.`ip`, `actioncounters_actioncounterunique`.`user_agent`, `actioncounters_actioncounterunique`.`user_id`, `actioncounters_actioncounterunique`.`unique_hash`, `actioncounters_actioncounterunique`.`modified` FROM `actioncounters_actioncounterunique` WHERE `actioncounters_actioncounterunique`.`unique_hash` = 'f7b0326fc5e6b029b33774da93acd1e5' ; args=('f7b0326fc5e6b029b33774da93acd1e5',) | |
2013-02-28 14:07:03,502 DEBUG (0.000) SELECT `django_content_type`.`id`, `django_content_type`.`name`, `django_content_type`.`app_label`, `django_content_type`.`model` FROM `django_content_type` WHERE `django_content_type`.`id` = 16 ; args=(16,) | |
2013-02-28 14:07:03,503 DEBUG (0.000) SELECT (1) AS `a` FROM `actioncounters_actioncounterunique` WHERE `actioncounters_actioncounterunique`.`id` = 3 LIMIT 1; args=(3,) | |
2013-02-28 14:07:03,505 DEBUG (0.000) UPDATE `actioncounters_actioncounterunique` SET `content_type_id` = 16, `object_pk` = '1', `name` = 'boogs', `total` = `actioncounters_actioncounterunique`.`total` + -1, `ip` = '192.168.123.123', `user_agent` = 'FakeBrowser 1.0', `user_id` = NULL, `unique_hash` = 'f7b0326fc5e6b029b33774da93acd1e5', `modified` = '2013-02-28 14:07:03' WHERE `actioncounters_actioncounterunique`.`id` = 3 ; args=(16, u'1', u'boogs', -1, u'192.168.123.123', u'FakeBrowser 1.0', 'f7b0326fc5e6b029b33774da93acd1e5', u'2013-02-28 14:07:03', 3) | |
2013-02-28 14:07:03,506 DEBUG (0.000) UPDATE `actioncounters_testmodel` SET `boogs_total` = `actioncounters_testmodel`.`boogs_total` + -1 WHERE `actioncounters_testmodel`.`id` = 1 ; args=(-1, 1) | |
2013-02-28 14:07:03,508 DEBUG (0.000) SELECT `actioncounters_actioncounterunique`.`id`, `actioncounters_actioncounterunique`.`content_type_id`, `actioncounters_actioncounterunique`.`object_pk`, `actioncounters_actioncounterunique`.`name`, `actioncounters_actioncounterunique`.`total`, `actioncounters_actioncounterunique`.`ip`, `actioncounters_actioncounterunique`.`user_agent`, `actioncounters_actioncounterunique`.`user_id`, `actioncounters_actioncounterunique`.`unique_hash`, `actioncounters_actioncounterunique`.`modified` FROM `actioncounters_actioncounterunique` WHERE `actioncounters_actioncounterunique`.`unique_hash` = 'f7b0326fc5e6b029b33774da93acd1e5' ; args=('f7b0326fc5e6b029b33774da93acd1e5',) | |
2013-02-28 14:07:03,509 DEBUG (0.000) SELECT `django_content_type`.`id`, `django_content_type`.`name`, `django_content_type`.`app_label`, `django_content_type`.`model` FROM `django_content_type` WHERE `django_content_type`.`id` = 16 ; args=(16,) | |
2013-02-28 14:07:03,511 DEBUG (0.000) SELECT (1) AS `a` FROM `actioncounters_actioncounterunique` WHERE `actioncounters_actioncounterunique`.`id` = 3 LIMIT 1; args=(3,) | |
2013-02-28 14:07:03,512 DEBUG (0.000) UPDATE `actioncounters_actioncounterunique` SET `content_type_id` = 16, `object_pk` = '1', `name` = 'boogs', `total` = `actioncounters_actioncounterunique`.`total` + -1, `ip` = '192.168.123.123', `user_agent` = 'FakeBrowser 1.0', `user_id` = NULL, `unique_hash` = 'f7b0326fc5e6b029b33774da93acd1e5', `modified` = '2013-02-28 14:07:03' WHERE `actioncounters_actioncounterunique`.`id` = 3 ; args=(16, u'1', u'boogs', -1, u'192.168.123.123', u'FakeBrowser 1.0', 'f7b0326fc5e6b029b33774da93acd1e5', u'2013-02-28 14:07:03', 3) | |
2013-02-28 14:07:03,513 DEBUG (0.000) UPDATE `actioncounters_testmodel` SET `boogs_total` = `actioncounters_testmodel`.`boogs_total` + -1 WHERE `actioncounters_testmodel`.`id` = 1 ; args=(-1, 1) | |
2013-02-28 14:07:03,514 DEBUG (0.000) SELECT `actioncounters_actioncounterunique`.`id`, `actioncounters_actioncounterunique`.`content_type_id`, `actioncounters_actioncounterunique`.`object_pk`, `actioncounters_actioncounterunique`.`name`, `actioncounters_actioncounterunique`.`total`, `actioncounters_actioncounterunique`.`ip`, `actioncounters_actioncounterunique`.`user_agent`, `actioncounters_actioncounterunique`.`user_id`, `actioncounters_actioncounterunique`.`unique_hash`, `actioncounters_actioncounterunique`.`modified` FROM `actioncounters_actioncounterunique` WHERE `actioncounters_actioncounterunique`.`unique_hash` = 'f7b0326fc5e6b029b33774da93acd1e5' ; args=('f7b0326fc5e6b029b33774da93acd1e5',) | |
2013-02-28 14:07:03,515 DEBUG (0.000) DELETE FROM `actioncounters_actioncounterunique` WHERE `id` IN (3); args=(3,) | |
2013-02-28 14:07:03,517 DEBUG (0.000) UPDATE `actioncounters_testmodel` SET `boogs_total` = `actioncounters_testmodel`.`boogs_total` + -1 WHERE `actioncounters_testmodel`.`id` = 1 ; args=(-1, 1) | |
2013-02-28 14:07:03,518 DEBUG (0.001) SELECT `actioncounters_actioncounterunique`.`id`, `actioncounters_actioncounterunique`.`content_type_id`, `actioncounters_actioncounterunique`.`object_pk`, `actioncounters_actioncounterunique`.`name`, `actioncounters_actioncounterunique`.`total`, `actioncounters_actioncounterunique`.`ip`, `actioncounters_actioncounterunique`.`user_agent`, `actioncounters_actioncounterunique`.`user_id`, `actioncounters_actioncounterunique`.`unique_hash`, `actioncounters_actioncounterunique`.`modified` FROM `actioncounters_actioncounterunique` WHERE `actioncounters_actioncounterunique`.`unique_hash` = 'a8562737764535eb9f332fc619d601bb' ; args=('a8562737764535eb9f332fc619d601bb',) | |
2013-02-28 14:07:03,520 DEBUG (0.000) SELECT `django_content_type`.`id`, `django_content_type`.`name`, `django_content_type`.`app_label`, `django_content_type`.`model` FROM `django_content_type` WHERE `django_content_type`.`id` = 16 ; args=(16,) | |
2013-02-28 14:07:03,521 DEBUG (0.000) SELECT (1) AS `a` FROM `actioncounters_actioncounterunique` WHERE `actioncounters_actioncounterunique`.`id` = 4 LIMIT 1; args=(4,) | |
2013-02-28 14:07:03,523 DEBUG (0.000) UPDATE `actioncounters_actioncounterunique` SET `content_type_id` = 16, `object_pk` = '1', `name` = 'boogs', `total` = `actioncounters_actioncounterunique`.`total` + -1, `ip` = '192.168.123.150', `user_agent` = 'Safari 1.0', `user_id` = NULL, `unique_hash` = 'a8562737764535eb9f332fc619d601bb', `modified` = '2013-02-28 14:07:03' WHERE `actioncounters_actioncounterunique`.`id` = 4 ; args=(16, u'1', u'boogs', -1, u'192.168.123.150', u'Safari 1.0', 'a8562737764535eb9f332fc619d601bb', u'2013-02-28 14:07:03', 4) | |
2013-02-28 14:07:03,524 DEBUG (0.000) UPDATE `actioncounters_testmodel` SET `boogs_total` = `actioncounters_testmodel`.`boogs_total` + -1 WHERE `actioncounters_testmodel`.`id` = 1 ; args=(-1, 1) | |
2013-02-28 14:07:03,525 DEBUG (0.000) SELECT `actioncounters_actioncounterunique`.`id`, `actioncounters_actioncounterunique`.`content_type_id`, `actioncounters_actioncounterunique`.`object_pk`, `actioncounters_actioncounterunique`.`name`, `actioncounters_actioncounterunique`.`total`, `actioncounters_actioncounterunique`.`ip`, `actioncounters_actioncounterunique`.`user_agent`, `actioncounters_actioncounterunique`.`user_id`, `actioncounters_actioncounterunique`.`unique_hash`, `actioncounters_actioncounterunique`.`modified` FROM `actioncounters_actioncounterunique` WHERE `actioncounters_actioncounterunique`.`unique_hash` = 'a8562737764535eb9f332fc619d601bb' ; args=('a8562737764535eb9f332fc619d601bb',) | |
2013-02-28 14:07:03,527 DEBUG (0.000) SELECT `django_content_type`.`id`, `django_content_type`.`name`, `django_content_type`.`app_label`, `django_content_type`.`model` FROM `django_content_type` WHERE `django_content_type`.`id` = 16 ; args=(16,) | |
2013-02-28 14:07:03,528 DEBUG (0.000) SELECT (1) AS `a` FROM `actioncounters_actioncounterunique` WHERE `actioncounters_actioncounterunique`.`id` = 4 LIMIT 1; args=(4,) | |
2013-02-28 14:07:03,530 DEBUG (0.000) UPDATE `actioncounters_actioncounterunique` SET `content_type_id` = 16, `object_pk` = '1', `name` = 'boogs', `total` = `actioncounters_actioncounterunique`.`total` + -1, `ip` = '192.168.123.150', `user_agent` = 'Safari 1.0', `user_id` = NULL, `unique_hash` = 'a8562737764535eb9f332fc619d601bb', `modified` = '2013-02-28 14:07:03' WHERE `actioncounters_actioncounterunique`.`id` = 4 ; args=(16, u'1', u'boogs', -1, u'192.168.123.150', u'Safari 1.0', 'a8562737764535eb9f332fc619d601bb', u'2013-02-28 14:07:03', 4) | |
2013-02-28 14:07:03,531 DEBUG (0.000) UPDATE `actioncounters_testmodel` SET `boogs_total` = `actioncounters_testmodel`.`boogs_total` + -1 WHERE `actioncounters_testmodel`.`id` = 1 ; args=(-1, 1) | |
2013-02-28 14:07:03,533 DEBUG (0.000) SELECT `actioncounters_actioncounterunique`.`id`, `actioncounters_actioncounterunique`.`content_type_id`, `actioncounters_actioncounterunique`.`object_pk`, `actioncounters_actioncounterunique`.`name`, `actioncounters_actioncounterunique`.`total`, `actioncounters_actioncounterunique`.`ip`, `actioncounters_actioncounterunique`.`user_agent`, `actioncounters_actioncounterunique`.`user_id`, `actioncounters_actioncounterunique`.`unique_hash`, `actioncounters_actioncounterunique`.`modified` FROM `actioncounters_actioncounterunique` WHERE `actioncounters_actioncounterunique`.`unique_hash` = 'a8562737764535eb9f332fc619d601bb' ; args=('a8562737764535eb9f332fc619d601bb',) | |
2013-02-28 14:07:03,534 DEBUG (0.001) SELECT `django_content_type`.`id`, `django_content_type`.`name`, `django_content_type`.`app_label`, `django_content_type`.`model` FROM `django_content_type` WHERE `django_content_type`.`id` = 16 ; args=(16,) | |
2013-02-28 14:07:03,536 DEBUG (0.000) SELECT (1) AS `a` FROM `actioncounters_actioncounterunique` WHERE `actioncounters_actioncounterunique`.`id` = 4 LIMIT 1; args=(4,) | |
2013-02-28 14:07:03,537 DEBUG (0.000) UPDATE `actioncounters_actioncounterunique` SET `content_type_id` = 16, `object_pk` = '1', `name` = 'boogs', `total` = `actioncounters_actioncounterunique`.`total` + -1, `ip` = '192.168.123.150', `user_agent` = 'Safari 1.0', `user_id` = NULL, `unique_hash` = 'a8562737764535eb9f332fc619d601bb', `modified` = '2013-02-28 14:07:03' WHERE `actioncounters_actioncounterunique`.`id` = 4 ; args=(16, u'1', u'boogs', -1, u'192.168.123.150', u'Safari 1.0', 'a8562737764535eb9f332fc619d601bb', u'2013-02-28 14:07:03', 4) | |
2013-02-28 14:07:03,538 DEBUG (0.000) UPDATE `actioncounters_testmodel` SET `boogs_total` = `actioncounters_testmodel`.`boogs_total` + -1 WHERE `actioncounters_testmodel`.`id` = 1 ; args=(-1, 1) | |
2013-02-28 14:07:03,540 DEBUG (0.000) SELECT `actioncounters_actioncounterunique`.`id`, `actioncounters_actioncounterunique`.`content_type_id`, `actioncounters_actioncounterunique`.`object_pk`, `actioncounters_actioncounterunique`.`name`, `actioncounters_actioncounterunique`.`total`, `actioncounters_actioncounterunique`.`ip`, `actioncounters_actioncounterunique`.`user_agent`, `actioncounters_actioncounterunique`.`user_id`, `actioncounters_actioncounterunique`.`unique_hash`, `actioncounters_actioncounterunique`.`modified` FROM `actioncounters_actioncounterunique` WHERE `actioncounters_actioncounterunique`.`unique_hash` = 'a8562737764535eb9f332fc619d601bb' ; args=('a8562737764535eb9f332fc619d601bb',) | |
2013-02-28 14:07:03,541 DEBUG (0.000) SELECT `django_content_type`.`id`, `django_content_type`.`name`, `django_content_type`.`app_label`, `django_content_type`.`model` FROM `django_content_type` WHERE `django_content_type`.`id` = 16 ; args=(16,) | |
2013-02-28 14:07:03,543 DEBUG (0.000) SELECT (1) AS `a` FROM `actioncounters_actioncounterunique` WHERE `actioncounters_actioncounterunique`.`id` = 4 LIMIT 1; args=(4,) | |
2013-02-28 14:07:03,544 DEBUG (0.000) UPDATE `actioncounters_actioncounterunique` SET `content_type_id` = 16, `object_pk` = '1', `name` = 'boogs', `total` = `actioncounters_actioncounterunique`.`total` + -1, `ip` = '192.168.123.150', `user_agent` = 'Safari 1.0', `user_id` = NULL, `unique_hash` = 'a8562737764535eb9f332fc619d601bb', `modified` = '2013-02-28 14:07:03' WHERE `actioncounters_actioncounterunique`.`id` = 4 ; args=(16, u'1', u'boogs', -1, u'192.168.123.150', u'Safari 1.0', 'a8562737764535eb9f332fc619d601bb', u'2013-02-28 14:07:03', 4) | |
2013-02-28 14:07:03,546 DEBUG (0.000) UPDATE `actioncounters_testmodel` SET `boogs_total` = `actioncounters_testmodel`.`boogs_total` + -1 WHERE `actioncounters_testmodel`.`id` = 1 ; args=(-1, 1) | |
2013-02-28 14:07:03,547 DEBUG (0.000) SELECT `actioncounters_actioncounterunique`.`id`, `actioncounters_actioncounterunique`.`content_type_id`, `actioncounters_actioncounterunique`.`object_pk`, `actioncounters_actioncounterunique`.`name`, `actioncounters_actioncounterunique`.`total`, `actioncounters_actioncounterunique`.`ip`, `actioncounters_actioncounterunique`.`user_agent`, `actioncounters_actioncounterunique`.`user_id`, `actioncounters_actioncounterunique`.`unique_hash`, `actioncounters_actioncounterunique`.`modified` FROM `actioncounters_actioncounterunique` WHERE `actioncounters_actioncounterunique`.`unique_hash` = 'a8562737764535eb9f332fc619d601bb' ; args=('a8562737764535eb9f332fc619d601bb',) | |
2013-02-28 14:07:03,548 DEBUG (0.000) DELETE FROM `actioncounters_actioncounterunique` WHERE `id` IN (4); args=(4,) | |
2013-02-28 14:07:03,549 DEBUG (0.000) UPDATE `actioncounters_testmodel` SET `boogs_total` = `actioncounters_testmodel`.`boogs_total` + -1 WHERE `actioncounters_testmodel`.`id` = 1 ; args=(-1, 1) | |
2013-02-28 14:07:03,551 DEBUG (0.000) SELECT `actioncounters_actioncounterunique`.`id`, `actioncounters_actioncounterunique`.`content_type_id`, `actioncounters_actioncounterunique`.`object_pk`, `actioncounters_actioncounterunique`.`name`, `actioncounters_actioncounterunique`.`total`, `actioncounters_actioncounterunique`.`ip`, `actioncounters_actioncounterunique`.`user_agent`, `actioncounters_actioncounterunique`.`user_id`, `actioncounters_actioncounterunique`.`unique_hash`, `actioncounters_actioncounterunique`.`modified` FROM `actioncounters_actioncounterunique` WHERE `actioncounters_actioncounterunique`.`unique_hash` = '5d271708a852cca45eb7138276d753fa' ; args=('5d271708a852cca45eb7138276d753fa',) | |
2013-02-28 14:07:03,552 DEBUG (0.000) SELECT `django_content_type`.`id`, `django_content_type`.`name`, `django_content_type`.`app_label`, `django_content_type`.`model` FROM `django_content_type` WHERE `django_content_type`.`id` = 16 ; args=(16,) | |
2013-02-28 14:07:03,554 DEBUG (0.000) SELECT (1) AS `a` FROM `actioncounters_actioncounterunique` WHERE `actioncounters_actioncounterunique`.`id` = 5 LIMIT 1; args=(5,) | |
2013-02-28 14:07:03,555 DEBUG (0.000) UPDATE `actioncounters_actioncounterunique` SET `content_type_id` = 16, `object_pk` = '1', `name` = 'boogs', `total` = `actioncounters_actioncounterunique`.`total` + -1, `ip` = '192.168.123.150', `user_agent` = 'Mozilla 1.0', `user_id` = NULL, `unique_hash` = '5d271708a852cca45eb7138276d753fa', `modified` = '2013-02-28 14:07:03' WHERE `actioncounters_actioncounterunique`.`id` = 5 ; args=(16, u'1', u'boogs', -1, u'192.168.123.150', u'Mozilla 1.0', '5d271708a852cca45eb7138276d753fa', u'2013-02-28 14:07:03', 5) | |
2013-02-28 14:07:03,556 DEBUG (0.000) UPDATE `actioncounters_testmodel` SET `boogs_total` = `actioncounters_testmodel`.`boogs_total` + -1 WHERE `actioncounters_testmodel`.`id` = 1 ; args=(-1, 1) | |
2013-02-28 14:07:03,558 DEBUG (0.000) SELECT `actioncounters_actioncounterunique`.`id`, `actioncounters_actioncounterunique`.`content_type_id`, `actioncounters_actioncounterunique`.`object_pk`, `actioncounters_actioncounterunique`.`name`, `actioncounters_actioncounterunique`.`total`, `actioncounters_actioncounterunique`.`ip`, `actioncounters_actioncounterunique`.`user_agent`, `actioncounters_actioncounterunique`.`user_id`, `actioncounters_actioncounterunique`.`unique_hash`, `actioncounters_actioncounterunique`.`modified` FROM `actioncounters_actioncounterunique` WHERE `actioncounters_actioncounterunique`.`unique_hash` = '5d271708a852cca45eb7138276d753fa' ; args=('5d271708a852cca45eb7138276d753fa',) | |
2013-02-28 14:07:03,559 DEBUG (0.000) SELECT `django_content_type`.`id`, `django_content_type`.`name`, `django_content_type`.`app_label`, `django_content_type`.`model` FROM `django_content_type` WHERE `django_content_type`.`id` = 16 ; args=(16,) | |
2013-02-28 14:07:03,560 DEBUG (0.000) SELECT (1) AS `a` FROM `actioncounters_actioncounterunique` WHERE `actioncounters_actioncounterunique`.`id` = 5 LIMIT 1; args=(5,) | |
2013-02-28 14:07:03,562 DEBUG (0.000) UPDATE `actioncounters_actioncounterunique` SET `content_type_id` = 16, `object_pk` = '1', `name` = 'boogs', `total` = `actioncounters_actioncounterunique`.`total` + -1, `ip` = '192.168.123.150', `user_agent` = 'Mozilla 1.0', `user_id` = NULL, `unique_hash` = '5d271708a852cca45eb7138276d753fa', `modified` = '2013-02-28 14:07:03' WHERE `actioncounters_actioncounterunique`.`id` = 5 ; args=(16, u'1', u'boogs', -1, u'192.168.123.150', u'Mozilla 1.0', '5d271708a852cca45eb7138276d753fa', u'2013-02-28 14:07:03', 5) | |
2013-02-28 14:07:03,563 DEBUG (0.000) UPDATE `actioncounters_testmodel` SET `boogs_total` = `actioncounters_testmodel`.`boogs_total` + -1 WHERE `actioncounters_testmodel`.`id` = 1 ; args=(-1, 1) | |
2013-02-28 14:07:03,564 DEBUG (0.001) SELECT `actioncounters_actioncounterunique`.`id`, `actioncounters_actioncounterunique`.`content_type_id`, `actioncounters_actioncounterunique`.`object_pk`, `actioncounters_actioncounterunique`.`name`, `actioncounters_actioncounterunique`.`total`, `actioncounters_actioncounterunique`.`ip`, `actioncounters_actioncounterunique`.`user_agent`, `actioncounters_actioncounterunique`.`user_id`, `actioncounters_actioncounterunique`.`unique_hash`, `actioncounters_actioncounterunique`.`modified` FROM `actioncounters_actioncounterunique` WHERE `actioncounters_actioncounterunique`.`unique_hash` = '5d271708a852cca45eb7138276d753fa' ; args=('5d271708a852cca45eb7138276d753fa',) | |
2013-02-28 14:07:03,566 DEBUG (0.000) SELECT `django_content_type`.`id`, `django_content_type`.`name`, `django_content_type`.`app_label`, `django_content_type`.`model` FROM `django_content_type` WHERE `django_content_type`.`id` = 16 ; args=(16,) | |
2013-02-28 14:07:03,567 DEBUG (0.000) SELECT (1) AS `a` FROM `actioncounters_actioncounterunique` WHERE `actioncounters_actioncounterunique`.`id` = 5 LIMIT 1; args=(5,) | |
2013-02-28 14:07:03,568 DEBUG (0.000) UPDATE `actioncounters_actioncounterunique` SET `content_type_id` = 16, `object_pk` = '1', `name` = 'boogs', `total` = `actioncounters_actioncounterunique`.`total` + -1, `ip` = '192.168.123.150', `user_agent` = 'Mozilla 1.0', `user_id` = NULL, `unique_hash` = '5d271708a852cca45eb7138276d753fa', `modified` = '2013-02-28 14:07:03' WHERE `actioncounters_actioncounterunique`.`id` = 5 ; args=(16, u'1', u'boogs', -1, u'192.168.123.150', u'Mozilla 1.0', '5d271708a852cca45eb7138276d753fa', u'2013-02-28 14:07:03', 5) | |
2013-02-28 14:07:03,570 DEBUG (0.000) UPDATE `actioncounters_testmodel` SET `boogs_total` = `actioncounters_testmodel`.`boogs_total` + -1 WHERE `actioncounters_testmodel`.`id` = 1 ; args=(-1, 1) | |
2013-02-28 14:07:03,571 DEBUG (0.000) SELECT `actioncounters_actioncounterunique`.`id`, `actioncounters_actioncounterunique`.`content_type_id`, `actioncounters_actioncounterunique`.`object_pk`, `actioncounters_actioncounterunique`.`name`, `actioncounters_actioncounterunique`.`total`, `actioncounters_actioncounterunique`.`ip`, `actioncounters_actioncounterunique`.`user_agent`, `actioncounters_actioncounterunique`.`user_id`, `actioncounters_actioncounterunique`.`unique_hash`, `actioncounters_actioncounterunique`.`modified` FROM `actioncounters_actioncounterunique` WHERE `actioncounters_actioncounterunique`.`unique_hash` = '5d271708a852cca45eb7138276d753fa' ; args=('5d271708a852cca45eb7138276d753fa',) | |
2013-02-28 14:07:03,572 DEBUG (0.000) SELECT `django_content_type`.`id`, `django_content_type`.`name`, `django_content_type`.`app_label`, `django_content_type`.`model` FROM `django_content_type` WHERE `django_content_type`.`id` = 16 ; args=(16,) | |
2013-02-28 14:07:03,574 DEBUG (0.000) SELECT (1) AS `a` FROM `actioncounters_actioncounterunique` WHERE `actioncounters_actioncounterunique`.`id` = 5 LIMIT 1; args=(5,) | |
2013-02-28 14:07:03,575 DEBUG (0.000) UPDATE `actioncounters_actioncounterunique` SET `content_type_id` = 16, `object_pk` = '1', `name` = 'boogs', `total` = `actioncounters_actioncounterunique`.`total` + -1, `ip` = '192.168.123.150', `user_agent` = 'Mozilla 1.0', `user_id` = NULL, `unique_hash` = '5d271708a852cca45eb7138276d753fa', `modified` = '2013-02-28 14:07:03' WHERE `actioncounters_actioncounterunique`.`id` = 5 ; args=(16, u'1', u'boogs', -1, u'192.168.123.150', u'Mozilla 1.0', '5d271708a852cca45eb7138276d753fa', u'2013-02-28 14:07:03', 5) | |
2013-02-28 14:07:03,576 DEBUG (0.001) UPDATE `actioncounters_testmodel` SET `boogs_total` = `actioncounters_testmodel`.`boogs_total` + -1 WHERE `actioncounters_testmodel`.`id` = 1 ; args=(-1, 1) | |
2013-02-28 14:07:03,578 DEBUG (0.000) SELECT `actioncounters_actioncounterunique`.`id`, `actioncounters_actioncounterunique`.`content_type_id`, `actioncounters_actioncounterunique`.`object_pk`, `actioncounters_actioncounterunique`.`name`, `actioncounters_actioncounterunique`.`total`, `actioncounters_actioncounterunique`.`ip`, `actioncounters_actioncounterunique`.`user_agent`, `actioncounters_actioncounterunique`.`user_id`, `actioncounters_actioncounterunique`.`unique_hash`, `actioncounters_actioncounterunique`.`modified` FROM `actioncounters_actioncounterunique` WHERE `actioncounters_actioncounterunique`.`unique_hash` = '5d271708a852cca45eb7138276d753fa' ; args=('5d271708a852cca45eb7138276d753fa',) | |
2013-02-28 14:07:03,579 DEBUG (0.000) DELETE FROM `actioncounters_actioncounterunique` WHERE `id` IN (5); args=(5,) | |
2013-02-28 14:07:03,580 DEBUG (0.000) UPDATE `actioncounters_testmodel` SET `boogs_total` = `actioncounters_testmodel`.`boogs_total` + -1 WHERE `actioncounters_testmodel`.`id` = 1 ; args=(-1, 1) | |
2013-02-28 14:07:03,582 DEBUG (0.000) SELECT `actioncounters_actioncounterunique`.`id`, `actioncounters_actioncounterunique`.`content_type_id`, `actioncounters_actioncounterunique`.`object_pk`, `actioncounters_actioncounterunique`.`name`, `actioncounters_actioncounterunique`.`total`, `actioncounters_actioncounterunique`.`ip`, `actioncounters_actioncounterunique`.`user_agent`, `actioncounters_actioncounterunique`.`user_id`, `actioncounters_actioncounterunique`.`unique_hash`, `actioncounters_actioncounterunique`.`modified` FROM `actioncounters_actioncounterunique` WHERE `actioncounters_actioncounterunique`.`unique_hash` = 'e992d128cfe820f850991671676299d9' ; args=('e992d128cfe820f850991671676299d9',) | |
2013-02-28 14:07:03,583 DEBUG (0.000) SELECT `django_content_type`.`id`, `django_content_type`.`name`, `django_content_type`.`app_label`, `django_content_type`.`model` FROM `django_content_type` WHERE `django_content_type`.`id` = 16 ; args=(16,) | |
2013-02-28 14:07:03,585 DEBUG (0.000) SELECT (1) AS `a` FROM `actioncounters_actioncounterunique` WHERE `actioncounters_actioncounterunique`.`id` = 6 LIMIT 1; args=(6,) | |
2013-02-28 14:07:03,586 DEBUG (0.000) UPDATE `actioncounters_actioncounterunique` SET `content_type_id` = 16, `object_pk` = '1', `name` = 'boogs', `total` = `actioncounters_actioncounterunique`.`total` + -1, `ip` = '192.168.123.160', `user_agent` = 'FakeBrowser 1.0', `user_id` = NULL, `unique_hash` = 'e992d128cfe820f850991671676299d9', `modified` = '2013-02-28 14:07:03' WHERE `actioncounters_actioncounterunique`.`id` = 6 ; args=(16, u'1', u'boogs', -1, u'192.168.123.160', u'FakeBrowser 1.0', 'e992d128cfe820f850991671676299d9', u'2013-02-28 14:07:03', 6) | |
2013-02-28 14:07:03,587 DEBUG (0.000) UPDATE `actioncounters_testmodel` SET `boogs_total` = `actioncounters_testmodel`.`boogs_total` + -1 WHERE `actioncounters_testmodel`.`id` = 1 ; args=(-1, 1) | |
2013-02-28 14:07:03,589 DEBUG (0.000) SELECT `actioncounters_actioncounterunique`.`id`, `actioncounters_actioncounterunique`.`content_type_id`, `actioncounters_actioncounterunique`.`object_pk`, `actioncounters_actioncounterunique`.`name`, `actioncounters_actioncounterunique`.`total`, `actioncounters_actioncounterunique`.`ip`, `actioncounters_actioncounterunique`.`user_agent`, `actioncounters_actioncounterunique`.`user_id`, `actioncounters_actioncounterunique`.`unique_hash`, `actioncounters_actioncounterunique`.`modified` FROM `actioncounters_actioncounterunique` WHERE `actioncounters_actioncounterunique`.`unique_hash` = 'e992d128cfe820f850991671676299d9' ; args=('e992d128cfe820f850991671676299d9',) | |
2013-02-28 14:07:03,590 DEBUG (0.000) SELECT `django_content_type`.`id`, `django_content_type`.`name`, `django_content_type`.`app_label`, `django_content_type`.`model` FROM `django_content_type` WHERE `django_content_type`.`id` = 16 ; args=(16,) | |
2013-02-28 14:07:03,591 DEBUG (0.000) SELECT (1) AS `a` FROM `actioncounters_actioncounterunique` WHERE `actioncounters_actioncounterunique`.`id` = 6 LIMIT 1; args=(6,) | |
2013-02-28 14:07:03,593 DEBUG (0.001) UPDATE `actioncounters_actioncounterunique` SET `content_type_id` = 16, `object_pk` = '1', `name` = 'boogs', `total` = `actioncounters_actioncounterunique`.`total` + -1, `ip` = '192.168.123.160', `user_agent` = 'FakeBrowser 1.0', `user_id` = NULL, `unique_hash` = 'e992d128cfe820f850991671676299d9', `modified` = '2013-02-28 14:07:03' WHERE `actioncounters_actioncounterunique`.`id` = 6 ; args=(16, u'1', u'boogs', -1, u'192.168.123.160', u'FakeBrowser 1.0', 'e992d128cfe820f850991671676299d9', u'2013-02-28 14:07:03', 6) | |
2013-02-28 14:07:03,594 DEBUG (0.000) UPDATE `actioncounters_testmodel` SET `boogs_total` = `actioncounters_testmodel`.`boogs_total` + -1 WHERE `actioncounters_testmodel`.`id` = 1 ; args=(-1, 1) | |
2013-02-28 14:07:03,595 DEBUG (0.000) SELECT `actioncounters_actioncounterunique`.`id`, `actioncounters_actioncounterunique`.`content_type_id`, `actioncounters_actioncounterunique`.`object_pk`, `actioncounters_actioncounterunique`.`name`, `actioncounters_actioncounterunique`.`total`, `actioncounters_actioncounterunique`.`ip`, `actioncounters_actioncounterunique`.`user_agent`, `actioncounters_actioncounterunique`.`user_id`, `actioncounters_actioncounterunique`.`unique_hash`, `actioncounters_actioncounterunique`.`modified` FROM `actioncounters_actioncounterunique` WHERE `actioncounters_actioncounterunique`.`unique_hash` = 'e992d128cfe820f850991671676299d9' ; args=('e992d128cfe820f850991671676299d9',) | |
2013-02-28 14:07:03,597 DEBUG (0.000) SELECT `django_content_type`.`id`, `django_content_type`.`name`, `django_content_type`.`app_label`, `django_content_type`.`model` FROM `django_content_type` WHERE `django_content_type`.`id` = 16 ; args=(16,) | |
2013-02-28 14:07:03,598 DEBUG (0.000) SELECT (1) AS `a` FROM `actioncounters_actioncounterunique` WHERE `actioncounters_actioncounterunique`.`id` = 6 LIMIT 1; args=(6,) | |
2013-02-28 14:07:03,600 DEBUG (0.000) UPDATE `actioncounters_actioncounterunique` SET `content_type_id` = 16, `object_pk` = '1', `name` = 'boogs', `total` = `actioncounters_actioncounterunique`.`total` + -1, `ip` = '192.168.123.160', `user_agent` = 'FakeBrowser 1.0', `user_id` = NULL, `unique_hash` = 'e992d128cfe820f850991671676299d9', `modified` = '2013-02-28 14:07:03' WHERE `actioncounters_actioncounterunique`.`id` = 6 ; args=(16, u'1', u'boogs', -1, u'192.168.123.160', u'FakeBrowser 1.0', 'e992d128cfe820f850991671676299d9', u'2013-02-28 14:07:03', 6) | |
2013-02-28 14:07:03,602 DEBUG (0.000) UPDATE `actioncounters_testmodel` SET `boogs_total` = `actioncounters_testmodel`.`boogs_total` + -1 WHERE `actioncounters_testmodel`.`id` = 1 ; args=(-1, 1) | |
2013-02-28 14:07:03,603 DEBUG (0.000) SELECT `actioncounters_actioncounterunique`.`id`, `actioncounters_actioncounterunique`.`content_type_id`, `actioncounters_actioncounterunique`.`object_pk`, `actioncounters_actioncounterunique`.`name`, `actioncounters_actioncounterunique`.`total`, `actioncounters_actioncounterunique`.`ip`, `actioncounters_actioncounterunique`.`user_agent`, `actioncounters_actioncounterunique`.`user_id`, `actioncounters_actioncounterunique`.`unique_hash`, `actioncounters_actioncounterunique`.`modified` FROM `actioncounters_actioncounterunique` WHERE `actioncounters_actioncounterunique`.`unique_hash` = 'e992d128cfe820f850991671676299d9' ; args=('e992d128cfe820f850991671676299d9',) | |
2013-02-28 14:07:03,604 DEBUG (0.000) SELECT `django_content_type`.`id`, `django_content_type`.`name`, `django_content_type`.`app_label`, `django_content_type`.`model` FROM `django_content_type` WHERE `django_content_type`.`id` = 16 ; args=(16,) | |
2013-02-28 14:07:03,606 DEBUG (0.000) SELECT (1) AS `a` FROM `actioncounters_actioncounterunique` WHERE `actioncounters_actioncounterunique`.`id` = 6 LIMIT 1; args=(6,) | |
2013-02-28 14:07:03,607 DEBUG (0.000) UPDATE `actioncounters_actioncounterunique` SET `content_type_id` = 16, `object_pk` = '1', `name` = 'boogs', `total` = `actioncounters_actioncounterunique`.`total` + -1, `ip` = '192.168.123.160', `user_agent` = 'FakeBrowser 1.0', `user_id` = NULL, `unique_hash` = 'e992d128cfe820f850991671676299d9', `modified` = '2013-02-28 14:07:03' WHERE `actioncounters_actioncounterunique`.`id` = 6 ; args=(16, u'1', u'boogs', -1, u'192.168.123.160', u'FakeBrowser 1.0', 'e992d128cfe820f850991671676299d9', u'2013-02-28 14:07:03', 6) | |
2013-02-28 14:07:03,608 DEBUG (0.000) UPDATE `actioncounters_testmodel` SET `boogs_total` = `actioncounters_testmodel`.`boogs_total` + -1 WHERE `actioncounters_testmodel`.`id` = 1 ; args=(-1, 1) | |
2013-02-28 14:07:03,610 DEBUG (0.000) SELECT `actioncounters_actioncounterunique`.`id`, `actioncounters_actioncounterunique`.`content_type_id`, `actioncounters_actioncounterunique`.`object_pk`, `actioncounters_actioncounterunique`.`name`, `actioncounters_actioncounterunique`.`total`, `actioncounters_actioncounterunique`.`ip`, `actioncounters_actioncounterunique`.`user_agent`, `actioncounters_actioncounterunique`.`user_id`, `actioncounters_actioncounterunique`.`unique_hash`, `actioncounters_actioncounterunique`.`modified` FROM `actioncounters_actioncounterunique` WHERE `actioncounters_actioncounterunique`.`unique_hash` = 'e992d128cfe820f850991671676299d9' ; args=('e992d128cfe820f850991671676299d9',) | |
2013-02-28 14:07:03,611 DEBUG (0.000) DELETE FROM `actioncounters_actioncounterunique` WHERE `id` IN (6); args=(6,) | |
2013-02-28 14:07:03,612 DEBUG (0.000) UPDATE `actioncounters_testmodel` SET `boogs_total` = `actioncounters_testmodel`.`boogs_total` + -1 WHERE `actioncounters_testmodel`.`id` = 1 ; args=(-1, 1) | |
2013-02-28 14:07:03,613 DEBUG (0.000) SELECT `actioncounters_actioncounterunique`.`id`, `actioncounters_actioncounterunique`.`content_type_id`, `actioncounters_actioncounterunique`.`object_pk`, `actioncounters_actioncounterunique`.`name`, `actioncounters_actioncounterunique`.`total`, `actioncounters_actioncounterunique`.`ip`, `actioncounters_actioncounterunique`.`user_agent`, `actioncounters_actioncounterunique`.`user_id`, `actioncounters_actioncounterunique`.`unique_hash`, `actioncounters_actioncounterunique`.`modified` FROM `actioncounters_actioncounterunique` WHERE `actioncounters_actioncounterunique`.`unique_hash` = 'baa04dc73397e7bf43b8300c0404ba5c' ; args=('baa04dc73397e7bf43b8300c0404ba5c',) | |
2013-02-28 14:07:03,614 DEBUG (0.000) SAVEPOINT s140196843075328_x7; args=() | |
2013-02-28 14:07:03,615 DEBUG (0.000) INSERT INTO `actioncounters_actioncounterunique` (`content_type_id`, `object_pk`, `name`, `total`, `ip`, `user_agent`, `user_id`, `unique_hash`, `modified`) VALUES (16, '1', 'boogs', 0, NULL, NULL, 1, 'baa04dc73397e7bf43b8300c0404ba5c', '2013-02-28 14:07:03'); args=[16, u'1', 'boogs', 0, None, None, 1, 'baa04dc73397e7bf43b8300c0404ba5c', u'2013-02-28 14:07:03'] | |
2013-02-28 14:07:03,615 DEBUG (0.000) RELEASE SAVEPOINT s140196843075328_x7; args=() | |
2013-02-28 14:07:03,617 DEBUG (0.000) SELECT (1) AS `a` FROM `actioncounters_actioncounterunique` WHERE `actioncounters_actioncounterunique`.`id` = 7 LIMIT 1; args=(7,) | |
2013-02-28 14:07:03,618 DEBUG (0.000) UPDATE `actioncounters_actioncounterunique` SET `content_type_id` = 16, `object_pk` = '1', `name` = 'boogs', `total` = `actioncounters_actioncounterunique`.`total` + -1, `ip` = NULL, `user_agent` = NULL, `user_id` = 1, `unique_hash` = 'baa04dc73397e7bf43b8300c0404ba5c', `modified` = '2013-02-28 14:07:03' WHERE `actioncounters_actioncounterunique`.`id` = 7 ; args=(16, u'1', 'boogs', -1, 1, 'baa04dc73397e7bf43b8300c0404ba5c', u'2013-02-28 14:07:03', 7) | |
2013-02-28 14:07:03,619 DEBUG (0.000) UPDATE `actioncounters_testmodel` SET `boogs_total` = `actioncounters_testmodel`.`boogs_total` + -1 WHERE `actioncounters_testmodel`.`id` = 1 ; args=(-1, 1) | |
2013-02-28 14:07:03,621 DEBUG (0.000) SELECT `actioncounters_actioncounterunique`.`id`, `actioncounters_actioncounterunique`.`content_type_id`, `actioncounters_actioncounterunique`.`object_pk`, `actioncounters_actioncounterunique`.`name`, `actioncounters_actioncounterunique`.`total`, `actioncounters_actioncounterunique`.`ip`, `actioncounters_actioncounterunique`.`user_agent`, `actioncounters_actioncounterunique`.`user_id`, `actioncounters_actioncounterunique`.`unique_hash`, `actioncounters_actioncounterunique`.`modified` FROM `actioncounters_actioncounterunique` WHERE `actioncounters_actioncounterunique`.`unique_hash` = 'baa04dc73397e7bf43b8300c0404ba5c' ; args=('baa04dc73397e7bf43b8300c0404ba5c',) | |
2013-02-28 14:07:03,622 DEBUG (0.000) SELECT `actioncounters_actioncounterunique`.`id`, `actioncounters_actioncounterunique`.`content_type_id`, `actioncounters_actioncounterunique`.`object_pk`, `actioncounters_actioncounterunique`.`name`, `actioncounters_actioncounterunique`.`total`, `actioncounters_actioncounterunique`.`ip`, `actioncounters_actioncounterunique`.`user_agent`, `actioncounters_actioncounterunique`.`user_id`, `actioncounters_actioncounterunique`.`unique_hash`, `actioncounters_actioncounterunique`.`modified` FROM `actioncounters_actioncounterunique` WHERE `actioncounters_actioncounterunique`.`unique_hash` = 'baa04dc73397e7bf43b8300c0404ba5c' ; args=('baa04dc73397e7bf43b8300c0404ba5c',) | |
2013-02-28 14:07:03,623 DEBUG (0.000) SELECT `django_content_type`.`id`, `django_content_type`.`name`, `django_content_type`.`app_label`, `django_content_type`.`model` FROM `django_content_type` WHERE `django_content_type`.`id` = 16 ; args=(16,) | |
2013-02-28 14:07:03,625 DEBUG (0.000) SELECT `auth_user`.`id`, `auth_user`.`username`, `auth_user`.`first_name`, `auth_user`.`last_name`, `auth_user`.`email`, `auth_user`.`password`, `auth_user`.`is_staff`, `auth_user`.`is_active`, `auth_user`.`is_superuser`, `auth_user`.`last_login`, `auth_user`.`date_joined` FROM `auth_user` WHERE `auth_user`.`id` = 1 ; args=(1,) | |
2013-02-28 14:07:03,626 DEBUG (0.000) SELECT (1) AS `a` FROM `actioncounters_actioncounterunique` WHERE `actioncounters_actioncounterunique`.`id` = 7 LIMIT 1; args=(7,) | |
2013-02-28 14:07:03,628 DEBUG (0.000) UPDATE `actioncounters_actioncounterunique` SET `content_type_id` = 16, `object_pk` = '1', `name` = 'boogs', `total` = `actioncounters_actioncounterunique`.`total` + -1, `ip` = NULL, `user_agent` = NULL, `user_id` = 1, `unique_hash` = 'baa04dc73397e7bf43b8300c0404ba5c', `modified` = '2013-02-28 14:07:03' WHERE `actioncounters_actioncounterunique`.`id` = 7 ; args=(16, u'1', u'boogs', -1, 1, 'baa04dc73397e7bf43b8300c0404ba5c', u'2013-02-28 14:07:03', 7) | |
2013-02-28 14:07:03,629 DEBUG (0.000) UPDATE `actioncounters_testmodel` SET `boogs_total` = `actioncounters_testmodel`.`boogs_total` + -1 WHERE `actioncounters_testmodel`.`id` = 1 ; args=(-1, 1) | |
2013-02-28 14:07:03,630 DEBUG (0.000) SELECT `actioncounters_actioncounterunique`.`id`, `actioncounters_actioncounterunique`.`content_type_id`, `actioncounters_actioncounterunique`.`object_pk`, `actioncounters_actioncounterunique`.`name`, `actioncounters_actioncounterunique`.`total`, `actioncounters_actioncounterunique`.`ip`, `actioncounters_actioncounterunique`.`user_agent`, `actioncounters_actioncounterunique`.`user_id`, `actioncounters_actioncounterunique`.`unique_hash`, `actioncounters_actioncounterunique`.`modified` FROM `actioncounters_actioncounterunique` WHERE `actioncounters_actioncounterunique`.`unique_hash` = 'baa04dc73397e7bf43b8300c0404ba5c' ; args=('baa04dc73397e7bf43b8300c0404ba5c',) | |
2013-02-28 14:07:03,632 DEBUG (0.001) SELECT `actioncounters_actioncounterunique`.`id`, `actioncounters_actioncounterunique`.`content_type_id`, `actioncounters_actioncounterunique`.`object_pk`, `actioncounters_actioncounterunique`.`name`, `actioncounters_actioncounterunique`.`total`, `actioncounters_actioncounterunique`.`ip`, `actioncounters_actioncounterunique`.`user_agent`, `actioncounters_actioncounterunique`.`user_id`, `actioncounters_actioncounterunique`.`unique_hash`, `actioncounters_actioncounterunique`.`modified` FROM `actioncounters_actioncounterunique` WHERE `actioncounters_actioncounterunique`.`unique_hash` = 'baa04dc73397e7bf43b8300c0404ba5c' ; args=('baa04dc73397e7bf43b8300c0404ba5c',) | |
2013-02-28 14:07:03,634 DEBUG (0.000) SELECT `django_content_type`.`id`, `django_content_type`.`name`, `django_content_type`.`app_label`, `django_content_type`.`model` FROM `django_content_type` WHERE `django_content_type`.`id` = 16 ; args=(16,) | |
2013-02-28 14:07:03,635 DEBUG (0.000) SELECT `auth_user`.`id`, `auth_user`.`username`, `auth_user`.`first_name`, `auth_user`.`last_name`, `auth_user`.`email`, `auth_user`.`password`, `auth_user`.`is_staff`, `auth_user`.`is_active`, `auth_user`.`is_superuser`, `auth_user`.`last_login`, `auth_user`.`date_joined` FROM `auth_user` WHERE `auth_user`.`id` = 1 ; args=(1,) | |
2013-02-28 14:07:03,636 DEBUG (0.000) SELECT (1) AS `a` FROM `actioncounters_actioncounterunique` WHERE `actioncounters_actioncounterunique`.`id` = 7 LIMIT 1; args=(7,) | |
2013-02-28 14:07:03,638 DEBUG (0.000) UPDATE `actioncounters_actioncounterunique` SET `content_type_id` = 16, `object_pk` = '1', `name` = 'boogs', `total` = `actioncounters_actioncounterunique`.`total` + -1, `ip` = NULL, `user_agent` = NULL, `user_id` = 1, `unique_hash` = 'baa04dc73397e7bf43b8300c0404ba5c', `modified` = '2013-02-28 14:07:03' WHERE `actioncounters_actioncounterunique`.`id` = 7 ; args=(16, u'1', u'boogs', -1, 1, 'baa04dc73397e7bf43b8300c0404ba5c', u'2013-02-28 14:07:03', 7) | |
2013-02-28 14:07:03,639 DEBUG (0.000) UPDATE `actioncounters_testmodel` SET `boogs_total` = `actioncounters_testmodel`.`boogs_total` + -1 WHERE `actioncounters_testmodel`.`id` = 1 ; args=(-1, 1) | |
2013-02-28 14:07:03,640 DEBUG (0.000) SELECT `actioncounters_actioncounterunique`.`id`, `actioncounters_actioncounterunique`.`content_type_id`, `actioncounters_actioncounterunique`.`object_pk`, `actioncounters_actioncounterunique`.`name`, `actioncounters_actioncounterunique`.`total`, `actioncounters_actioncounterunique`.`ip`, `actioncounters_actioncounterunique`.`user_agent`, `actioncounters_actioncounterunique`.`user_id`, `actioncounters_actioncounterunique`.`unique_hash`, `actioncounters_actioncounterunique`.`modified` FROM `actioncounters_actioncounterunique` WHERE `actioncounters_actioncounterunique`.`unique_hash` = 'baa04dc73397e7bf43b8300c0404ba5c' ; args=('baa04dc73397e7bf43b8300c0404ba5c',) | |
2013-02-28 14:07:03,642 DEBUG (0.000) SELECT `actioncounters_actioncounterunique`.`id`, `actioncounters_actioncounterunique`.`content_type_id`, `actioncounters_actioncounterunique`.`object_pk`, `actioncounters_actioncounterunique`.`name`, `actioncounters_actioncounterunique`.`total`, `actioncounters_actioncounterunique`.`ip`, `actioncounters_actioncounterunique`.`user_agent`, `actioncounters_actioncounterunique`.`user_id`, `actioncounters_actioncounterunique`.`unique_hash`, `actioncounters_actioncounterunique`.`modified` FROM `actioncounters_actioncounterunique` WHERE `actioncounters_actioncounterunique`.`unique_hash` = 'baa04dc73397e7bf43b8300c0404ba5c' ; args=('baa04dc73397e7bf43b8300c0404ba5c',) | |
2013-02-28 14:07:03,643 DEBUG (0.000) SELECT `django_content_type`.`id`, `django_content_type`.`name`, `django_content_type`.`app_label`, `django_content_type`.`model` FROM `django_content_type` WHERE `django_content_type`.`id` = 16 ; args=(16,) | |
2013-02-28 14:07:03,644 DEBUG (0.000) SELECT `auth_user`.`id`, `auth_user`.`username`, `auth_user`.`first_name`, `auth_user`.`last_name`, `auth_user`.`email`, `auth_user`.`password`, `auth_user`.`is_staff`, `auth_user`.`is_active`, `auth_user`.`is_superuser`, `auth_user`.`last_login`, `auth_user`.`date_joined` FROM `auth_user` WHERE `auth_user`.`id` = 1 ; args=(1,) | |
2013-02-28 14:07:03,646 DEBUG (0.000) SELECT (1) AS `a` FROM `actioncounters_actioncounterunique` WHERE `actioncounters_actioncounterunique`.`id` = 7 LIMIT 1; args=(7,) | |
2013-02-28 14:07:03,647 DEBUG (0.000) UPDATE `actioncounters_actioncounterunique` SET `content_type_id` = 16, `object_pk` = '1', `name` = 'boogs', `total` = `actioncounters_actioncounterunique`.`total` + -1, `ip` = NULL, `user_agent` = NULL, `user_id` = 1, `unique_hash` = 'baa04dc73397e7bf43b8300c0404ba5c', `modified` = '2013-02-28 14:07:03' WHERE `actioncounters_actioncounterunique`.`id` = 7 ; args=(16, u'1', u'boogs', -1, 1, 'baa04dc73397e7bf43b8300c0404ba5c', u'2013-02-28 14:07:03', 7) | |
2013-02-28 14:07:03,648 DEBUG (0.000) UPDATE `actioncounters_testmodel` SET `boogs_total` = `actioncounters_testmodel`.`boogs_total` + -1 WHERE `actioncounters_testmodel`.`id` = 1 ; args=(-1, 1) | |
2013-02-28 14:07:03,650 DEBUG (0.000) SELECT `actioncounters_actioncounterunique`.`id`, `actioncounters_actioncounterunique`.`content_type_id`, `actioncounters_actioncounterunique`.`object_pk`, `actioncounters_actioncounterunique`.`name`, `actioncounters_actioncounterunique`.`total`, `actioncounters_actioncounterunique`.`ip`, `actioncounters_actioncounterunique`.`user_agent`, `actioncounters_actioncounterunique`.`user_id`, `actioncounters_actioncounterunique`.`unique_hash`, `actioncounters_actioncounterunique`.`modified` FROM `actioncounters_actioncounterunique` WHERE `actioncounters_actioncounterunique`.`unique_hash` = 'baa04dc73397e7bf43b8300c0404ba5c' ; args=('baa04dc73397e7bf43b8300c0404ba5c',) | |
2013-02-28 14:07:03,652 DEBUG (0.000) SELECT `actioncounters_actioncounterunique`.`id`, `actioncounters_actioncounterunique`.`content_type_id`, `actioncounters_actioncounterunique`.`object_pk`, `actioncounters_actioncounterunique`.`name`, `actioncounters_actioncounterunique`.`total`, `actioncounters_actioncounterunique`.`ip`, `actioncounters_actioncounterunique`.`user_agent`, `actioncounters_actioncounterunique`.`user_id`, `actioncounters_actioncounterunique`.`unique_hash`, `actioncounters_actioncounterunique`.`modified` FROM `actioncounters_actioncounterunique` WHERE `actioncounters_actioncounterunique`.`unique_hash` = 'baa04dc73397e7bf43b8300c0404ba5c' ; args=('baa04dc73397e7bf43b8300c0404ba5c',) | |
2013-02-28 14:07:03,653 DEBUG (0.000) SELECT `django_content_type`.`id`, `django_content_type`.`name`, `django_content_type`.`app_label`, `django_content_type`.`model` FROM `django_content_type` WHERE `django_content_type`.`id` = 16 ; args=(16,) | |
2013-02-28 14:07:03,654 DEBUG (0.001) SELECT `auth_user`.`id`, `auth_user`.`username`, `auth_user`.`first_name`, `auth_user`.`last_name`, `auth_user`.`email`, `auth_user`.`password`, `auth_user`.`is_staff`, `auth_user`.`is_active`, `auth_user`.`is_superuser`, `auth_user`.`last_login`, `auth_user`.`date_joined` FROM `auth_user` WHERE `auth_user`.`id` = 1 ; args=(1,) | |
2013-02-28 14:07:03,656 DEBUG (0.000) SELECT (1) AS `a` FROM `actioncounters_actioncounterunique` WHERE `actioncounters_actioncounterunique`.`id` = 7 LIMIT 1; args=(7,) | |
2013-02-28 14:07:03,658 DEBUG (0.000) UPDATE `actioncounters_actioncounterunique` SET `content_type_id` = 16, `object_pk` = '1', `name` = 'boogs', `total` = `actioncounters_actioncounterunique`.`total` + -1, `ip` = NULL, `user_agent` = NULL, `user_id` = 1, `unique_hash` = 'baa04dc73397e7bf43b8300c0404ba5c', `modified` = '2013-02-28 14:07:03' WHERE `actioncounters_actioncounterunique`.`id` = 7 ; args=(16, u'1', u'boogs', -1, 1, 'baa04dc73397e7bf43b8300c0404ba5c', u'2013-02-28 14:07:03', 7) | |
2013-02-28 14:07:03,659 DEBUG (0.000) UPDATE `actioncounters_testmodel` SET `boogs_total` = `actioncounters_testmodel`.`boogs_total` + -1 WHERE `actioncounters_testmodel`.`id` = 1 ; args=(-1, 1) | |
2013-02-28 14:07:03,660 DEBUG (0.001) SELECT `actioncounters_actioncounterunique`.`id`, `actioncounters_actioncounterunique`.`content_type_id`, `actioncounters_actioncounterunique`.`object_pk`, `actioncounters_actioncounterunique`.`name`, `actioncounters_actioncounterunique`.`total`, `actioncounters_actioncounterunique`.`ip`, `actioncounters_actioncounterunique`.`user_agent`, `actioncounters_actioncounterunique`.`user_id`, `actioncounters_actioncounterunique`.`unique_hash`, `actioncounters_actioncounterunique`.`modified` FROM `actioncounters_actioncounterunique` WHERE `actioncounters_actioncounterunique`.`unique_hash` = 'baa04dc73397e7bf43b8300c0404ba5c' ; args=('baa04dc73397e7bf43b8300c0404ba5c',) | |
2013-02-28 14:07:03,662 DEBUG (0.001) SELECT `actioncounters_actioncounterunique`.`id`, `actioncounters_actioncounterunique`.`content_type_id`, `actioncounters_actioncounterunique`.`object_pk`, `actioncounters_actioncounterunique`.`name`, `actioncounters_actioncounterunique`.`total`, `actioncounters_actioncounterunique`.`ip`, `actioncounters_actioncounterunique`.`user_agent`, `actioncounters_actioncounterunique`.`user_id`, `actioncounters_actioncounterunique`.`unique_hash`, `actioncounters_actioncounterunique`.`modified` FROM `actioncounters_actioncounterunique` WHERE `actioncounters_actioncounterunique`.`unique_hash` = 'baa04dc73397e7bf43b8300c0404ba5c' ; args=('baa04dc73397e7bf43b8300c0404ba5c',) | |
2013-02-28 14:07:03,664 DEBUG (0.001) SELECT `actioncounters_actioncounterunique`.`id`, `actioncounters_actioncounterunique`.`content_type_id`, `actioncounters_actioncounterunique`.`object_pk`, `actioncounters_actioncounterunique`.`name`, `actioncounters_actioncounterunique`.`total`, `actioncounters_actioncounterunique`.`ip`, `actioncounters_actioncounterunique`.`user_agent`, `actioncounters_actioncounterunique`.`user_id`, `actioncounters_actioncounterunique`.`unique_hash`, `actioncounters_actioncounterunique`.`modified` FROM `actioncounters_actioncounterunique` WHERE `actioncounters_actioncounterunique`.`unique_hash` = 'baa04dc73397e7bf43b8300c0404ba5c' ; args=('baa04dc73397e7bf43b8300c0404ba5c',) | |
2013-02-28 14:07:03,666 DEBUG (0.000) SELECT `actioncounters_actioncounterunique`.`id`, `actioncounters_actioncounterunique`.`content_type_id`, `actioncounters_actioncounterunique`.`object_pk`, `actioncounters_actioncounterunique`.`name`, `actioncounters_actioncounterunique`.`total`, `actioncounters_actioncounterunique`.`ip`, `actioncounters_actioncounterunique`.`user_agent`, `actioncounters_actioncounterunique`.`user_id`, `actioncounters_actioncounterunique`.`unique_hash`, `actioncounters_actioncounterunique`.`modified` FROM `actioncounters_actioncounterunique` WHERE `actioncounters_actioncounterunique`.`unique_hash` = 'baa04dc73397e7bf43b8300c0404ba5c' ; args=('baa04dc73397e7bf43b8300c0404ba5c',) | |
2013-02-28 14:07:03,667 DEBUG (0.000) SELECT `actioncounters_actioncounterunique`.`id`, `actioncounters_actioncounterunique`.`content_type_id`, `actioncounters_actioncounterunique`.`object_pk`, `actioncounters_actioncounterunique`.`name`, `actioncounters_actioncounterunique`.`total`, `actioncounters_actioncounterunique`.`ip`, `actioncounters_actioncounterunique`.`user_agent`, `actioncounters_actioncounterunique`.`user_id`, `actioncounters_actioncounterunique`.`unique_hash`, `actioncounters_actioncounterunique`.`modified` FROM `actioncounters_actioncounterunique` WHERE `actioncounters_actioncounterunique`.`unique_hash` = '339817738f1de7184ca557c76fd24728' ; args=('339817738f1de7184ca557c76fd24728',) | |
2013-02-28 14:07:03,668 DEBUG (0.000) SAVEPOINT s140196843075328_x8; args=() | |
2013-02-28 14:07:03,669 DEBUG (0.000) INSERT INTO `actioncounters_actioncounterunique` (`content_type_id`, `object_pk`, `name`, `total`, `ip`, `user_agent`, `user_id`, `unique_hash`, `modified`) VALUES (16, '1', 'boogs', 0, NULL, NULL, 2, '339817738f1de7184ca557c76fd24728', '2013-02-28 14:07:03'); args=[16, u'1', 'boogs', 0, None, None, 2, '339817738f1de7184ca557c76fd24728', u'2013-02-28 14:07:03'] | |
2013-02-28 14:07:03,670 DEBUG (0.000) RELEASE SAVEPOINT s140196843075328_x8; args=() | |
2013-02-28 14:07:03,671 DEBUG (0.000) SELECT (1) AS `a` FROM `actioncounters_actioncounterunique` WHERE `actioncounters_actioncounterunique`.`id` = 8 LIMIT 1; args=(8,) | |
2013-02-28 14:07:03,672 DEBUG (0.000) UPDATE `actioncounters_actioncounterunique` SET `content_type_id` = 16, `object_pk` = '1', `name` = 'boogs', `total` = `actioncounters_actioncounterunique`.`total` + -1, `ip` = NULL, `user_agent` = NULL, `user_id` = 2, `unique_hash` = '339817738f1de7184ca557c76fd24728', `modified` = '2013-02-28 14:07:03' WHERE `actioncounters_actioncounterunique`.`id` = 8 ; args=(16, u'1', 'boogs', -1, 2, '339817738f1de7184ca557c76fd24728', u'2013-02-28 14:07:03', 8) | |
2013-02-28 14:07:03,673 DEBUG (0.000) UPDATE `actioncounters_testmodel` SET `boogs_total` = `actioncounters_testmodel`.`boogs_total` + -1 WHERE `actioncounters_testmodel`.`id` = 1 ; args=(-1, 1) | |
2013-02-28 14:07:03,675 DEBUG (0.000) SELECT `actioncounters_actioncounterunique`.`id`, `actioncounters_actioncounterunique`.`content_type_id`, `actioncounters_actioncounterunique`.`object_pk`, `actioncounters_actioncounterunique`.`name`, `actioncounters_actioncounterunique`.`total`, `actioncounters_actioncounterunique`.`ip`, `actioncounters_actioncounterunique`.`user_agent`, `actioncounters_actioncounterunique`.`user_id`, `actioncounters_actioncounterunique`.`unique_hash`, `actioncounters_actioncounterunique`.`modified` FROM `actioncounters_actioncounterunique` WHERE `actioncounters_actioncounterunique`.`unique_hash` = '339817738f1de7184ca557c76fd24728' ; args=('339817738f1de7184ca557c76fd24728',) | |
2013-02-28 14:07:03,676 DEBUG (0.000) SELECT `actioncounters_actioncounterunique`.`id`, `actioncounters_actioncounterunique`.`content_type_id`, `actioncounters_actioncounterunique`.`object_pk`, `actioncounters_actioncounterunique`.`name`, `actioncounters_actioncounterunique`.`total`, `actioncounters_actioncounterunique`.`ip`, `actioncounters_actioncounterunique`.`user_agent`, `actioncounters_actioncounterunique`.`user_id`, `actioncounters_actioncounterunique`.`unique_hash`, `actioncounters_actioncounterunique`.`modified` FROM `actioncounters_actioncounterunique` WHERE `actioncounters_actioncounterunique`.`unique_hash` = '339817738f1de7184ca557c76fd24728' ; args=('339817738f1de7184ca557c76fd24728',) | |
2013-02-28 14:07:03,678 DEBUG (0.000) SELECT `django_content_type`.`id`, `django_content_type`.`name`, `django_content_type`.`app_label`, `django_content_type`.`model` FROM `django_content_type` WHERE `django_content_type`.`id` = 16 ; args=(16,) | |
2013-02-28 14:07:03,679 DEBUG (0.000) SELECT `auth_user`.`id`, `auth_user`.`username`, `auth_user`.`first_name`, `auth_user`.`last_name`, `auth_user`.`email`, `auth_user`.`password`, `auth_user`.`is_staff`, `auth_user`.`is_active`, `auth_user`.`is_superuser`, `auth_user`.`last_login`, `auth_user`.`date_joined` FROM `auth_user` WHERE `auth_user`.`id` = 2 ; args=(2,) | |
2013-02-28 14:07:03,680 DEBUG (0.000) SELECT (1) AS `a` FROM `actioncounters_actioncounterunique` WHERE `actioncounters_actioncounterunique`.`id` = 8 LIMIT 1; args=(8,) | |
2013-02-28 14:07:03,682 DEBUG (0.000) UPDATE `actioncounters_actioncounterunique` SET `content_type_id` = 16, `object_pk` = '1', `name` = 'boogs', `total` = `actioncounters_actioncounterunique`.`total` + -1, `ip` = NULL, `user_agent` = NULL, `user_id` = 2, `unique_hash` = '339817738f1de7184ca557c76fd24728', `modified` = '2013-02-28 14:07:03' WHERE `actioncounters_actioncounterunique`.`id` = 8 ; args=(16, u'1', u'boogs', -1, 2, '339817738f1de7184ca557c76fd24728', u'2013-02-28 14:07:03', 8) | |
2013-02-28 14:07:03,683 DEBUG (0.000) UPDATE `actioncounters_testmodel` SET `boogs_total` = `actioncounters_testmodel`.`boogs_total` + -1 WHERE `actioncounters_testmodel`.`id` = 1 ; args=(-1, 1) | |
2013-02-28 14:07:03,684 DEBUG (0.001) SELECT `actioncounters_actioncounterunique`.`id`, `actioncounters_actioncounterunique`.`content_type_id`, `actioncounters_actioncounterunique`.`object_pk`, `actioncounters_actioncounterunique`.`name`, `actioncounters_actioncounterunique`.`total`, `actioncounters_actioncounterunique`.`ip`, `actioncounters_actioncounterunique`.`user_agent`, `actioncounters_actioncounterunique`.`user_id`, `actioncounters_actioncounterunique`.`unique_hash`, `actioncounters_actioncounterunique`.`modified` FROM `actioncounters_actioncounterunique` WHERE `actioncounters_actioncounterunique`.`unique_hash` = '339817738f1de7184ca557c76fd24728' ; args=('339817738f1de7184ca557c76fd24728',) | |
2013-02-28 14:07:03,686 DEBUG (0.000) SELECT `actioncounters_actioncounterunique`.`id`, `actioncounters_actioncounterunique`.`content_type_id`, `actioncounters_actioncounterunique`.`object_pk`, `actioncounters_actioncounterunique`.`name`, `actioncounters_actioncounterunique`.`total`, `actioncounters_actioncounterunique`.`ip`, `actioncounters_actioncounterunique`.`user_agent`, `actioncounters_actioncounterunique`.`user_id`, `actioncounters_actioncounterunique`.`unique_hash`, `actioncounters_actioncounterunique`.`modified` FROM `actioncounters_actioncounterunique` WHERE `actioncounters_actioncounterunique`.`unique_hash` = '339817738f1de7184ca557c76fd24728' ; args=('339817738f1de7184ca557c76fd24728',) | |
2013-02-28 14:07:03,687 DEBUG (0.000) SELECT `django_content_type`.`id`, `django_content_type`.`name`, `django_content_type`.`app_label`, `django_content_type`.`model` FROM `django_content_type` WHERE `django_content_type`.`id` = 16 ; args=(16,) | |
2013-02-28 14:07:03,688 DEBUG (0.000) SELECT `auth_user`.`id`, `auth_user`.`username`, `auth_user`.`first_name`, `auth_user`.`last_name`, `auth_user`.`email`, `auth_user`.`password`, `auth_user`.`is_staff`, `auth_user`.`is_active`, `auth_user`.`is_superuser`, `auth_user`.`last_login`, `auth_user`.`date_joined` FROM `auth_user` WHERE `auth_user`.`id` = 2 ; args=(2,) | |
2013-02-28 14:07:03,690 DEBUG (0.000) SELECT (1) AS `a` FROM `actioncounters_actioncounterunique` WHERE `actioncounters_actioncounterunique`.`id` = 8 LIMIT 1; args=(8,) | |
2013-02-28 14:07:03,691 DEBUG (0.000) UPDATE `actioncounters_actioncounterunique` SET `content_type_id` = 16, `object_pk` = '1', `name` = 'boogs', `total` = `actioncounters_actioncounterunique`.`total` + -1, `ip` = NULL, `user_agent` = NULL, `user_id` = 2, `unique_hash` = '339817738f1de7184ca557c76fd24728', `modified` = '2013-02-28 14:07:03' WHERE `actioncounters_actioncounterunique`.`id` = 8 ; args=(16, u'1', u'boogs', -1, 2, '339817738f1de7184ca557c76fd24728', u'2013-02-28 14:07:03', 8) | |
2013-02-28 14:07:03,692 DEBUG (0.000) UPDATE `actioncounters_testmodel` SET `boogs_total` = `actioncounters_testmodel`.`boogs_total` + -1 WHERE `actioncounters_testmodel`.`id` = 1 ; args=(-1, 1) | |
2013-02-28 14:07:03,694 DEBUG (0.000) SELECT `actioncounters_actioncounterunique`.`id`, `actioncounters_actioncounterunique`.`content_type_id`, `actioncounters_actioncounterunique`.`object_pk`, `actioncounters_actioncounterunique`.`name`, `actioncounters_actioncounterunique`.`total`, `actioncounters_actioncounterunique`.`ip`, `actioncounters_actioncounterunique`.`user_agent`, `actioncounters_actioncounterunique`.`user_id`, `actioncounters_actioncounterunique`.`unique_hash`, `actioncounters_actioncounterunique`.`modified` FROM `actioncounters_actioncounterunique` WHERE `actioncounters_actioncounterunique`.`unique_hash` = '339817738f1de7184ca557c76fd24728' ; args=('339817738f1de7184ca557c76fd24728',) | |
2013-02-28 14:07:03,695 DEBUG (0.000) SELECT `actioncounters_actioncounterunique`.`id`, `actioncounters_actioncounterunique`.`content_type_id`, `actioncounters_actioncounterunique`.`object_pk`, `actioncounters_actioncounterunique`.`name`, `actioncounters_actioncounterunique`.`total`, `actioncounters_actioncounterunique`.`ip`, `actioncounters_actioncounterunique`.`user_agent`, `actioncounters_actioncounterunique`.`user_id`, `actioncounters_actioncounterunique`.`unique_hash`, `actioncounters_actioncounterunique`.`modified` FROM `actioncounters_actioncounterunique` WHERE `actioncounters_actioncounterunique`.`unique_hash` = '339817738f1de7184ca557c76fd24728' ; args=('339817738f1de7184ca557c76fd24728',) | |
2013-02-28 14:07:03,696 DEBUG (0.000) SELECT `django_content_type`.`id`, `django_content_type`.`name`, `django_content_type`.`app_label`, `django_content_type`.`model` FROM `django_content_type` WHERE `django_content_type`.`id` = 16 ; args=(16,) | |
2013-02-28 14:07:03,698 DEBUG (0.000) SELECT `auth_user`.`id`, `auth_user`.`username`, `auth_user`.`first_name`, `auth_user`.`last_name`, `auth_user`.`email`, `auth_user`.`password`, `auth_user`.`is_staff`, `auth_user`.`is_active`, `auth_user`.`is_superuser`, `auth_user`.`last_login`, `auth_user`.`date_joined` FROM `auth_user` WHERE `auth_user`.`id` = 2 ; args=(2,) | |
2013-02-28 14:07:03,699 DEBUG (0.000) SELECT (1) AS `a` FROM `actioncounters_actioncounterunique` WHERE `actioncounters_actioncounterunique`.`id` = 8 LIMIT 1; args=(8,) | |
2013-02-28 14:07:03,700 DEBUG (0.000) UPDATE `actioncounters_actioncounterunique` SET `content_type_id` = 16, `object_pk` = '1', `name` = 'boogs', `total` = `actioncounters_actioncounterunique`.`total` + -1, `ip` = NULL, `user_agent` = NULL, `user_id` = 2, `unique_hash` = '339817738f1de7184ca557c76fd24728', `modified` = '2013-02-28 14:07:03' WHERE `actioncounters_actioncounterunique`.`id` = 8 ; args=(16, u'1', u'boogs', -1, 2, '339817738f1de7184ca557c76fd24728', u'2013-02-28 14:07:03', 8) | |
2013-02-28 14:07:03,701 DEBUG (0.000) UPDATE `actioncounters_testmodel` SET `boogs_total` = `actioncounters_testmodel`.`boogs_total` + -1 WHERE `actioncounters_testmodel`.`id` = 1 ; args=(-1, 1) | |
2013-02-28 14:07:03,703 DEBUG (0.000) SELECT `actioncounters_actioncounterunique`.`id`, `actioncounters_actioncounterunique`.`content_type_id`, `actioncounters_actioncounterunique`.`object_pk`, `actioncounters_actioncounterunique`.`name`, `actioncounters_actioncounterunique`.`total`, `actioncounters_actioncounterunique`.`ip`, `actioncounters_actioncounterunique`.`user_agent`, `actioncounters_actioncounterunique`.`user_id`, `actioncounters_actioncounterunique`.`unique_hash`, `actioncounters_actioncounterunique`.`modified` FROM `actioncounters_actioncounterunique` WHERE `actioncounters_actioncounterunique`.`unique_hash` = '339817738f1de7184ca557c76fd24728' ; args=('339817738f1de7184ca557c76fd24728',) | |
2013-02-28 14:07:03,704 DEBUG (0.000) SELECT `actioncounters_actioncounterunique`.`id`, `actioncounters_actioncounterunique`.`content_type_id`, `actioncounters_actioncounterunique`.`object_pk`, `actioncounters_actioncounterunique`.`name`, `actioncounters_actioncounterunique`.`total`, `actioncounters_actioncounterunique`.`ip`, `actioncounters_actioncounterunique`.`user_agent`, `actioncounters_actioncounterunique`.`user_id`, `actioncounters_actioncounterunique`.`unique_hash`, `actioncounters_actioncounterunique`.`modified` FROM `actioncounters_actioncounterunique` WHERE `actioncounters_actioncounterunique`.`unique_hash` = '339817738f1de7184ca557c76fd24728' ; args=('339817738f1de7184ca557c76fd24728',) | |
2013-02-28 14:07:03,705 DEBUG (0.000) SELECT `django_content_type`.`id`, `django_content_type`.`name`, `django_content_type`.`app_label`, `django_content_type`.`model` FROM `django_content_type` WHERE `django_content_type`.`id` = 16 ; args=(16,) | |
2013-02-28 14:07:03,707 DEBUG (0.000) SELECT `auth_user`.`id`, `auth_user`.`username`, `auth_user`.`first_name`, `auth_user`.`last_name`, `auth_user`.`email`, `auth_user`.`password`, `auth_user`.`is_staff`, `auth_user`.`is_active`, `auth_user`.`is_superuser`, `auth_user`.`last_login`, `auth_user`.`date_joined` FROM `auth_user` WHERE `auth_user`.`id` = 2 ; args=(2,) | |
2013-02-28 14:07:03,708 DEBUG (0.000) SELECT (1) AS `a` FROM `actioncounters_actioncounterunique` WHERE `actioncounters_actioncounterunique`.`id` = 8 LIMIT 1; args=(8,) | |
2013-02-28 14:07:03,709 DEBUG (0.000) UPDATE `actioncounters_actioncounterunique` SET `content_type_id` = 16, `object_pk` = '1', `name` = 'boogs', `total` = `actioncounters_actioncounterunique`.`total` + -1, `ip` = NULL, `user_agent` = NULL, `user_id` = 2, `unique_hash` = '339817738f1de7184ca557c76fd24728', `modified` = '2013-02-28 14:07:03' WHERE `actioncounters_actioncounterunique`.`id` = 8 ; args=(16, u'1', u'boogs', -1, 2, '339817738f1de7184ca557c76fd24728', u'2013-02-28 14:07:03', 8) | |
2013-02-28 14:07:03,711 DEBUG (0.000) UPDATE `actioncounters_testmodel` SET `boogs_total` = `actioncounters_testmodel`.`boogs_total` + -1 WHERE `actioncounters_testmodel`.`id` = 1 ; args=(-1, 1) | |
2013-02-28 14:07:03,712 DEBUG (0.000) SELECT `actioncounters_actioncounterunique`.`id`, `actioncounters_actioncounterunique`.`content_type_id`, `actioncounters_actioncounterunique`.`object_pk`, `actioncounters_actioncounterunique`.`name`, `actioncounters_actioncounterunique`.`total`, `actioncounters_actioncounterunique`.`ip`, `actioncounters_actioncounterunique`.`user_agent`, `actioncounters_actioncounterunique`.`user_id`, `actioncounters_actioncounterunique`.`unique_hash`, `actioncounters_actioncounterunique`.`modified` FROM `actioncounters_actioncounterunique` WHERE `actioncounters_actioncounterunique`.`unique_hash` = '339817738f1de7184ca557c76fd24728' ; args=('339817738f1de7184ca557c76fd24728',) | |
2013-02-28 14:07:03,713 DEBUG (0.000) SELECT `actioncounters_actioncounterunique`.`id`, `actioncounters_actioncounterunique`.`content_type_id`, `actioncounters_actioncounterunique`.`object_pk`, `actioncounters_actioncounterunique`.`name`, `actioncounters_actioncounterunique`.`total`, `actioncounters_actioncounterunique`.`ip`, `actioncounters_actioncounterunique`.`user_agent`, `actioncounters_actioncounterunique`.`user_id`, `actioncounters_actioncounterunique`.`unique_hash`, `actioncounters_actioncounterunique`.`modified` FROM `actioncounters_actioncounterunique` WHERE `actioncounters_actioncounterunique`.`unique_hash` = '339817738f1de7184ca557c76fd24728' ; args=('339817738f1de7184ca557c76fd24728',) | |
2013-02-28 14:07:03,715 DEBUG (0.000) SELECT `actioncounters_actioncounterunique`.`id`, `actioncounters_actioncounterunique`.`content_type_id`, `actioncounters_actioncounterunique`.`object_pk`, `actioncounters_actioncounterunique`.`name`, `actioncounters_actioncounterunique`.`total`, `actioncounters_actioncounterunique`.`ip`, `actioncounters_actioncounterunique`.`user_agent`, `actioncounters_actioncounterunique`.`user_id`, `actioncounters_actioncounterunique`.`unique_hash`, `actioncounters_actioncounterunique`.`modified` FROM `actioncounters_actioncounterunique` WHERE `actioncounters_actioncounterunique`.`unique_hash` = '339817738f1de7184ca557c76fd24728' ; args=('339817738f1de7184ca557c76fd24728',) | |
2013-02-28 14:07:03,716 DEBUG (0.000) SELECT `actioncounters_actioncounterunique`.`id`, `actioncounters_actioncounterunique`.`content_type_id`, `actioncounters_actioncounterunique`.`object_pk`, `actioncounters_actioncounterunique`.`name`, `actioncounters_actioncounterunique`.`total`, `actioncounters_actioncounterunique`.`ip`, `actioncounters_actioncounterunique`.`user_agent`, `actioncounters_actioncounterunique`.`user_id`, `actioncounters_actioncounterunique`.`unique_hash`, `actioncounters_actioncounterunique`.`modified` FROM `actioncounters_actioncounterunique` WHERE `actioncounters_actioncounterunique`.`unique_hash` = '339817738f1de7184ca557c76fd24728' ; args=('339817738f1de7184ca557c76fd24728',) | |
2013-02-28 14:07:03,718 DEBUG (0.000) SELECT `actioncounters_actioncounterunique`.`id`, `actioncounters_actioncounterunique`.`content_type_id`, `actioncounters_actioncounterunique`.`object_pk`, `actioncounters_actioncounterunique`.`name`, `actioncounters_actioncounterunique`.`total`, `actioncounters_actioncounterunique`.`ip`, `actioncounters_actioncounterunique`.`user_agent`, `actioncounters_actioncounterunique`.`user_id`, `actioncounters_actioncounterunique`.`unique_hash`, `actioncounters_actioncounterunique`.`modified` FROM `actioncounters_actioncounterunique` WHERE `actioncounters_actioncounterunique`.`unique_hash` = 'f7b0326fc5e6b029b33774da93acd1e5' ; args=('f7b0326fc5e6b029b33774da93acd1e5',) | |
2013-02-28 14:07:03,718 DEBUG (0.000) SAVEPOINT s140196843075328_x9; args=() | |
2013-02-28 14:07:03,719 DEBUG (0.000) INSERT INTO `actioncounters_actioncounterunique` (`content_type_id`, `object_pk`, `name`, `total`, `ip`, `user_agent`, `user_id`, `unique_hash`, `modified`) VALUES (16, '1', 'boogs', 0, '192.168.123.123', 'FakeBrowser 1.0', NULL, 'f7b0326fc5e6b029b33774da93acd1e5', '2013-02-28 14:07:03'); args=[16, u'1', 'boogs', 0, '192.168.123.123', u'FakeBrowser 1.0', None, 'f7b0326fc5e6b029b33774da93acd1e5', u'2013-02-28 14:07:03'] | |
2013-02-28 14:07:03,720 DEBUG (0.000) RELEASE SAVEPOINT s140196843075328_x9; args=() | |
2013-02-28 14:07:03,721 DEBUG (0.000) SELECT (1) AS `a` FROM `actioncounters_actioncounterunique` WHERE `actioncounters_actioncounterunique`.`id` = 9 LIMIT 1; args=(9,) | |
2013-02-28 14:07:03,723 DEBUG (0.000) UPDATE `actioncounters_actioncounterunique` SET `content_type_id` = 16, `object_pk` = '1', `name` = 'boogs', `total` = `actioncounters_actioncounterunique`.`total` + -1, `ip` = '192.168.123.123', `user_agent` = 'FakeBrowser 1.0', `user_id` = NULL, `unique_hash` = 'f7b0326fc5e6b029b33774da93acd1e5', `modified` = '2013-02-28 14:07:03' WHERE `actioncounters_actioncounterunique`.`id` = 9 ; args=(16, u'1', 'boogs', -1, '192.168.123.123', u'FakeBrowser 1.0', 'f7b0326fc5e6b029b33774da93acd1e5', u'2013-02-28 14:07:03', 9) | |
2013-02-28 14:07:03,724 DEBUG (0.001) UPDATE `actioncounters_testmodel` SET `boogs_total` = `actioncounters_testmodel`.`boogs_total` + -1 WHERE `actioncounters_testmodel`.`id` = 1 ; args=(-1, 1) | |
2013-02-28 14:07:03,726 DEBUG (0.000) SELECT `actioncounters_actioncounterunique`.`id`, `actioncounters_actioncounterunique`.`content_type_id`, `actioncounters_actioncounterunique`.`object_pk`, `actioncounters_actioncounterunique`.`name`, `actioncounters_actioncounterunique`.`total`, `actioncounters_actioncounterunique`.`ip`, `actioncounters_actioncounterunique`.`user_agent`, `actioncounters_actioncounterunique`.`user_id`, `actioncounters_actioncounterunique`.`unique_hash`, `actioncounters_actioncounterunique`.`modified` FROM `actioncounters_actioncounterunique` WHERE `actioncounters_actioncounterunique`.`unique_hash` = 'f7b0326fc5e6b029b33774da93acd1e5' ; args=('f7b0326fc5e6b029b33774da93acd1e5',) | |
2013-02-28 14:07:03,727 DEBUG (0.000) SELECT `actioncounters_actioncounterunique`.`id`, `actioncounters_actioncounterunique`.`content_type_id`, `actioncounters_actioncounterunique`.`object_pk`, `actioncounters_actioncounterunique`.`name`, `actioncounters_actioncounterunique`.`total`, `actioncounters_actioncounterunique`.`ip`, `actioncounters_actioncounterunique`.`user_agent`, `actioncounters_actioncounterunique`.`user_id`, `actioncounters_actioncounterunique`.`unique_hash`, `actioncounters_actioncounterunique`.`modified` FROM `actioncounters_actioncounterunique` WHERE `actioncounters_actioncounterunique`.`unique_hash` = 'f7b0326fc5e6b029b33774da93acd1e5' ; args=('f7b0326fc5e6b029b33774da93acd1e5',) | |
2013-02-28 14:07:03,729 DEBUG (0.000) SELECT `django_content_type`.`id`, `django_content_type`.`name`, `django_content_type`.`app_label`, `django_content_type`.`model` FROM `django_content_type` WHERE `django_content_type`.`id` = 16 ; args=(16,) | |
2013-02-28 14:07:03,730 DEBUG (0.000) SELECT (1) AS `a` FROM `actioncounters_actioncounterunique` WHERE `actioncounters_actioncounterunique`.`id` = 9 LIMIT 1; args=(9,) | |
2013-02-28 14:07:03,731 DEBUG (0.000) UPDATE `actioncounters_actioncounterunique` SET `content_type_id` = 16, `object_pk` = '1', `name` = 'boogs', `total` = `actioncounters_actioncounterunique`.`total` + -1, `ip` = '192.168.123.123', `user_agent` = 'FakeBrowser 1.0', `user_id` = NULL, `unique_hash` = 'f7b0326fc5e6b029b33774da93acd1e5', `modified` = '2013-02-28 14:07:03' WHERE `actioncounters_actioncounterunique`.`id` = 9 ; args=(16, u'1', u'boogs', -1, u'192.168.123.123', u'FakeBrowser 1.0', 'f7b0326fc5e6b029b33774da93acd1e5', u'2013-02-28 14:07:03', 9) | |
2013-02-28 14:07:03,733 DEBUG (0.000) UPDATE `actioncounters_testmodel` SET `boogs_total` = `actioncounters_testmodel`.`boogs_total` + -1 WHERE `actioncounters_testmodel`.`id` = 1 ; args=(-1, 1) | |
2013-02-28 14:07:03,734 DEBUG (0.000) SELECT `actioncounters_actioncounterunique`.`id`, `actioncounters_actioncounterunique`.`content_type_id`, `actioncounters_actioncounterunique`.`object_pk`, `actioncounters_actioncounterunique`.`name`, `actioncounters_actioncounterunique`.`total`, `actioncounters_actioncounterunique`.`ip`, `actioncounters_actioncounterunique`.`user_agent`, `actioncounters_actioncounterunique`.`user_id`, `actioncounters_actioncounterunique`.`unique_hash`, `actioncounters_actioncounterunique`.`modified` FROM `actioncounters_actioncounterunique` WHERE `actioncounters_actioncounterunique`.`unique_hash` = 'f7b0326fc5e6b029b33774da93acd1e5' ; args=('f7b0326fc5e6b029b33774da93acd1e5',) | |
2013-02-28 14:07:03,736 DEBUG (0.000) SELECT `actioncounters_actioncounterunique`.`id`, `actioncounters_actioncounterunique`.`content_type_id`, `actioncounters_actioncounterunique`.`object_pk`, `actioncounters_actioncounterunique`.`name`, `actioncounters_actioncounterunique`.`total`, `actioncounters_actioncounterunique`.`ip`, `actioncounters_actioncounterunique`.`user_agent`, `actioncounters_actioncounterunique`.`user_id`, `actioncounters_actioncounterunique`.`unique_hash`, `actioncounters_actioncounterunique`.`modified` FROM `actioncounters_actioncounterunique` WHERE `actioncounters_actioncounterunique`.`unique_hash` = 'f7b0326fc5e6b029b33774da93acd1e5' ; args=('f7b0326fc5e6b029b33774da93acd1e5',) | |
2013-02-28 14:07:03,737 DEBUG (0.000) SELECT `django_content_type`.`id`, `django_content_type`.`name`, `django_content_type`.`app_label`, `django_content_type`.`model` FROM `django_content_type` WHERE `django_content_type`.`id` = 16 ; args=(16,) | |
2013-02-28 14:07:03,739 DEBUG (0.000) SELECT (1) AS `a` FROM `actioncounters_actioncounterunique` WHERE `actioncounters_actioncounterunique`.`id` = 9 LIMIT 1; args=(9,) | |
2013-02-28 14:07:03,740 DEBUG (0.000) UPDATE `actioncounters_actioncounterunique` SET `content_type_id` = 16, `object_pk` = '1', `name` = 'boogs', `total` = `actioncounters_actioncounterunique`.`total` + -1, `ip` = '192.168.123.123', `user_agent` = 'FakeBrowser 1.0', `user_id` = NULL, `unique_hash` = 'f7b0326fc5e6b029b33774da93acd1e5', `modified` = '2013-02-28 14:07:03' WHERE `actioncounters_actioncounterunique`.`id` = 9 ; args=(16, u'1', u'boogs', -1, u'192.168.123.123', u'FakeBrowser 1.0', 'f7b0326fc5e6b029b33774da93acd1e5', u'2013-02-28 14:07:03', 9) | |
2013-02-28 14:07:03,741 DEBUG (0.000) UPDATE `actioncounters_testmodel` SET `boogs_total` = `actioncounters_testmodel`.`boogs_total` + -1 WHERE `actioncounters_testmodel`.`id` = 1 ; args=(-1, 1) | |
2013-02-28 14:07:03,742 DEBUG (0.000) SELECT `actioncounters_actioncounterunique`.`id`, `actioncounters_actioncounterunique`.`content_type_id`, `actioncounters_actioncounterunique`.`object_pk`, `actioncounters_actioncounterunique`.`name`, `actioncounters_actioncounterunique`.`total`, `actioncounters_actioncounterunique`.`ip`, `actioncounters_actioncounterunique`.`user_agent`, `actioncounters_actioncounterunique`.`user_id`, `actioncounters_actioncounterunique`.`unique_hash`, `actioncounters_actioncounterunique`.`modified` FROM `actioncounters_actioncounterunique` WHERE `actioncounters_actioncounterunique`.`unique_hash` = 'f7b0326fc5e6b029b33774da93acd1e5' ; args=('f7b0326fc5e6b029b33774da93acd1e5',) | |
2013-02-28 14:07:03,744 DEBUG (0.001) SELECT `actioncounters_actioncounterunique`.`id`, `actioncounters_actioncounterunique`.`content_type_id`, `actioncounters_actioncounterunique`.`object_pk`, `actioncounters_actioncounterunique`.`name`, `actioncounters_actioncounterunique`.`total`, `actioncounters_actioncounterunique`.`ip`, `actioncounters_actioncounterunique`.`user_agent`, `actioncounters_actioncounterunique`.`user_id`, `actioncounters_actioncounterunique`.`unique_hash`, `actioncounters_actioncounterunique`.`modified` FROM `actioncounters_actioncounterunique` WHERE `actioncounters_actioncounterunique`.`unique_hash` = 'f7b0326fc5e6b029b33774da93acd1e5' ; args=('f7b0326fc5e6b029b33774da93acd1e5',) | |
2013-02-28 14:07:03,745 DEBUG (0.000) SELECT `django_content_type`.`id`, `django_content_type`.`name`, `django_content_type`.`app_label`, `django_content_type`.`model` FROM `django_content_type` WHERE `django_content_type`.`id` = 16 ; args=(16,) | |
2013-02-28 14:07:03,747 DEBUG (0.000) SELECT (1) AS `a` FROM `actioncounters_actioncounterunique` WHERE `actioncounters_actioncounterunique`.`id` = 9 LIMIT 1; args=(9,) | |
2013-02-28 14:07:03,749 DEBUG (0.000) UPDATE `actioncounters_actioncounterunique` SET `content_type_id` = 16, `object_pk` = '1', `name` = 'boogs', `total` = `actioncounters_actioncounterunique`.`total` + -1, `ip` = '192.168.123.123', `user_agent` = 'FakeBrowser 1.0', `user_id` = NULL, `unique_hash` = 'f7b0326fc5e6b029b33774da93acd1e5', `modified` = '2013-02-28 14:07:03' WHERE `actioncounters_actioncounterunique`.`id` = 9 ; args=(16, u'1', u'boogs', -1, u'192.168.123.123', u'FakeBrowser 1.0', 'f7b0326fc5e6b029b33774da93acd1e5', u'2013-02-28 14:07:03', 9) | |
2013-02-28 14:07:03,750 DEBUG (0.000) UPDATE `actioncounters_testmodel` SET `boogs_total` = `actioncounters_testmodel`.`boogs_total` + -1 WHERE `actioncounters_testmodel`.`id` = 1 ; args=(-1, 1) | |
2013-02-28 14:07:03,751 DEBUG (0.000) SELECT `actioncounters_actioncounterunique`.`id`, `actioncounters_actioncounterunique`.`content_type_id`, `actioncounters_actioncounterunique`.`object_pk`, `actioncounters_actioncounterunique`.`name`, `actioncounters_actioncounterunique`.`total`, `actioncounters_actioncounterunique`.`ip`, `actioncounters_actioncounterunique`.`user_agent`, `actioncounters_actioncounterunique`.`user_id`, `actioncounters_actioncounterunique`.`unique_hash`, `actioncounters_actioncounterunique`.`modified` FROM `actioncounters_actioncounterunique` WHERE `actioncounters_actioncounterunique`.`unique_hash` = 'f7b0326fc5e6b029b33774da93acd1e5' ; args=('f7b0326fc5e6b029b33774da93acd1e5',) | |
2013-02-28 14:07:03,753 DEBUG (0.001) SELECT `actioncounters_actioncounterunique`.`id`, `actioncounters_actioncounterunique`.`content_type_id`, `actioncounters_actioncounterunique`.`object_pk`, `actioncounters_actioncounterunique`.`name`, `actioncounters_actioncounterunique`.`total`, `actioncounters_actioncounterunique`.`ip`, `actioncounters_actioncounterunique`.`user_agent`, `actioncounters_actioncounterunique`.`user_id`, `actioncounters_actioncounterunique`.`unique_hash`, `actioncounters_actioncounterunique`.`modified` FROM `actioncounters_actioncounterunique` WHERE `actioncounters_actioncounterunique`.`unique_hash` = 'f7b0326fc5e6b029b33774da93acd1e5' ; args=('f7b0326fc5e6b029b33774da93acd1e5',) | |
2013-02-28 14:07:03,754 DEBUG (0.000) SELECT `django_content_type`.`id`, `django_content_type`.`name`, `django_content_type`.`app_label`, `django_content_type`.`model` FROM `django_content_type` WHERE `django_content_type`.`id` = 16 ; args=(16,) | |
2013-02-28 14:07:03,756 DEBUG (0.000) SELECT (1) AS `a` FROM `actioncounters_actioncounterunique` WHERE `actioncounters_actioncounterunique`.`id` = 9 LIMIT 1; args=(9,) | |
2013-02-28 14:07:03,757 DEBUG (0.000) UPDATE `actioncounters_actioncounterunique` SET `content_type_id` = 16, `object_pk` = '1', `name` = 'boogs', `total` = `actioncounters_actioncounterunique`.`total` + -1, `ip` = '192.168.123.123', `user_agent` = 'FakeBrowser 1.0', `user_id` = NULL, `unique_hash` = 'f7b0326fc5e6b029b33774da93acd1e5', `modified` = '2013-02-28 14:07:03' WHERE `actioncounters_actioncounterunique`.`id` = 9 ; args=(16, u'1', u'boogs', -1, u'192.168.123.123', u'FakeBrowser 1.0', 'f7b0326fc5e6b029b33774da93acd1e5', u'2013-02-28 14:07:03', 9) | |
2013-02-28 14:07:03,758 DEBUG (0.000) UPDATE `actioncounters_testmodel` SET `boogs_total` = `actioncounters_testmodel`.`boogs_total` + -1 WHERE `actioncounters_testmodel`.`id` = 1 ; args=(-1, 1) | |
2013-02-28 14:07:03,760 DEBUG (0.001) SELECT `actioncounters_actioncounterunique`.`id`, `actioncounters_actioncounterunique`.`content_type_id`, `actioncounters_actioncounterunique`.`object_pk`, `actioncounters_actioncounterunique`.`name`, `actioncounters_actioncounterunique`.`total`, `actioncounters_actioncounterunique`.`ip`, `actioncounters_actioncounterunique`.`user_agent`, `actioncounters_actioncounterunique`.`user_id`, `actioncounters_actioncounterunique`.`unique_hash`, `actioncounters_actioncounterunique`.`modified` FROM `actioncounters_actioncounterunique` WHERE `actioncounters_actioncounterunique`.`unique_hash` = 'f7b0326fc5e6b029b33774da93acd1e5' ; args=('f7b0326fc5e6b029b33774da93acd1e5',) | |
2013-02-28 14:07:03,761 DEBUG (0.000) SELECT `actioncounters_actioncounterunique`.`id`, `actioncounters_actioncounterunique`.`content_type_id`, `actioncounters_actioncounterunique`.`object_pk`, `actioncounters_actioncounterunique`.`name`, `actioncounters_actioncounterunique`.`total`, `actioncounters_actioncounterunique`.`ip`, `actioncounters_actioncounterunique`.`user_agent`, `actioncounters_actioncounterunique`.`user_id`, `actioncounters_actioncounterunique`.`unique_hash`, `actioncounters_actioncounterunique`.`modified` FROM `actioncounters_actioncounterunique` WHERE `actioncounters_actioncounterunique`.`unique_hash` = 'f7b0326fc5e6b029b33774da93acd1e5' ; args=('f7b0326fc5e6b029b33774da93acd1e5',) | |
2013-02-28 14:07:03,763 DEBUG (0.000) SELECT `actioncounters_actioncounterunique`.`id`, `actioncounters_actioncounterunique`.`content_type_id`, `actioncounters_actioncounterunique`.`object_pk`, `actioncounters_actioncounterunique`.`name`, `actioncounters_actioncounterunique`.`total`, `actioncounters_actioncounterunique`.`ip`, `actioncounters_actioncounterunique`.`user_agent`, `actioncounters_actioncounterunique`.`user_id`, `actioncounters_actioncounterunique`.`unique_hash`, `actioncounters_actioncounterunique`.`modified` FROM `actioncounters_actioncounterunique` WHERE `actioncounters_actioncounterunique`.`unique_hash` = 'f7b0326fc5e6b029b33774da93acd1e5' ; args=('f7b0326fc5e6b029b33774da93acd1e5',) | |
2013-02-28 14:07:03,764 DEBUG (0.000) SELECT `actioncounters_actioncounterunique`.`id`, `actioncounters_actioncounterunique`.`content_type_id`, `actioncounters_actioncounterunique`.`object_pk`, `actioncounters_actioncounterunique`.`name`, `actioncounters_actioncounterunique`.`total`, `actioncounters_actioncounterunique`.`ip`, `actioncounters_actioncounterunique`.`user_agent`, `actioncounters_actioncounterunique`.`user_id`, `actioncounters_actioncounterunique`.`unique_hash`, `actioncounters_actioncounterunique`.`modified` FROM `actioncounters_actioncounterunique` WHERE `actioncounters_actioncounterunique`.`unique_hash` = 'f7b0326fc5e6b029b33774da93acd1e5' ; args=('f7b0326fc5e6b029b33774da93acd1e5',) | |
2013-02-28 14:07:03,765 DEBUG (0.000) SELECT `actioncounters_actioncounterunique`.`id`, `actioncounters_actioncounterunique`.`content_type_id`, `actioncounters_actioncounterunique`.`object_pk`, `actioncounters_actioncounterunique`.`name`, `actioncounters_actioncounterunique`.`total`, `actioncounters_actioncounterunique`.`ip`, `actioncounters_actioncounterunique`.`user_agent`, `actioncounters_actioncounterunique`.`user_id`, `actioncounters_actioncounterunique`.`unique_hash`, `actioncounters_actioncounterunique`.`modified` FROM `actioncounters_actioncounterunique` WHERE `actioncounters_actioncounterunique`.`unique_hash` = 'a8562737764535eb9f332fc619d601bb' ; args=('a8562737764535eb9f332fc619d601bb',) | |
2013-02-28 14:07:03,766 DEBUG (0.000) SAVEPOINT s140196843075328_x10; args=() | |
2013-02-28 14:07:03,767 DEBUG (0.001) INSERT INTO `actioncounters_actioncounterunique` (`content_type_id`, `object_pk`, `name`, `total`, `ip`, `user_agent`, `user_id`, `unique_hash`, `modified`) VALUES (16, '1', 'boogs', 0, '192.168.123.150', 'Safari 1.0', NULL, 'a8562737764535eb9f332fc619d601bb', '2013-02-28 14:07:03'); args=[16, u'1', 'boogs', 0, '192.168.123.150', u'Safari 1.0', None, 'a8562737764535eb9f332fc619d601bb', u'2013-02-28 14:07:03'] | |
2013-02-28 14:07:03,768 DEBUG (0.000) RELEASE SAVEPOINT s140196843075328_x10; args=() | |
2013-02-28 14:07:03,769 DEBUG (0.000) SELECT (1) AS `a` FROM `actioncounters_actioncounterunique` WHERE `actioncounters_actioncounterunique`.`id` = 10 LIMIT 1; args=(10,) | |
2013-02-28 14:07:03,770 DEBUG (0.000) UPDATE `actioncounters_actioncounterunique` SET `content_type_id` = 16, `object_pk` = '1', `name` = 'boogs', `total` = `actioncounters_actioncounterunique`.`total` + -1, `ip` = '192.168.123.150', `user_agent` = 'Safari 1.0', `user_id` = NULL, `unique_hash` = 'a8562737764535eb9f332fc619d601bb', `modified` = '2013-02-28 14:07:03' WHERE `actioncounters_actioncounterunique`.`id` = 10 ; args=(16, u'1', 'boogs', -1, '192.168.123.150', u'Safari 1.0', 'a8562737764535eb9f332fc619d601bb', u'2013-02-28 14:07:03', 10) | |
2013-02-28 14:07:03,771 DEBUG (0.000) UPDATE `actioncounters_testmodel` SET `boogs_total` = `actioncounters_testmodel`.`boogs_total` + -1 WHERE `actioncounters_testmodel`.`id` = 1 ; args=(-1, 1) | |
2013-02-28 14:07:03,773 DEBUG (0.000) SELECT `actioncounters_actioncounterunique`.`id`, `actioncounters_actioncounterunique`.`content_type_id`, `actioncounters_actioncounterunique`.`object_pk`, `actioncounters_actioncounterunique`.`name`, `actioncounters_actioncounterunique`.`total`, `actioncounters_actioncounterunique`.`ip`, `actioncounters_actioncounterunique`.`user_agent`, `actioncounters_actioncounterunique`.`user_id`, `actioncounters_actioncounterunique`.`unique_hash`, `actioncounters_actioncounterunique`.`modified` FROM `actioncounters_actioncounterunique` WHERE `actioncounters_actioncounterunique`.`unique_hash` = 'a8562737764535eb9f332fc619d601bb' ; args=('a8562737764535eb9f332fc619d601bb',) | |
2013-02-28 14:07:03,774 DEBUG (0.000) SELECT `actioncounters_actioncounterunique`.`id`, `actioncounters_actioncounterunique`.`content_type_id`, `actioncounters_actioncounterunique`.`object_pk`, `actioncounters_actioncounterunique`.`name`, `actioncounters_actioncounterunique`.`total`, `actioncounters_actioncounterunique`.`ip`, `actioncounters_actioncounterunique`.`user_agent`, `actioncounters_actioncounterunique`.`user_id`, `actioncounters_actioncounterunique`.`unique_hash`, `actioncounters_actioncounterunique`.`modified` FROM `actioncounters_actioncounterunique` WHERE `actioncounters_actioncounterunique`.`unique_hash` = 'a8562737764535eb9f332fc619d601bb' ; args=('a8562737764535eb9f332fc619d601bb',) | |
2013-02-28 14:07:03,775 DEBUG (0.000) SELECT `django_content_type`.`id`, `django_content_type`.`name`, `django_content_type`.`app_label`, `django_content_type`.`model` FROM `django_content_type` WHERE `django_content_type`.`id` = 16 ; args=(16,) | |
2013-02-28 14:07:03,777 DEBUG (0.000) SELECT (1) AS `a` FROM `actioncounters_actioncounterunique` WHERE `actioncounters_actioncounterunique`.`id` = 10 LIMIT 1; args=(10,) | |
2013-02-28 14:07:03,778 DEBUG (0.000) UPDATE `actioncounters_actioncounterunique` SET `content_type_id` = 16, `object_pk` = '1', `name` = 'boogs', `total` = `actioncounters_actioncounterunique`.`total` + -1, `ip` = '192.168.123.150', `user_agent` = 'Safari 1.0', `user_id` = NULL, `unique_hash` = 'a8562737764535eb9f332fc619d601bb', `modified` = '2013-02-28 14:07:03' WHERE `actioncounters_actioncounterunique`.`id` = 10 ; args=(16, u'1', u'boogs', -1, u'192.168.123.150', u'Safari 1.0', 'a8562737764535eb9f332fc619d601bb', u'2013-02-28 14:07:03', 10) | |
2013-02-28 14:07:03,779 DEBUG (0.000) UPDATE `actioncounters_testmodel` SET `boogs_total` = `actioncounters_testmodel`.`boogs_total` + -1 WHERE `actioncounters_testmodel`.`id` = 1 ; args=(-1, 1) | |
2013-02-28 14:07:03,780 DEBUG (0.000) SELECT `actioncounters_actioncounterunique`.`id`, `actioncounters_actioncounterunique`.`content_type_id`, `actioncounters_actioncounterunique`.`object_pk`, `actioncounters_actioncounterunique`.`name`, `actioncounters_actioncounterunique`.`total`, `actioncounters_actioncounterunique`.`ip`, `actioncounters_actioncounterunique`.`user_agent`, `actioncounters_actioncounterunique`.`user_id`, `actioncounters_actioncounterunique`.`unique_hash`, `actioncounters_actioncounterunique`.`modified` FROM `actioncounters_actioncounterunique` WHERE `actioncounters_actioncounterunique`.`unique_hash` = 'a8562737764535eb9f332fc619d601bb' ; args=('a8562737764535eb9f332fc619d601bb',) | |
2013-02-28 14:07:03,782 DEBUG (0.000) SELECT `actioncounters_actioncounterunique`.`id`, `actioncounters_actioncounterunique`.`content_type_id`, `actioncounters_actioncounterunique`.`object_pk`, `actioncounters_actioncounterunique`.`name`, `actioncounters_actioncounterunique`.`total`, `actioncounters_actioncounterunique`.`ip`, `actioncounters_actioncounterunique`.`user_agent`, `actioncounters_actioncounterunique`.`user_id`, `actioncounters_actioncounterunique`.`unique_hash`, `actioncounters_actioncounterunique`.`modified` FROM `actioncounters_actioncounterunique` WHERE `actioncounters_actioncounterunique`.`unique_hash` = 'a8562737764535eb9f332fc619d601bb' ; args=('a8562737764535eb9f332fc619d601bb',) | |
2013-02-28 14:07:03,783 DEBUG (0.000) SELECT `django_content_type`.`id`, `django_content_type`.`name`, `django_content_type`.`app_label`, `django_content_type`.`model` FROM `django_content_type` WHERE `django_content_type`.`id` = 16 ; args=(16,) | |
2013-02-28 14:07:03,786 DEBUG (0.000) SELECT (1) AS `a` FROM `actioncounters_actioncounterunique` WHERE `actioncounters_actioncounterunique`.`id` = 10 LIMIT 1; args=(10,) | |
2013-02-28 14:07:03,787 DEBUG (0.000) UPDATE `actioncounters_actioncounterunique` SET `content_type_id` = 16, `object_pk` = '1', `name` = 'boogs', `total` = `actioncounters_actioncounterunique`.`total` + -1, `ip` = '192.168.123.150', `user_agent` = 'Safari 1.0', `user_id` = NULL, `unique_hash` = 'a8562737764535eb9f332fc619d601bb', `modified` = '2013-02-28 14:07:03' WHERE `actioncounters_actioncounterunique`.`id` = 10 ; args=(16, u'1', u'boogs', -1, u'192.168.123.150', u'Safari 1.0', 'a8562737764535eb9f332fc619d601bb', u'2013-02-28 14:07:03', 10) | |
2013-02-28 14:07:03,788 DEBUG (0.000) UPDATE `actioncounters_testmodel` SET `boogs_total` = `actioncounters_testmodel`.`boogs_total` + -1 WHERE `actioncounters_testmodel`.`id` = 1 ; args=(-1, 1) | |
2013-02-28 14:07:03,790 DEBUG (0.000) SELECT `actioncounters_actioncounterunique`.`id`, `actioncounters_actioncounterunique`.`content_type_id`, `actioncounters_actioncounterunique`.`object_pk`, `actioncounters_actioncounterunique`.`name`, `actioncounters_actioncounterunique`.`total`, `actioncounters_actioncounterunique`.`ip`, `actioncounters_actioncounterunique`.`user_agent`, `actioncounters_actioncounterunique`.`user_id`, `actioncounters_actioncounterunique`.`unique_hash`, `actioncounters_actioncounterunique`.`modified` FROM `actioncounters_actioncounterunique` WHERE `actioncounters_actioncounterunique`.`unique_hash` = 'a8562737764535eb9f332fc619d601bb' ; args=('a8562737764535eb9f332fc619d601bb',) | |
2013-02-28 14:07:03,791 DEBUG (0.000) SELECT `actioncounters_actioncounterunique`.`id`, `actioncounters_actioncounterunique`.`content_type_id`, `actioncounters_actioncounterunique`.`object_pk`, `actioncounters_actioncounterunique`.`name`, `actioncounters_actioncounterunique`.`total`, `actioncounters_actioncounterunique`.`ip`, `actioncounters_actioncounterunique`.`user_agent`, `actioncounters_actioncounterunique`.`user_id`, `actioncounters_actioncounterunique`.`unique_hash`, `actioncounters_actioncounterunique`.`modified` FROM `actioncounters_actioncounterunique` WHERE `actioncounters_actioncounterunique`.`unique_hash` = 'a8562737764535eb9f332fc619d601bb' ; args=('a8562737764535eb9f332fc619d601bb',) | |
2013-02-28 14:07:03,792 DEBUG (0.000) SELECT `django_content_type`.`id`, `django_content_type`.`name`, `django_content_type`.`app_label`, `django_content_type`.`model` FROM `django_content_type` WHERE `django_content_type`.`id` = 16 ; args=(16,) | |
2013-02-28 14:07:03,794 DEBUG (0.000) SELECT (1) AS `a` FROM `actioncounters_actioncounterunique` WHERE `actioncounters_actioncounterunique`.`id` = 10 LIMIT 1; args=(10,) | |
2013-02-28 14:07:03,795 DEBUG (0.000) UPDATE `actioncounters_actioncounterunique` SET `content_type_id` = 16, `object_pk` = '1', `name` = 'boogs', `total` = `actioncounters_actioncounterunique`.`total` + -1, `ip` = '192.168.123.150', `user_agent` = 'Safari 1.0', `user_id` = NULL, `unique_hash` = 'a8562737764535eb9f332fc619d601bb', `modified` = '2013-02-28 14:07:03' WHERE `actioncounters_actioncounterunique`.`id` = 10 ; args=(16, u'1', u'boogs', -1, u'192.168.123.150', u'Safari 1.0', 'a8562737764535eb9f332fc619d601bb', u'2013-02-28 14:07:03', 10) | |
2013-02-28 14:07:03,796 DEBUG (0.000) UPDATE `actioncounters_testmodel` SET `boogs_total` = `actioncounters_testmodel`.`boogs_total` + -1 WHERE `actioncounters_testmodel`.`id` = 1 ; args=(-1, 1) | |
2013-02-28 14:07:03,798 DEBUG (0.000) SELECT `actioncounters_actioncounterunique`.`id`, `actioncounters_actioncounterunique`.`content_type_id`, `actioncounters_actioncounterunique`.`object_pk`, `actioncounters_actioncounterunique`.`name`, `actioncounters_actioncounterunique`.`total`, `actioncounters_actioncounterunique`.`ip`, `actioncounters_actioncounterunique`.`user_agent`, `actioncounters_actioncounterunique`.`user_id`, `actioncounters_actioncounterunique`.`unique_hash`, `actioncounters_actioncounterunique`.`modified` FROM `actioncounters_actioncounterunique` WHERE `actioncounters_actioncounterunique`.`unique_hash` = 'a8562737764535eb9f332fc619d601bb' ; args=('a8562737764535eb9f332fc619d601bb',) | |
2013-02-28 14:07:03,799 DEBUG (0.000) SELECT `actioncounters_actioncounterunique`.`id`, `actioncounters_actioncounterunique`.`content_type_id`, `actioncounters_actioncounterunique`.`object_pk`, `actioncounters_actioncounterunique`.`name`, `actioncounters_actioncounterunique`.`total`, `actioncounters_actioncounterunique`.`ip`, `actioncounters_actioncounterunique`.`user_agent`, `actioncounters_actioncounterunique`.`user_id`, `actioncounters_actioncounterunique`.`unique_hash`, `actioncounters_actioncounterunique`.`modified` FROM `actioncounters_actioncounterunique` WHERE `actioncounters_actioncounterunique`.`unique_hash` = 'a8562737764535eb9f332fc619d601bb' ; args=('a8562737764535eb9f332fc619d601bb',) | |
2013-02-28 14:07:03,800 DEBUG (0.000) SELECT `django_content_type`.`id`, `django_content_type`.`name`, `django_content_type`.`app_label`, `django_content_type`.`model` FROM `django_content_type` WHERE `django_content_type`.`id` = 16 ; args=(16,) | |
2013-02-28 14:07:03,802 DEBUG (0.000) SELECT (1) AS `a` FROM `actioncounters_actioncounterunique` WHERE `actioncounters_actioncounterunique`.`id` = 10 LIMIT 1; args=(10,) | |
2013-02-28 14:07:03,803 DEBUG (0.000) UPDATE `actioncounters_actioncounterunique` SET `content_type_id` = 16, `object_pk` = '1', `name` = 'boogs', `total` = `actioncounters_actioncounterunique`.`total` + -1, `ip` = '192.168.123.150', `user_agent` = 'Safari 1.0', `user_id` = NULL, `unique_hash` = 'a8562737764535eb9f332fc619d601bb', `modified` = '2013-02-28 14:07:03' WHERE `actioncounters_actioncounterunique`.`id` = 10 ; args=(16, u'1', u'boogs', -1, u'192.168.123.150', u'Safari 1.0', 'a8562737764535eb9f332fc619d601bb', u'2013-02-28 14:07:03', 10) | |
2013-02-28 14:07:03,804 DEBUG (0.000) UPDATE `actioncounters_testmodel` SET `boogs_total` = `actioncounters_testmodel`.`boogs_total` + -1 WHERE `actioncounters_testmodel`.`id` = 1 ; args=(-1, 1) | |
2013-02-28 14:07:03,806 DEBUG (0.000) SELECT `actioncounters_actioncounterunique`.`id`, `actioncounters_actioncounterunique`.`content_type_id`, `actioncounters_actioncounterunique`.`object_pk`, `actioncounters_actioncounterunique`.`name`, `actioncounters_actioncounterunique`.`total`, `actioncounters_actioncounterunique`.`ip`, `actioncounters_actioncounterunique`.`user_agent`, `actioncounters_actioncounterunique`.`user_id`, `actioncounters_actioncounterunique`.`unique_hash`, `actioncounters_actioncounterunique`.`modified` FROM `actioncounters_actioncounterunique` WHERE `actioncounters_actioncounterunique`.`unique_hash` = 'a8562737764535eb9f332fc619d601bb' ; args=('a8562737764535eb9f332fc619d601bb',) | |
2013-02-28 14:07:03,807 DEBUG (0.001) SELECT `actioncounters_actioncounterunique`.`id`, `actioncounters_actioncounterunique`.`content_type_id`, `actioncounters_actioncounterunique`.`object_pk`, `actioncounters_actioncounterunique`.`name`, `actioncounters_actioncounterunique`.`total`, `actioncounters_actioncounterunique`.`ip`, `actioncounters_actioncounterunique`.`user_agent`, `actioncounters_actioncounterunique`.`user_id`, `actioncounters_actioncounterunique`.`unique_hash`, `actioncounters_actioncounterunique`.`modified` FROM `actioncounters_actioncounterunique` WHERE `actioncounters_actioncounterunique`.`unique_hash` = 'a8562737764535eb9f332fc619d601bb' ; args=('a8562737764535eb9f332fc619d601bb',) | |
2013-02-28 14:07:03,809 DEBUG (0.000) SELECT `actioncounters_actioncounterunique`.`id`, `actioncounters_actioncounterunique`.`content_type_id`, `actioncounters_actioncounterunique`.`object_pk`, `actioncounters_actioncounterunique`.`name`, `actioncounters_actioncounterunique`.`total`, `actioncounters_actioncounterunique`.`ip`, `actioncounters_actioncounterunique`.`user_agent`, `actioncounters_actioncounterunique`.`user_id`, `actioncounters_actioncounterunique`.`unique_hash`, `actioncounters_actioncounterunique`.`modified` FROM `actioncounters_actioncounterunique` WHERE `actioncounters_actioncounterunique`.`unique_hash` = 'a8562737764535eb9f332fc619d601bb' ; args=('a8562737764535eb9f332fc619d601bb',) | |
2013-02-28 14:07:03,810 DEBUG (0.000) SELECT `actioncounters_actioncounterunique`.`id`, `actioncounters_actioncounterunique`.`content_type_id`, `actioncounters_actioncounterunique`.`object_pk`, `actioncounters_actioncounterunique`.`name`, `actioncounters_actioncounterunique`.`total`, `actioncounters_actioncounterunique`.`ip`, `actioncounters_actioncounterunique`.`user_agent`, `actioncounters_actioncounterunique`.`user_id`, `actioncounters_actioncounterunique`.`unique_hash`, `actioncounters_actioncounterunique`.`modified` FROM `actioncounters_actioncounterunique` WHERE `actioncounters_actioncounterunique`.`unique_hash` = 'a8562737764535eb9f332fc619d601bb' ; args=('a8562737764535eb9f332fc619d601bb',) | |
2013-02-28 14:07:03,811 DEBUG (0.000) SELECT `actioncounters_actioncounterunique`.`id`, `actioncounters_actioncounterunique`.`content_type_id`, `actioncounters_actioncounterunique`.`object_pk`, `actioncounters_actioncounterunique`.`name`, `actioncounters_actioncounterunique`.`total`, `actioncounters_actioncounterunique`.`ip`, `actioncounters_actioncounterunique`.`user_agent`, `actioncounters_actioncounterunique`.`user_id`, `actioncounters_actioncounterunique`.`unique_hash`, `actioncounters_actioncounterunique`.`modified` FROM `actioncounters_actioncounterunique` WHERE `actioncounters_actioncounterunique`.`unique_hash` = '5d271708a852cca45eb7138276d753fa' ; args=('5d271708a852cca45eb7138276d753fa',) | |
2013-02-28 14:07:03,812 DEBUG (0.000) SAVEPOINT s140196843075328_x11; args=() | |
2013-02-28 14:07:03,813 DEBUG (0.000) INSERT INTO `actioncounters_actioncounterunique` (`content_type_id`, `object_pk`, `name`, `total`, `ip`, `user_agent`, `user_id`, `unique_hash`, `modified`) VALUES (16, '1', 'boogs', 0, '192.168.123.150', 'Mozilla 1.0', NULL, '5d271708a852cca45eb7138276d753fa', '2013-02-28 14:07:03'); args=[16, u'1', 'boogs', 0, '192.168.123.150', u'Mozilla 1.0', None, '5d271708a852cca45eb7138276d753fa', u'2013-02-28 14:07:03'] | |
2013-02-28 14:07:03,813 DEBUG (0.000) RELEASE SAVEPOINT s140196843075328_x11; args=() | |
2013-02-28 14:07:03,815 DEBUG (0.000) SELECT (1) AS `a` FROM `actioncounters_actioncounterunique` WHERE `actioncounters_actioncounterunique`.`id` = 11 LIMIT 1; args=(11,) | |
2013-02-28 14:07:03,816 DEBUG (0.000) UPDATE `actioncounters_actioncounterunique` SET `content_type_id` = 16, `object_pk` = '1', `name` = 'boogs', `total` = `actioncounters_actioncounterunique`.`total` + -1, `ip` = '192.168.123.150', `user_agent` = 'Mozilla 1.0', `user_id` = NULL, `unique_hash` = '5d271708a852cca45eb7138276d753fa', `modified` = '2013-02-28 14:07:03' WHERE `actioncounters_actioncounterunique`.`id` = 11 ; args=(16, u'1', 'boogs', -1, '192.168.123.150', u'Mozilla 1.0', '5d271708a852cca45eb7138276d753fa', u'2013-02-28 14:07:03', 11) | |
2013-02-28 14:07:03,817 DEBUG (0.000) UPDATE `actioncounters_testmodel` SET `boogs_total` = `actioncounters_testmodel`.`boogs_total` + -1 WHERE `actioncounters_testmodel`.`id` = 1 ; args=(-1, 1) | |
2013-02-28 14:07:03,819 DEBUG (0.000) SELECT `actioncounters_actioncounterunique`.`id`, `actioncounters_actioncounterunique`.`content_type_id`, `actioncounters_actioncounterunique`.`object_pk`, `actioncounters_actioncounterunique`.`name`, `actioncounters_actioncounterunique`.`total`, `actioncounters_actioncounterunique`.`ip`, `actioncounters_actioncounterunique`.`user_agent`, `actioncounters_actioncounterunique`.`user_id`, `actioncounters_actioncounterunique`.`unique_hash`, `actioncounters_actioncounterunique`.`modified` FROM `actioncounters_actioncounterunique` WHERE `actioncounters_actioncounterunique`.`unique_hash` = '5d271708a852cca45eb7138276d753fa' ; args=('5d271708a852cca45eb7138276d753fa',) | |
2013-02-28 14:07:03,820 DEBUG (0.001) SELECT `actioncounters_actioncounterunique`.`id`, `actioncounters_actioncounterunique`.`content_type_id`, `actioncounters_actioncounterunique`.`object_pk`, `actioncounters_actioncounterunique`.`name`, `actioncounters_actioncounterunique`.`total`, `actioncounters_actioncounterunique`.`ip`, `actioncounters_actioncounterunique`.`user_agent`, `actioncounters_actioncounterunique`.`user_id`, `actioncounters_actioncounterunique`.`unique_hash`, `actioncounters_actioncounterunique`.`modified` FROM `actioncounters_actioncounterunique` WHERE `actioncounters_actioncounterunique`.`unique_hash` = '5d271708a852cca45eb7138276d753fa' ; args=('5d271708a852cca45eb7138276d753fa',) | |
2013-02-28 14:07:03,821 DEBUG (0.000) SELECT `django_content_type`.`id`, `django_content_type`.`name`, `django_content_type`.`app_label`, `django_content_type`.`model` FROM `django_content_type` WHERE `django_content_type`.`id` = 16 ; args=(16,) | |
2013-02-28 14:07:03,823 DEBUG (0.000) SELECT (1) AS `a` FROM `actioncounters_actioncounterunique` WHERE `actioncounters_actioncounterunique`.`id` = 11 LIMIT 1; args=(11,) | |
2013-02-28 14:07:03,824 DEBUG (0.001) UPDATE `actioncounters_actioncounterunique` SET `content_type_id` = 16, `object_pk` = '1', `name` = 'boogs', `total` = `actioncounters_actioncounterunique`.`total` + -1, `ip` = '192.168.123.150', `user_agent` = 'Mozilla 1.0', `user_id` = NULL, `unique_hash` = '5d271708a852cca45eb7138276d753fa', `modified` = '2013-02-28 14:07:03' WHERE `actioncounters_actioncounterunique`.`id` = 11 ; args=(16, u'1', u'boogs', -1, u'192.168.123.150', u'Mozilla 1.0', '5d271708a852cca45eb7138276d753fa', u'2013-02-28 14:07:03', 11) | |
2013-02-28 14:07:03,825 DEBUG (0.000) UPDATE `actioncounters_testmodel` SET `boogs_total` = `actioncounters_testmodel`.`boogs_total` + -1 WHERE `actioncounters_testmodel`.`id` = 1 ; args=(-1, 1) | |
2013-02-28 14:07:03,827 DEBUG (0.000) SELECT `actioncounters_actioncounterunique`.`id`, `actioncounters_actioncounterunique`.`content_type_id`, `actioncounters_actioncounterunique`.`object_pk`, `actioncounters_actioncounterunique`.`name`, `actioncounters_actioncounterunique`.`total`, `actioncounters_actioncounterunique`.`ip`, `actioncounters_actioncounterunique`.`user_agent`, `actioncounters_actioncounterunique`.`user_id`, `actioncounters_actioncounterunique`.`unique_hash`, `actioncounters_actioncounterunique`.`modified` FROM `actioncounters_actioncounterunique` WHERE `actioncounters_actioncounterunique`.`unique_hash` = '5d271708a852cca45eb7138276d753fa' ; args=('5d271708a852cca45eb7138276d753fa',) | |
2013-02-28 14:07:03,828 DEBUG (0.000) SELECT `actioncounters_actioncounterunique`.`id`, `actioncounters_actioncounterunique`.`content_type_id`, `actioncounters_actioncounterunique`.`object_pk`, `actioncounters_actioncounterunique`.`name`, `actioncounters_actioncounterunique`.`total`, `actioncounters_actioncounterunique`.`ip`, `actioncounters_actioncounterunique`.`user_agent`, `actioncounters_actioncounterunique`.`user_id`, `actioncounters_actioncounterunique`.`unique_hash`, `actioncounters_actioncounterunique`.`modified` FROM `actioncounters_actioncounterunique` WHERE `actioncounters_actioncounterunique`.`unique_hash` = '5d271708a852cca45eb7138276d753fa' ; args=('5d271708a852cca45eb7138276d753fa',) | |
2013-02-28 14:07:03,830 DEBUG (0.000) SELECT `django_content_type`.`id`, `django_content_type`.`name`, `django_content_type`.`app_label`, `django_content_type`.`model` FROM `django_content_type` WHERE `django_content_type`.`id` = 16 ; args=(16,) | |
2013-02-28 14:07:03,831 DEBUG (0.000) SELECT (1) AS `a` FROM `actioncounters_actioncounterunique` WHERE `actioncounters_actioncounterunique`.`id` = 11 LIMIT 1; args=(11,) | |
2013-02-28 14:07:03,833 DEBUG (0.000) UPDATE `actioncounters_actioncounterunique` SET `content_type_id` = 16, `object_pk` = '1', `name` = 'boogs', `total` = `actioncounters_actioncounterunique`.`total` + -1, `ip` = '192.168.123.150', `user_agent` = 'Mozilla 1.0', `user_id` = NULL, `unique_hash` = '5d271708a852cca45eb7138276d753fa', `modified` = '2013-02-28 14:07:03' WHERE `actioncounters_actioncounterunique`.`id` = 11 ; args=(16, u'1', u'boogs', -1, u'192.168.123.150', u'Mozilla 1.0', '5d271708a852cca45eb7138276d753fa', u'2013-02-28 14:07:03', 11) | |
2013-02-28 14:07:03,834 DEBUG (0.000) UPDATE `actioncounters_testmodel` SET `boogs_total` = `actioncounters_testmodel`.`boogs_total` + -1 WHERE `actioncounters_testmodel`.`id` = 1 ; args=(-1, 1) | |
2013-02-28 14:07:03,835 DEBUG (0.000) SELECT `actioncounters_actioncounterunique`.`id`, `actioncounters_actioncounterunique`.`content_type_id`, `actioncounters_actioncounterunique`.`object_pk`, `actioncounters_actioncounterunique`.`name`, `actioncounters_actioncounterunique`.`total`, `actioncounters_actioncounterunique`.`ip`, `actioncounters_actioncounterunique`.`user_agent`, `actioncounters_actioncounterunique`.`user_id`, `actioncounters_actioncounterunique`.`unique_hash`, `actioncounters_actioncounterunique`.`modified` FROM `actioncounters_actioncounterunique` WHERE `actioncounters_actioncounterunique`.`unique_hash` = '5d271708a852cca45eb7138276d753fa' ; args=('5d271708a852cca45eb7138276d753fa',) | |
2013-02-28 14:07:03,836 DEBUG (0.000) SELECT `actioncounters_actioncounterunique`.`id`, `actioncounters_actioncounterunique`.`content_type_id`, `actioncounters_actioncounterunique`.`object_pk`, `actioncounters_actioncounterunique`.`name`, `actioncounters_actioncounterunique`.`total`, `actioncounters_actioncounterunique`.`ip`, `actioncounters_actioncounterunique`.`user_agent`, `actioncounters_actioncounterunique`.`user_id`, `actioncounters_actioncounterunique`.`unique_hash`, `actioncounters_actioncounterunique`.`modified` FROM `actioncounters_actioncounterunique` WHERE `actioncounters_actioncounterunique`.`unique_hash` = '5d271708a852cca45eb7138276d753fa' ; args=('5d271708a852cca45eb7138276d753fa',) | |
2013-02-28 14:07:03,838 DEBUG (0.000) SELECT `django_content_type`.`id`, `django_content_type`.`name`, `django_content_type`.`app_label`, `django_content_type`.`model` FROM `django_content_type` WHERE `django_content_type`.`id` = 16 ; args=(16,) | |
2013-02-28 14:07:03,839 DEBUG (0.000) SELECT (1) AS `a` FROM `actioncounters_actioncounterunique` WHERE `actioncounters_actioncounterunique`.`id` = 11 LIMIT 1; args=(11,) | |
2013-02-28 14:07:03,840 DEBUG (0.000) UPDATE `actioncounters_actioncounterunique` SET `content_type_id` = 16, `object_pk` = '1', `name` = 'boogs', `total` = `actioncounters_actioncounterunique`.`total` + -1, `ip` = '192.168.123.150', `user_agent` = 'Mozilla 1.0', `user_id` = NULL, `unique_hash` = '5d271708a852cca45eb7138276d753fa', `modified` = '2013-02-28 14:07:03' WHERE `actioncounters_actioncounterunique`.`id` = 11 ; args=(16, u'1', u'boogs', -1, u'192.168.123.150', u'Mozilla 1.0', '5d271708a852cca45eb7138276d753fa', u'2013-02-28 14:07:03', 11) | |
2013-02-28 14:07:03,842 DEBUG (0.000) UPDATE `actioncounters_testmodel` SET `boogs_total` = `actioncounters_testmodel`.`boogs_total` + -1 WHERE `actioncounters_testmodel`.`id` = 1 ; args=(-1, 1) | |
2013-02-28 14:07:03,843 DEBUG (0.000) SELECT `actioncounters_actioncounterunique`.`id`, `actioncounters_actioncounterunique`.`content_type_id`, `actioncounters_actioncounterunique`.`object_pk`, `actioncounters_actioncounterunique`.`name`, `actioncounters_actioncounterunique`.`total`, `actioncounters_actioncounterunique`.`ip`, `actioncounters_actioncounterunique`.`user_agent`, `actioncounters_actioncounterunique`.`user_id`, `actioncounters_actioncounterunique`.`unique_hash`, `actioncounters_actioncounterunique`.`modified` FROM `actioncounters_actioncounterunique` WHERE `actioncounters_actioncounterunique`.`unique_hash` = '5d271708a852cca45eb7138276d753fa' ; args=('5d271708a852cca45eb7138276d753fa',) | |
2013-02-28 14:07:03,844 DEBUG (0.000) SELECT `actioncounters_actioncounterunique`.`id`, `actioncounters_actioncounterunique`.`content_type_id`, `actioncounters_actioncounterunique`.`object_pk`, `actioncounters_actioncounterunique`.`name`, `actioncounters_actioncounterunique`.`total`, `actioncounters_actioncounterunique`.`ip`, `actioncounters_actioncounterunique`.`user_agent`, `actioncounters_actioncounterunique`.`user_id`, `actioncounters_actioncounterunique`.`unique_hash`, `actioncounters_actioncounterunique`.`modified` FROM `actioncounters_actioncounterunique` WHERE `actioncounters_actioncounterunique`.`unique_hash` = '5d271708a852cca45eb7138276d753fa' ; args=('5d271708a852cca45eb7138276d753fa',) | |
2013-02-28 14:07:03,846 DEBUG (0.000) SELECT `django_content_type`.`id`, `django_content_type`.`name`, `django_content_type`.`app_label`, `django_content_type`.`model` FROM `django_content_type` WHERE `django_content_type`.`id` = 16 ; args=(16,) | |
2013-02-28 14:07:03,847 DEBUG (0.000) SELECT (1) AS `a` FROM `actioncounters_actioncounterunique` WHERE `actioncounters_actioncounterunique`.`id` = 11 LIMIT 1; args=(11,) | |
2013-02-28 14:07:03,848 DEBUG (0.001) UPDATE `actioncounters_actioncounterunique` SET `content_type_id` = 16, `object_pk` = '1', `name` = 'boogs', `total` = `actioncounters_actioncounterunique`.`total` + -1, `ip` = '192.168.123.150', `user_agent` = 'Mozilla 1.0', `user_id` = NULL, `unique_hash` = '5d271708a852cca45eb7138276d753fa', `modified` = '2013-02-28 14:07:03' WHERE `actioncounters_actioncounterunique`.`id` = 11 ; args=(16, u'1', u'boogs', -1, u'192.168.123.150', u'Mozilla 1.0', '5d271708a852cca45eb7138276d753fa', u'2013-02-28 14:07:03', 11) | |
2013-02-28 14:07:03,850 DEBUG (0.000) UPDATE `actioncounters_testmodel` SET `boogs_total` = `actioncounters_testmodel`.`boogs_total` + -1 WHERE `actioncounters_testmodel`.`id` = 1 ; args=(-1, 1) | |
2013-02-28 14:07:03,853 DEBUG (0.001) SELECT `actioncounters_actioncounterunique`.`id`, `actioncounters_actioncounterunique`.`content_type_id`, `actioncounters_actioncounterunique`.`object_pk`, `actioncounters_actioncounterunique`.`name`, `actioncounters_actioncounterunique`.`total`, `actioncounters_actioncounterunique`.`ip`, `actioncounters_actioncounterunique`.`user_agent`, `actioncounters_actioncounterunique`.`user_id`, `actioncounters_actioncounterunique`.`unique_hash`, `actioncounters_actioncounterunique`.`modified` FROM `actioncounters_actioncounterunique` WHERE `actioncounters_actioncounterunique`.`unique_hash` = '5d271708a852cca45eb7138276d753fa' ; args=('5d271708a852cca45eb7138276d753fa',) | |
2013-02-28 14:07:03,855 DEBUG (0.000) SELECT `actioncounters_actioncounterunique`.`id`, `actioncounters_actioncounterunique`.`content_type_id`, `actioncounters_actioncounterunique`.`object_pk`, `actioncounters_actioncounterunique`.`name`, `actioncounters_actioncounterunique`.`total`, `actioncounters_actioncounterunique`.`ip`, `actioncounters_actioncounterunique`.`user_agent`, `actioncounters_actioncounterunique`.`user_id`, `actioncounters_actioncounterunique`.`unique_hash`, `actioncounters_actioncounterunique`.`modified` FROM `actioncounters_actioncounterunique` WHERE `actioncounters_actioncounterunique`.`unique_hash` = '5d271708a852cca45eb7138276d753fa' ; args=('5d271708a852cca45eb7138276d753fa',) | |
2013-02-28 14:07:03,857 DEBUG (0.000) SELECT `actioncounters_actioncounterunique`.`id`, `actioncounters_actioncounterunique`.`content_type_id`, `actioncounters_actioncounterunique`.`object_pk`, `actioncounters_actioncounterunique`.`name`, `actioncounters_actioncounterunique`.`total`, `actioncounters_actioncounterunique`.`ip`, `actioncounters_actioncounterunique`.`user_agent`, `actioncounters_actioncounterunique`.`user_id`, `actioncounters_actioncounterunique`.`unique_hash`, `actioncounters_actioncounterunique`.`modified` FROM `actioncounters_actioncounterunique` WHERE `actioncounters_actioncounterunique`.`unique_hash` = '5d271708a852cca45eb7138276d753fa' ; args=('5d271708a852cca45eb7138276d753fa',) | |
2013-02-28 14:07:03,858 DEBUG (0.000) SELECT `actioncounters_actioncounterunique`.`id`, `actioncounters_actioncounterunique`.`content_type_id`, `actioncounters_actioncounterunique`.`object_pk`, `actioncounters_actioncounterunique`.`name`, `actioncounters_actioncounterunique`.`total`, `actioncounters_actioncounterunique`.`ip`, `actioncounters_actioncounterunique`.`user_agent`, `actioncounters_actioncounterunique`.`user_id`, `actioncounters_actioncounterunique`.`unique_hash`, `actioncounters_actioncounterunique`.`modified` FROM `actioncounters_actioncounterunique` WHERE `actioncounters_actioncounterunique`.`unique_hash` = '5d271708a852cca45eb7138276d753fa' ; args=('5d271708a852cca45eb7138276d753fa',) | |
2013-02-28 14:07:03,860 DEBUG (0.000) SELECT `actioncounters_actioncounterunique`.`id`, `actioncounters_actioncounterunique`.`content_type_id`, `actioncounters_actioncounterunique`.`object_pk`, `actioncounters_actioncounterunique`.`name`, `actioncounters_actioncounterunique`.`total`, `actioncounters_actioncounterunique`.`ip`, `actioncounters_actioncounterunique`.`user_agent`, `actioncounters_actioncounterunique`.`user_id`, `actioncounters_actioncounterunique`.`unique_hash`, `actioncounters_actioncounterunique`.`modified` FROM `actioncounters_actioncounterunique` WHERE `actioncounters_actioncounterunique`.`unique_hash` = 'e992d128cfe820f850991671676299d9' ; args=('e992d128cfe820f850991671676299d9',) | |
2013-02-28 14:07:03,861 DEBUG (0.000) SAVEPOINT s140196843075328_x12; args=() | |
2013-02-28 14:07:03,862 DEBUG (0.000) INSERT INTO `actioncounters_actioncounterunique` (`content_type_id`, `object_pk`, `name`, `total`, `ip`, `user_agent`, `user_id`, `unique_hash`, `modified`) VALUES (16, '1', 'boogs', 0, '192.168.123.160', 'FakeBrowser 1.0', NULL, 'e992d128cfe820f850991671676299d9', '2013-02-28 14:07:03'); args=[16, u'1', 'boogs', 0, '192.168.123.160', u'FakeBrowser 1.0', None, 'e992d128cfe820f850991671676299d9', u'2013-02-28 14:07:03'] | |
2013-02-28 14:07:03,862 DEBUG (0.000) RELEASE SAVEPOINT s140196843075328_x12; args=() | |
2013-02-28 14:07:03,864 DEBUG (0.000) SELECT (1) AS `a` FROM `actioncounters_actioncounterunique` WHERE `actioncounters_actioncounterunique`.`id` = 12 LIMIT 1; args=(12,) | |
2013-02-28 14:07:03,865 DEBUG (0.000) UPDATE `actioncounters_actioncounterunique` SET `content_type_id` = 16, `object_pk` = '1', `name` = 'boogs', `total` = `actioncounters_actioncounterunique`.`total` + -1, `ip` = '192.168.123.160', `user_agent` = 'FakeBrowser 1.0', `user_id` = NULL, `unique_hash` = 'e992d128cfe820f850991671676299d9', `modified` = '2013-02-28 14:07:03' WHERE `actioncounters_actioncounterunique`.`id` = 12 ; args=(16, u'1', 'boogs', -1, '192.168.123.160', u'FakeBrowser 1.0', 'e992d128cfe820f850991671676299d9', u'2013-02-28 14:07:03', 12) | |
2013-02-28 14:07:03,866 DEBUG (0.000) UPDATE `actioncounters_testmodel` SET `boogs_total` = `actioncounters_testmodel`.`boogs_total` + -1 WHERE `actioncounters_testmodel`.`id` = 1 ; args=(-1, 1) | |
2013-02-28 14:07:03,868 DEBUG (0.001) SELECT `actioncounters_actioncounterunique`.`id`, `actioncounters_actioncounterunique`.`content_type_id`, `actioncounters_actioncounterunique`.`object_pk`, `actioncounters_actioncounterunique`.`name`, `actioncounters_actioncounterunique`.`total`, `actioncounters_actioncounterunique`.`ip`, `actioncounters_actioncounterunique`.`user_agent`, `actioncounters_actioncounterunique`.`user_id`, `actioncounters_actioncounterunique`.`unique_hash`, `actioncounters_actioncounterunique`.`modified` FROM `actioncounters_actioncounterunique` WHERE `actioncounters_actioncounterunique`.`unique_hash` = 'e992d128cfe820f850991671676299d9' ; args=('e992d128cfe820f850991671676299d9',) | |
2013-02-28 14:07:03,870 DEBUG (0.001) SELECT `actioncounters_actioncounterunique`.`id`, `actioncounters_actioncounterunique`.`content_type_id`, `actioncounters_actioncounterunique`.`object_pk`, `actioncounters_actioncounterunique`.`name`, `actioncounters_actioncounterunique`.`total`, `actioncounters_actioncounterunique`.`ip`, `actioncounters_actioncounterunique`.`user_agent`, `actioncounters_actioncounterunique`.`user_id`, `actioncounters_actioncounterunique`.`unique_hash`, `actioncounters_actioncounterunique`.`modified` FROM `actioncounters_actioncounterunique` WHERE `actioncounters_actioncounterunique`.`unique_hash` = 'e992d128cfe820f850991671676299d9' ; args=('e992d128cfe820f850991671676299d9',) | |
2013-02-28 14:07:03,871 DEBUG (0.000) SELECT `django_content_type`.`id`, `django_content_type`.`name`, `django_content_type`.`app_label`, `django_content_type`.`model` FROM `django_content_type` WHERE `django_content_type`.`id` = 16 ; args=(16,) | |
2013-02-28 14:07:03,872 DEBUG (0.000) SELECT (1) AS `a` FROM `actioncounters_actioncounterunique` WHERE `actioncounters_actioncounterunique`.`id` = 12 LIMIT 1; args=(12,) | |
2013-02-28 14:07:03,874 DEBUG (0.000) UPDATE `actioncounters_actioncounterunique` SET `content_type_id` = 16, `object_pk` = '1', `name` = 'boogs', `total` = `actioncounters_actioncounterunique`.`total` + -1, `ip` = '192.168.123.160', `user_agent` = 'FakeBrowser 1.0', `user_id` = NULL, `unique_hash` = 'e992d128cfe820f850991671676299d9', `modified` = '2013-02-28 14:07:03' WHERE `actioncounters_actioncounterunique`.`id` = 12 ; args=(16, u'1', u'boogs', -1, u'192.168.123.160', u'FakeBrowser 1.0', 'e992d128cfe820f850991671676299d9', u'2013-02-28 14:07:03', 12) | |
2013-02-28 14:07:03,875 DEBUG (0.000) UPDATE `actioncounters_testmodel` SET `boogs_total` = `actioncounters_testmodel`.`boogs_total` + -1 WHERE `actioncounters_testmodel`.`id` = 1 ; args=(-1, 1) | |
2013-02-28 14:07:03,876 DEBUG (0.000) SELECT `actioncounters_actioncounterunique`.`id`, `actioncounters_actioncounterunique`.`content_type_id`, `actioncounters_actioncounterunique`.`object_pk`, `actioncounters_actioncounterunique`.`name`, `actioncounters_actioncounterunique`.`total`, `actioncounters_actioncounterunique`.`ip`, `actioncounters_actioncounterunique`.`user_agent`, `actioncounters_actioncounterunique`.`user_id`, `actioncounters_actioncounterunique`.`unique_hash`, `actioncounters_actioncounterunique`.`modified` FROM `actioncounters_actioncounterunique` WHERE `actioncounters_actioncounterunique`.`unique_hash` = 'e992d128cfe820f850991671676299d9' ; args=('e992d128cfe820f850991671676299d9',) | |
2013-02-28 14:07:03,878 DEBUG (0.000) SELECT `actioncounters_actioncounterunique`.`id`, `actioncounters_actioncounterunique`.`content_type_id`, `actioncounters_actioncounterunique`.`object_pk`, `actioncounters_actioncounterunique`.`name`, `actioncounters_actioncounterunique`.`total`, `actioncounters_actioncounterunique`.`ip`, `actioncounters_actioncounterunique`.`user_agent`, `actioncounters_actioncounterunique`.`user_id`, `actioncounters_actioncounterunique`.`unique_hash`, `actioncounters_actioncounterunique`.`modified` FROM `actioncounters_actioncounterunique` WHERE `actioncounters_actioncounterunique`.`unique_hash` = 'e992d128cfe820f850991671676299d9' ; args=('e992d128cfe820f850991671676299d9',) | |
2013-02-28 14:07:03,879 DEBUG (0.000) SELECT `django_content_type`.`id`, `django_content_type`.`name`, `django_content_type`.`app_label`, `django_content_type`.`model` FROM `django_content_type` WHERE `django_content_type`.`id` = 16 ; args=(16,) | |
2013-02-28 14:07:03,880 DEBUG (0.000) SELECT (1) AS `a` FROM `actioncounters_actioncounterunique` WHERE `actioncounters_actioncounterunique`.`id` = 12 LIMIT 1; args=(12,) | |
2013-02-28 14:07:03,882 DEBUG (0.000) UPDATE `actioncounters_actioncounterunique` SET `content_type_id` = 16, `object_pk` = '1', `name` = 'boogs', `total` = `actioncounters_actioncounterunique`.`total` + -1, `ip` = '192.168.123.160', `user_agent` = 'FakeBrowser 1.0', `user_id` = NULL, `unique_hash` = 'e992d128cfe820f850991671676299d9', `modified` = '2013-02-28 14:07:03' WHERE `actioncounters_actioncounterunique`.`id` = 12 ; args=(16, u'1', u'boogs', -1, u'192.168.123.160', u'FakeBrowser 1.0', 'e992d128cfe820f850991671676299d9', u'2013-02-28 14:07:03', 12) | |
2013-02-28 14:07:03,883 DEBUG (0.000) UPDATE `actioncounters_testmodel` SET `boogs_total` = `actioncounters_testmodel`.`boogs_total` + -1 WHERE `actioncounters_testmodel`.`id` = 1 ; args=(-1, 1) | |
2013-02-28 14:07:03,884 DEBUG (0.000) SELECT `actioncounters_actioncounterunique`.`id`, `actioncounters_actioncounterunique`.`content_type_id`, `actioncounters_actioncounterunique`.`object_pk`, `actioncounters_actioncounterunique`.`name`, `actioncounters_actioncounterunique`.`total`, `actioncounters_actioncounterunique`.`ip`, `actioncounters_actioncounterunique`.`user_agent`, `actioncounters_actioncounterunique`.`user_id`, `actioncounters_actioncounterunique`.`unique_hash`, `actioncounters_actioncounterunique`.`modified` FROM `actioncounters_actioncounterunique` WHERE `actioncounters_actioncounterunique`.`unique_hash` = 'e992d128cfe820f850991671676299d9' ; args=('e992d128cfe820f850991671676299d9',) | |
2013-02-28 14:07:03,886 DEBUG (0.000) SELECT `actioncounters_actioncounterunique`.`id`, `actioncounters_actioncounterunique`.`content_type_id`, `actioncounters_actioncounterunique`.`object_pk`, `actioncounters_actioncounterunique`.`name`, `actioncounters_actioncounterunique`.`total`, `actioncounters_actioncounterunique`.`ip`, `actioncounters_actioncounterunique`.`user_agent`, `actioncounters_actioncounterunique`.`user_id`, `actioncounters_actioncounterunique`.`unique_hash`, `actioncounters_actioncounterunique`.`modified` FROM `actioncounters_actioncounterunique` WHERE `actioncounters_actioncounterunique`.`unique_hash` = 'e992d128cfe820f850991671676299d9' ; args=('e992d128cfe820f850991671676299d9',) | |
2013-02-28 14:07:03,887 DEBUG (0.000) SELECT `django_content_type`.`id`, `django_content_type`.`name`, `django_content_type`.`app_label`, `django_content_type`.`model` FROM `django_content_type` WHERE `django_content_type`.`id` = 16 ; args=(16,) | |
2013-02-28 14:07:03,889 DEBUG (0.000) SELECT (1) AS `a` FROM `actioncounters_actioncounterunique` WHERE `actioncounters_actioncounterunique`.`id` = 12 LIMIT 1; args=(12,) | |
2013-02-28 14:07:03,891 DEBUG (0.000) UPDATE `actioncounters_actioncounterunique` SET `content_type_id` = 16, `object_pk` = '1', `name` = 'boogs', `total` = `actioncounters_actioncounterunique`.`total` + -1, `ip` = '192.168.123.160', `user_agent` = 'FakeBrowser 1.0', `user_id` = NULL, `unique_hash` = 'e992d128cfe820f850991671676299d9', `modified` = '2013-02-28 14:07:03' WHERE `actioncounters_actioncounterunique`.`id` = 12 ; args=(16, u'1', u'boogs', -1, u'192.168.123.160', u'FakeBrowser 1.0', 'e992d128cfe820f850991671676299d9', u'2013-02-28 14:07:03', 12) | |
2013-02-28 14:07:03,892 DEBUG (0.001) UPDATE `actioncounters_testmodel` SET `boogs_total` = `actioncounters_testmodel`.`boogs_total` + -1 WHERE `actioncounters_testmodel`.`id` = 1 ; args=(-1, 1) | |
2013-02-28 14:07:03,893 DEBUG (0.000) SELECT `actioncounters_actioncounterunique`.`id`, `actioncounters_actioncounterunique`.`content_type_id`, `actioncounters_actioncounterunique`.`object_pk`, `actioncounters_actioncounterunique`.`name`, `actioncounters_actioncounterunique`.`total`, `actioncounters_actioncounterunique`.`ip`, `actioncounters_actioncounterunique`.`user_agent`, `actioncounters_actioncounterunique`.`user_id`, `actioncounters_actioncounterunique`.`unique_hash`, `actioncounters_actioncounterunique`.`modified` FROM `actioncounters_actioncounterunique` WHERE `actioncounters_actioncounterunique`.`unique_hash` = 'e992d128cfe820f850991671676299d9' ; args=('e992d128cfe820f850991671676299d9',) | |
2013-02-28 14:07:03,895 DEBUG (0.000) SELECT `actioncounters_actioncounterunique`.`id`, `actioncounters_actioncounterunique`.`content_type_id`, `actioncounters_actioncounterunique`.`object_pk`, `actioncounters_actioncounterunique`.`name`, `actioncounters_actioncounterunique`.`total`, `actioncounters_actioncounterunique`.`ip`, `actioncounters_actioncounterunique`.`user_agent`, `actioncounters_actioncounterunique`.`user_id`, `actioncounters_actioncounterunique`.`unique_hash`, `actioncounters_actioncounterunique`.`modified` FROM `actioncounters_actioncounterunique` WHERE `actioncounters_actioncounterunique`.`unique_hash` = 'e992d128cfe820f850991671676299d9' ; args=('e992d128cfe820f850991671676299d9',) | |
2013-02-28 14:07:03,896 DEBUG (0.000) SELECT `django_content_type`.`id`, `django_content_type`.`name`, `django_content_type`.`app_label`, `django_content_type`.`model` FROM `django_content_type` WHERE `django_content_type`.`id` = 16 ; args=(16,) | |
2013-02-28 14:07:03,897 DEBUG (0.000) SELECT (1) AS `a` FROM `actioncounters_actioncounterunique` WHERE `actioncounters_actioncounterunique`.`id` = 12 LIMIT 1; args=(12,) | |
2013-02-28 14:07:03,899 DEBUG (0.000) UPDATE `actioncounters_actioncounterunique` SET `content_type_id` = 16, `object_pk` = '1', `name` = 'boogs', `total` = `actioncounters_actioncounterunique`.`total` + -1, `ip` = '192.168.123.160', `user_agent` = 'FakeBrowser 1.0', `user_id` = NULL, `unique_hash` = 'e992d128cfe820f850991671676299d9', `modified` = '2013-02-28 14:07:03' WHERE `actioncounters_actioncounterunique`.`id` = 12 ; args=(16, u'1', u'boogs', -1, u'192.168.123.160', u'FakeBrowser 1.0', 'e992d128cfe820f850991671676299d9', u'2013-02-28 14:07:03', 12) | |
2013-02-28 14:07:03,900 DEBUG (0.000) UPDATE `actioncounters_testmodel` SET `boogs_total` = `actioncounters_testmodel`.`boogs_total` + -1 WHERE `actioncounters_testmodel`.`id` = 1 ; args=(-1, 1) | |
2013-02-28 14:07:03,901 DEBUG (0.000) SELECT `actioncounters_actioncounterunique`.`id`, `actioncounters_actioncounterunique`.`content_type_id`, `actioncounters_actioncounterunique`.`object_pk`, `actioncounters_actioncounterunique`.`name`, `actioncounters_actioncounterunique`.`total`, `actioncounters_actioncounterunique`.`ip`, `actioncounters_actioncounterunique`.`user_agent`, `actioncounters_actioncounterunique`.`user_id`, `actioncounters_actioncounterunique`.`unique_hash`, `actioncounters_actioncounterunique`.`modified` FROM `actioncounters_actioncounterunique` WHERE `actioncounters_actioncounterunique`.`unique_hash` = 'e992d128cfe820f850991671676299d9' ; args=('e992d128cfe820f850991671676299d9',) | |
2013-02-28 14:07:03,903 DEBUG (0.000) SELECT `actioncounters_actioncounterunique`.`id`, `actioncounters_actioncounterunique`.`content_type_id`, `actioncounters_actioncounterunique`.`object_pk`, `actioncounters_actioncounterunique`.`name`, `actioncounters_actioncounterunique`.`total`, `actioncounters_actioncounterunique`.`ip`, `actioncounters_actioncounterunique`.`user_agent`, `actioncounters_actioncounterunique`.`user_id`, `actioncounters_actioncounterunique`.`unique_hash`, `actioncounters_actioncounterunique`.`modified` FROM `actioncounters_actioncounterunique` WHERE `actioncounters_actioncounterunique`.`unique_hash` = 'e992d128cfe820f850991671676299d9' ; args=('e992d128cfe820f850991671676299d9',) | |
2013-02-28 14:07:03,904 DEBUG (0.000) SELECT `actioncounters_actioncounterunique`.`id`, `actioncounters_actioncounterunique`.`content_type_id`, `actioncounters_actioncounterunique`.`object_pk`, `actioncounters_actioncounterunique`.`name`, `actioncounters_actioncounterunique`.`total`, `actioncounters_actioncounterunique`.`ip`, `actioncounters_actioncounterunique`.`user_agent`, `actioncounters_actioncounterunique`.`user_id`, `actioncounters_actioncounterunique`.`unique_hash`, `actioncounters_actioncounterunique`.`modified` FROM `actioncounters_actioncounterunique` WHERE `actioncounters_actioncounterunique`.`unique_hash` = 'e992d128cfe820f850991671676299d9' ; args=('e992d128cfe820f850991671676299d9',) | |
2013-02-28 14:07:03,906 DEBUG (0.000) SELECT `actioncounters_actioncounterunique`.`id`, `actioncounters_actioncounterunique`.`content_type_id`, `actioncounters_actioncounterunique`.`object_pk`, `actioncounters_actioncounterunique`.`name`, `actioncounters_actioncounterunique`.`total`, `actioncounters_actioncounterunique`.`ip`, `actioncounters_actioncounterunique`.`user_agent`, `actioncounters_actioncounterunique`.`user_id`, `actioncounters_actioncounterunique`.`unique_hash`, `actioncounters_actioncounterunique`.`modified` FROM `actioncounters_actioncounterunique` WHERE `actioncounters_actioncounterunique`.`unique_hash` = 'e992d128cfe820f850991671676299d9' ; args=('e992d128cfe820f850991671676299d9',) | |
ok | |
test_action_with_max (vagrant.apps.actioncounters.tests.ActionCountersTest) | |
Action with a max_total_per_unique greater than 1 ... 2013-02-28 14:07:03,916 DEBUG (0.000) INSERT INTO `auth_user` (`username`, `first_name`, `last_name`, `email`, `password`, `is_staff`, `is_active`, `is_superuser`, `last_login`, `date_joined`) VALUES ('tester1', '', '', 'tester2@tester.com', 'sha256$7ohiTC2akuTP$dbc3bed938a3460f3bb09bf99cababaa6f2807f39e7c2b1de86e0a5064d57683', 0, 1, 0, '2013-02-28 14:07:03', '2013-02-28 14:07:03'); args=['tester1', '', '', 'tester2@tester.com', 'sha256$7ohiTC2akuTP$dbc3bed938a3460f3bb09bf99cababaa6f2807f39e7c2b1de86e0a5064d57683', False, True, False, u'2013-02-28 14:07:03', u'2013-02-28 14:07:03'] | |
2013-02-28 14:07:03,918 DEBUG (0.000) SELECT (1) AS `a` FROM `auth_user` WHERE `auth_user`.`id` = 3 LIMIT 1; args=(3,) | |
2013-02-28 14:07:03,919 DEBUG (0.000) UPDATE `auth_user` SET `username` = 'tester1', `first_name` = '', `last_name` = '', `email` = 'tester2@tester.com', `password` = 'sha256$7ohiTC2akuTP$dbc3bed938a3460f3bb09bf99cababaa6f2807f39e7c2b1de86e0a5064d57683', `is_staff` = 0, `is_active` = 1, `is_superuser` = 0, `last_login` = '2013-02-28 14:07:03', `date_joined` = '2013-02-28 14:07:03' WHERE `auth_user`.`id` = 3 ; args=('tester1', '', '', 'tester2@tester.com', 'sha256$7ohiTC2akuTP$dbc3bed938a3460f3bb09bf99cababaa6f2807f39e7c2b1de86e0a5064d57683', False, True, False, u'2013-02-28 14:07:03', u'2013-02-28 14:07:03', 3) | |
2013-02-28 14:07:03,920 DEBUG (0.000) INSERT INTO `auth_user` (`username`, `first_name`, `last_name`, `email`, `password`, `is_staff`, `is_active`, `is_superuser`, `last_login`, `date_joined`) VALUES ('tester2', '', '', 'tester2@tester.com', 'sha256$9ZXf2OO9f17O$6f4d546d286708a8c0bd6a38cd21eef5aedb2d3d7c422d75f24886f6902018dd', 0, 1, 0, '2013-02-28 14:07:03', '2013-02-28 14:07:03'); args=['tester2', '', '', 'tester2@tester.com', 'sha256$9ZXf2OO9f17O$6f4d546d286708a8c0bd6a38cd21eef5aedb2d3d7c422d75f24886f6902018dd', False, True, False, u'2013-02-28 14:07:03', u'2013-02-28 14:07:03'] | |
2013-02-28 14:07:03,922 DEBUG (0.000) SELECT (1) AS `a` FROM `auth_user` WHERE `auth_user`.`id` = 4 LIMIT 1; args=(4,) | |
2013-02-28 14:07:03,923 DEBUG (0.000) UPDATE `auth_user` SET `username` = 'tester2', `first_name` = '', `last_name` = '', `email` = 'tester2@tester.com', `password` = 'sha256$9ZXf2OO9f17O$6f4d546d286708a8c0bd6a38cd21eef5aedb2d3d7c422d75f24886f6902018dd', `is_staff` = 0, `is_active` = 1, `is_superuser` = 0, `last_login` = '2013-02-28 14:07:03', `date_joined` = '2013-02-28 14:07:03' WHERE `auth_user`.`id` = 4 ; args=('tester2', '', '', 'tester2@tester.com', 'sha256$9ZXf2OO9f17O$6f4d546d286708a8c0bd6a38cd21eef5aedb2d3d7c422d75f24886f6902018dd', False, True, False, u'2013-02-28 14:07:03', u'2013-02-28 14:07:03', 4) | |
2013-02-28 14:07:03,924 DEBUG (0.000) INSERT INTO `actioncounters_testmodel` (`title`, `views_total`, `views_recent`, `boogs_total`, `boogs_recent`, `likes_total`, `likes_recent`, `frobs_total`, `frobs_recent`) VALUES ('alpha', 0, 0, 0, 0, 0, 0, 0, 0); args=['alpha', 0, 0, 0, 0, 0, 0, 0, 0] | |
2013-02-28 14:07:03,926 DEBUG (0.001) SELECT `actioncounters_actioncounterunique`.`id`, `actioncounters_actioncounterunique`.`content_type_id`, `actioncounters_actioncounterunique`.`object_pk`, `actioncounters_actioncounterunique`.`name`, `actioncounters_actioncounterunique`.`total`, `actioncounters_actioncounterunique`.`ip`, `actioncounters_actioncounterunique`.`user_agent`, `actioncounters_actioncounterunique`.`user_id`, `actioncounters_actioncounterunique`.`unique_hash`, `actioncounters_actioncounterunique`.`modified` FROM `actioncounters_actioncounterunique` WHERE `actioncounters_actioncounterunique`.`unique_hash` = '9d3d9c11ae5ebdcc6798e64d06a50df2' ; args=('9d3d9c11ae5ebdcc6798e64d06a50df2',) | |
2013-02-28 14:07:03,926 DEBUG (0.000) SAVEPOINT s140196843075328_x1; args=() | |
2013-02-28 14:07:03,927 DEBUG (0.000) INSERT INTO `actioncounters_actioncounterunique` (`content_type_id`, `object_pk`, `name`, `total`, `ip`, `user_agent`, `user_id`, `unique_hash`, `modified`) VALUES (16, '2', 'views', 0, '192.168.123.123', 'FakeBrowser 1.0', NULL, '9d3d9c11ae5ebdcc6798e64d06a50df2', '2013-02-28 14:07:03'); args=[16, u'2', 'views', 0, '192.168.123.123', u'FakeBrowser 1.0', None, '9d3d9c11ae5ebdcc6798e64d06a50df2', u'2013-02-28 14:07:03'] | |
2013-02-28 14:07:03,928 DEBUG (0.000) RELEASE SAVEPOINT s140196843075328_x1; args=() | |
2013-02-28 14:07:03,929 DEBUG (0.000) SELECT (1) AS `a` FROM `actioncounters_actioncounterunique` WHERE `actioncounters_actioncounterunique`.`id` = 13 LIMIT 1; args=(13,) | |
2013-02-28 14:07:03,930 DEBUG (0.000) UPDATE `actioncounters_actioncounterunique` SET `content_type_id` = 16, `object_pk` = '2', `name` = 'views', `total` = `actioncounters_actioncounterunique`.`total` + 1, `ip` = '192.168.123.123', `user_agent` = 'FakeBrowser 1.0', `user_id` = NULL, `unique_hash` = '9d3d9c11ae5ebdcc6798e64d06a50df2', `modified` = '2013-02-28 14:07:03' WHERE `actioncounters_actioncounterunique`.`id` = 13 ; args=(16, u'2', 'views', 1, '192.168.123.123', u'FakeBrowser 1.0', '9d3d9c11ae5ebdcc6798e64d06a50df2', u'2013-02-28 14:07:03', 13) | |
2013-02-28 14:07:03,932 DEBUG (0.000) UPDATE `actioncounters_testmodel` SET `views_total` = `actioncounters_testmodel`.`views_total` + 1 WHERE `actioncounters_testmodel`.`id` = 2 ; args=(1, 2) | |
2013-02-28 14:07:03,933 DEBUG (0.000) SELECT `actioncounters_actioncounterunique`.`id`, `actioncounters_actioncounterunique`.`content_type_id`, `actioncounters_actioncounterunique`.`object_pk`, `actioncounters_actioncounterunique`.`name`, `actioncounters_actioncounterunique`.`total`, `actioncounters_actioncounterunique`.`ip`, `actioncounters_actioncounterunique`.`user_agent`, `actioncounters_actioncounterunique`.`user_id`, `actioncounters_actioncounterunique`.`unique_hash`, `actioncounters_actioncounterunique`.`modified` FROM `actioncounters_actioncounterunique` WHERE `actioncounters_actioncounterunique`.`unique_hash` = '9d3d9c11ae5ebdcc6798e64d06a50df2' ; args=('9d3d9c11ae5ebdcc6798e64d06a50df2',) | |
2013-02-28 14:07:03,935 DEBUG (0.001) SELECT `django_content_type`.`id`, `django_content_type`.`name`, `django_content_type`.`app_label`, `django_content_type`.`model` FROM `django_content_type` WHERE `django_content_type`.`id` = 16 ; args=(16,) | |
2013-02-28 14:07:03,936 DEBUG (0.000) SELECT (1) AS `a` FROM `actioncounters_actioncounterunique` WHERE `actioncounters_actioncounterunique`.`id` = 13 LIMIT 1; args=(13,) | |
2013-02-28 14:07:03,938 DEBUG (0.000) UPDATE `actioncounters_actioncounterunique` SET `content_type_id` = 16, `object_pk` = '2', `name` = 'views', `total` = `actioncounters_actioncounterunique`.`total` + 1, `ip` = '192.168.123.123', `user_agent` = 'FakeBrowser 1.0', `user_id` = NULL, `unique_hash` = '9d3d9c11ae5ebdcc6798e64d06a50df2', `modified` = '2013-02-28 14:07:03' WHERE `actioncounters_actioncounterunique`.`id` = 13 ; args=(16, u'2', u'views', 1, u'192.168.123.123', u'FakeBrowser 1.0', '9d3d9c11ae5ebdcc6798e64d06a50df2', u'2013-02-28 14:07:03', 13) | |
2013-02-28 14:07:03,939 DEBUG (0.000) UPDATE `actioncounters_testmodel` SET `views_total` = `actioncounters_testmodel`.`views_total` + 1 WHERE `actioncounters_testmodel`.`id` = 2 ; args=(1, 2) | |
2013-02-28 14:07:03,940 DEBUG (0.000) SELECT `actioncounters_actioncounterunique`.`id`, `actioncounters_actioncounterunique`.`content_type_id`, `actioncounters_actioncounterunique`.`object_pk`, `actioncounters_actioncounterunique`.`name`, `actioncounters_actioncounterunique`.`total`, `actioncounters_actioncounterunique`.`ip`, `actioncounters_actioncounterunique`.`user_agent`, `actioncounters_actioncounterunique`.`user_id`, `actioncounters_actioncounterunique`.`unique_hash`, `actioncounters_actioncounterunique`.`modified` FROM `actioncounters_actioncounterunique` WHERE `actioncounters_actioncounterunique`.`unique_hash` = '9d3d9c11ae5ebdcc6798e64d06a50df2' ; args=('9d3d9c11ae5ebdcc6798e64d06a50df2',) | |
2013-02-28 14:07:03,942 DEBUG (0.000) SELECT `django_content_type`.`id`, `django_content_type`.`name`, `django_content_type`.`app_label`, `django_content_type`.`model` FROM `django_content_type` WHERE `django_content_type`.`id` = 16 ; args=(16,) | |
2013-02-28 14:07:03,943 DEBUG (0.000) SELECT (1) AS `a` FROM `actioncounters_actioncounterunique` WHERE `actioncounters_actioncounterunique`.`id` = 13 LIMIT 1; args=(13,) | |
2013-02-28 14:07:03,944 DEBUG (0.000) UPDATE `actioncounters_actioncounterunique` SET `content_type_id` = 16, `object_pk` = '2', `name` = 'views', `total` = `actioncounters_actioncounterunique`.`total` + 1, `ip` = '192.168.123.123', `user_agent` = 'FakeBrowser 1.0', `user_id` = NULL, `unique_hash` = '9d3d9c11ae5ebdcc6798e64d06a50df2', `modified` = '2013-02-28 14:07:03' WHERE `actioncounters_actioncounterunique`.`id` = 13 ; args=(16, u'2', u'views', 1, u'192.168.123.123', u'FakeBrowser 1.0', '9d3d9c11ae5ebdcc6798e64d06a50df2', u'2013-02-28 14:07:03', 13) | |
2013-02-28 14:07:03,946 DEBUG (0.000) UPDATE `actioncounters_testmodel` SET `views_total` = `actioncounters_testmodel`.`views_total` + 1 WHERE `actioncounters_testmodel`.`id` = 2 ; args=(1, 2) | |
2013-02-28 14:07:03,947 DEBUG (0.000) SELECT `actioncounters_actioncounterunique`.`id`, `actioncounters_actioncounterunique`.`content_type_id`, `actioncounters_actioncounterunique`.`object_pk`, `actioncounters_actioncounterunique`.`name`, `actioncounters_actioncounterunique`.`total`, `actioncounters_actioncounterunique`.`ip`, `actioncounters_actioncounterunique`.`user_agent`, `actioncounters_actioncounterunique`.`user_id`, `actioncounters_actioncounterunique`.`unique_hash`, `actioncounters_actioncounterunique`.`modified` FROM `actioncounters_actioncounterunique` WHERE `actioncounters_actioncounterunique`.`unique_hash` = '9d3d9c11ae5ebdcc6798e64d06a50df2' ; args=('9d3d9c11ae5ebdcc6798e64d06a50df2',) | |
2013-02-28 14:07:03,948 DEBUG (0.000) SELECT `django_content_type`.`id`, `django_content_type`.`name`, `django_content_type`.`app_label`, `django_content_type`.`model` FROM `django_content_type` WHERE `django_content_type`.`id` = 16 ; args=(16,) | |
2013-02-28 14:07:03,950 DEBUG (0.000) SELECT (1) AS `a` FROM `actioncounters_actioncounterunique` WHERE `actioncounters_actioncounterunique`.`id` = 13 LIMIT 1; args=(13,) | |
2013-02-28 14:07:03,951 DEBUG (0.000) UPDATE `actioncounters_actioncounterunique` SET `content_type_id` = 16, `object_pk` = '2', `name` = 'views', `total` = `actioncounters_actioncounterunique`.`total` + 1, `ip` = '192.168.123.123', `user_agent` = 'FakeBrowser 1.0', `user_id` = NULL, `unique_hash` = '9d3d9c11ae5ebdcc6798e64d06a50df2', `modified` = '2013-02-28 14:07:03' WHERE `actioncounters_actioncounterunique`.`id` = 13 ; args=(16, u'2', u'views', 1, u'192.168.123.123', u'FakeBrowser 1.0', '9d3d9c11ae5ebdcc6798e64d06a50df2', u'2013-02-28 14:07:03', 13) | |
2013-02-28 14:07:03,952 DEBUG (0.000) UPDATE `actioncounters_testmodel` SET `views_total` = `actioncounters_testmodel`.`views_total` + 1 WHERE `actioncounters_testmodel`.`id` = 2 ; args=(1, 2) | |
2013-02-28 14:07:03,954 DEBUG (0.000) SELECT `actioncounters_actioncounterunique`.`id`, `actioncounters_actioncounterunique`.`content_type_id`, `actioncounters_actioncounterunique`.`object_pk`, `actioncounters_actioncounterunique`.`name`, `actioncounters_actioncounterunique`.`total`, `actioncounters_actioncounterunique`.`ip`, `actioncounters_actioncounterunique`.`user_agent`, `actioncounters_actioncounterunique`.`user_id`, `actioncounters_actioncounterunique`.`unique_hash`, `actioncounters_actioncounterunique`.`modified` FROM `actioncounters_actioncounterunique` WHERE `actioncounters_actioncounterunique`.`unique_hash` = '9d3d9c11ae5ebdcc6798e64d06a50df2' ; args=('9d3d9c11ae5ebdcc6798e64d06a50df2',) | |
2013-02-28 14:07:03,955 DEBUG (0.000) SELECT `django_content_type`.`id`, `django_content_type`.`name`, `django_content_type`.`app_label`, `django_content_type`.`model` FROM `django_content_type` WHERE `django_content_type`.`id` = 16 ; args=(16,) | |
2013-02-28 14:07:03,957 DEBUG (0.000) SELECT (1) AS `a` FROM `actioncounters_actioncounterunique` WHERE `actioncounters_actioncounterunique`.`id` = 13 LIMIT 1; args=(13,) | |
2013-02-28 14:07:03,958 DEBUG (0.000) UPDATE `actioncounters_actioncounterunique` SET `content_type_id` = 16, `object_pk` = '2', `name` = 'views', `total` = `actioncounters_actioncounterunique`.`total` + 1, `ip` = '192.168.123.123', `user_agent` = 'FakeBrowser 1.0', `user_id` = NULL, `unique_hash` = '9d3d9c11ae5ebdcc6798e64d06a50df2', `modified` = '2013-02-28 14:07:03' WHERE `actioncounters_actioncounterunique`.`id` = 13 ; args=(16, u'2', u'views', 1, u'192.168.123.123', u'FakeBrowser 1.0', '9d3d9c11ae5ebdcc6798e64d06a50df2', u'2013-02-28 14:07:03', 13) | |
2013-02-28 14:07:03,960 DEBUG (0.000) UPDATE `actioncounters_testmodel` SET `views_total` = `actioncounters_testmodel`.`views_total` + 1 WHERE `actioncounters_testmodel`.`id` = 2 ; args=(1, 2) | |
2013-02-28 14:07:03,961 DEBUG (0.000) SELECT `actioncounters_actioncounterunique`.`id`, `actioncounters_actioncounterunique`.`content_type_id`, `actioncounters_actioncounterunique`.`object_pk`, `actioncounters_actioncounterunique`.`name`, `actioncounters_actioncounterunique`.`total`, `actioncounters_actioncounterunique`.`ip`, `actioncounters_actioncounterunique`.`user_agent`, `actioncounters_actioncounterunique`.`user_id`, `actioncounters_actioncounterunique`.`unique_hash`, `actioncounters_actioncounterunique`.`modified` FROM `actioncounters_actioncounterunique` WHERE `actioncounters_actioncounterunique`.`unique_hash` = '9d3d9c11ae5ebdcc6798e64d06a50df2' ; args=('9d3d9c11ae5ebdcc6798e64d06a50df2',) | |
2013-02-28 14:07:03,962 DEBUG (0.000) SELECT `actioncounters_actioncounterunique`.`id`, `actioncounters_actioncounterunique`.`content_type_id`, `actioncounters_actioncounterunique`.`object_pk`, `actioncounters_actioncounterunique`.`name`, `actioncounters_actioncounterunique`.`total`, `actioncounters_actioncounterunique`.`ip`, `actioncounters_actioncounterunique`.`user_agent`, `actioncounters_actioncounterunique`.`user_id`, `actioncounters_actioncounterunique`.`unique_hash`, `actioncounters_actioncounterunique`.`modified` FROM `actioncounters_actioncounterunique` WHERE `actioncounters_actioncounterunique`.`unique_hash` = '9d3d9c11ae5ebdcc6798e64d06a50df2' ; args=('9d3d9c11ae5ebdcc6798e64d06a50df2',) | |
ok | |
test_action_with_min (vagrant.apps.actioncounters.tests.ActionCountersTest) | |
Action with a min_total_per_unique greater than 1 ... 2013-02-28 14:07:03,967 DEBUG (0.000) INSERT INTO `auth_user` (`username`, `first_name`, `last_name`, `email`, `password`, `is_staff`, `is_active`, `is_superuser`, `last_login`, `date_joined`) VALUES ('tester1', '', '', 'tester2@tester.com', 'sha256$z8gkzLjolzCq$804c6002bf1726185be06a6b55888f595ff1e7eb44e929298b952dd21b0d51a0', 0, 1, 0, '2013-02-28 14:07:03', '2013-02-28 14:07:03'); args=['tester1', '', '', 'tester2@tester.com', 'sha256$z8gkzLjolzCq$804c6002bf1726185be06a6b55888f595ff1e7eb44e929298b952dd21b0d51a0', False, True, False, u'2013-02-28 14:07:03', u'2013-02-28 14:07:03'] | |
2013-02-28 14:07:03,969 DEBUG (0.000) SELECT (1) AS `a` FROM `auth_user` WHERE `auth_user`.`id` = 5 LIMIT 1; args=(5,) | |
2013-02-28 14:07:03,970 DEBUG (0.000) UPDATE `auth_user` SET `username` = 'tester1', `first_name` = '', `last_name` = '', `email` = 'tester2@tester.com', `password` = 'sha256$z8gkzLjolzCq$804c6002bf1726185be06a6b55888f595ff1e7eb44e929298b952dd21b0d51a0', `is_staff` = 0, `is_active` = 1, `is_superuser` = 0, `last_login` = '2013-02-28 14:07:03', `date_joined` = '2013-02-28 14:07:03' WHERE `auth_user`.`id` = 5 ; args=('tester1', '', '', 'tester2@tester.com', 'sha256$z8gkzLjolzCq$804c6002bf1726185be06a6b55888f595ff1e7eb44e929298b952dd21b0d51a0', False, True, False, u'2013-02-28 14:07:03', u'2013-02-28 14:07:03', 5) | |
2013-02-28 14:07:03,971 DEBUG (0.000) INSERT INTO `auth_user` (`username`, `first_name`, `last_name`, `email`, `password`, `is_staff`, `is_active`, `is_superuser`, `last_login`, `date_joined`) VALUES ('tester2', '', '', 'tester2@tester.com', 'sha256$qZY8ktKcVDKk$bba29f42bcdc5da0dbba5c1cb8867f887046916bb1616ecb234420b2e9d4f40d', 0, 1, 0, '2013-02-28 14:07:03', '2013-02-28 14:07:03'); args=['tester2', '', '', 'tester2@tester.com', 'sha256$qZY8ktKcVDKk$bba29f42bcdc5da0dbba5c1cb8867f887046916bb1616ecb234420b2e9d4f40d', False, True, False, u'2013-02-28 14:07:03', u'2013-02-28 14:07:03'] | |
2013-02-28 14:07:03,972 DEBUG (0.000) SELECT (1) AS `a` FROM `auth_user` WHERE `auth_user`.`id` = 6 LIMIT 1; args=(6,) | |
2013-02-28 14:07:03,974 DEBUG (0.000) UPDATE `auth_user` SET `username` = 'tester2', `first_name` = '', `last_name` = '', `email` = 'tester2@tester.com', `password` = 'sha256$qZY8ktKcVDKk$bba29f42bcdc5da0dbba5c1cb8867f887046916bb1616ecb234420b2e9d4f40d', `is_staff` = 0, `is_active` = 1, `is_superuser` = 0, `last_login` = '2013-02-28 14:07:03', `date_joined` = '2013-02-28 14:07:03' WHERE `auth_user`.`id` = 6 ; args=('tester2', '', '', 'tester2@tester.com', 'sha256$qZY8ktKcVDKk$bba29f42bcdc5da0dbba5c1cb8867f887046916bb1616ecb234420b2e9d4f40d', False, True, False, u'2013-02-28 14:07:03', u'2013-02-28 14:07:03', 6) | |
2013-02-28 14:07:03,975 DEBUG (0.000) INSERT INTO `actioncounters_testmodel` (`title`, `views_total`, `views_recent`, `boogs_total`, `boogs_recent`, `likes_total`, `likes_recent`, `frobs_total`, `frobs_recent`) VALUES ('alpha', 0, 0, 0, 0, 0, 0, 0, 0); args=['alpha', 0, 0, 0, 0, 0, 0, 0, 0] | |
2013-02-28 14:07:03,976 DEBUG (0.000) SELECT `actioncounters_actioncounterunique`.`id`, `actioncounters_actioncounterunique`.`content_type_id`, `actioncounters_actioncounterunique`.`object_pk`, `actioncounters_actioncounterunique`.`name`, `actioncounters_actioncounterunique`.`total`, `actioncounters_actioncounterunique`.`ip`, `actioncounters_actioncounterunique`.`user_agent`, `actioncounters_actioncounterunique`.`user_id`, `actioncounters_actioncounterunique`.`unique_hash`, `actioncounters_actioncounterunique`.`modified` FROM `actioncounters_actioncounterunique` WHERE `actioncounters_actioncounterunique`.`unique_hash` = '6dc2223131550c99efbadee5f42045e8' ; args=('6dc2223131550c99efbadee5f42045e8',) | |
2013-02-28 14:07:03,977 DEBUG (0.000) SAVEPOINT s140196843075328_x1; args=() | |
2013-02-28 14:07:03,978 DEBUG (0.001) INSERT INTO `actioncounters_actioncounterunique` (`content_type_id`, `object_pk`, `name`, `total`, `ip`, `user_agent`, `user_id`, `unique_hash`, `modified`) VALUES (16, '3', 'frobs', 0, '192.168.123.123', 'FakeBrowser 1.0', NULL, '6dc2223131550c99efbadee5f42045e8', '2013-02-28 14:07:03'); args=[16, u'3', 'frobs', 0, '192.168.123.123', u'FakeBrowser 1.0', None, '6dc2223131550c99efbadee5f42045e8', u'2013-02-28 14:07:03'] | |
2013-02-28 14:07:03,979 DEBUG (0.000) RELEASE SAVEPOINT s140196843075328_x1; args=() | |
2013-02-28 14:07:03,981 DEBUG (0.000) SELECT (1) AS `a` FROM `actioncounters_actioncounterunique` WHERE `actioncounters_actioncounterunique`.`id` = 14 LIMIT 1; args=(14,) | |
2013-02-28 14:07:03,982 DEBUG (0.000) UPDATE `actioncounters_actioncounterunique` SET `content_type_id` = 16, `object_pk` = '3', `name` = 'frobs', `total` = `actioncounters_actioncounterunique`.`total` + -1, `ip` = '192.168.123.123', `user_agent` = 'FakeBrowser 1.0', `user_id` = NULL, `unique_hash` = '6dc2223131550c99efbadee5f42045e8', `modified` = '2013-02-28 14:07:03' WHERE `actioncounters_actioncounterunique`.`id` = 14 ; args=(16, u'3', 'frobs', -1, '192.168.123.123', u'FakeBrowser 1.0', '6dc2223131550c99efbadee5f42045e8', u'2013-02-28 14:07:03', 14) | |
2013-02-28 14:07:03,983 DEBUG (0.000) UPDATE `actioncounters_testmodel` SET `frobs_total` = `actioncounters_testmodel`.`frobs_total` + -1 WHERE `actioncounters_testmodel`.`id` = 3 ; args=(-1, 3) | |
2013-02-28 14:07:03,986 DEBUG (0.001) SELECT `actioncounters_actioncounterunique`.`id`, `actioncounters_actioncounterunique`.`content_type_id`, `actioncounters_actioncounterunique`.`object_pk`, `actioncounters_actioncounterunique`.`name`, `actioncounters_actioncounterunique`.`total`, `actioncounters_actioncounterunique`.`ip`, `actioncounters_actioncounterunique`.`user_agent`, `actioncounters_actioncounterunique`.`user_id`, `actioncounters_actioncounterunique`.`unique_hash`, `actioncounters_actioncounterunique`.`modified` FROM `actioncounters_actioncounterunique` WHERE `actioncounters_actioncounterunique`.`unique_hash` = '6dc2223131550c99efbadee5f42045e8' ; args=('6dc2223131550c99efbadee5f42045e8',) | |
2013-02-28 14:07:03,988 DEBUG (0.001) SELECT `django_content_type`.`id`, `django_content_type`.`name`, `django_content_type`.`app_label`, `django_content_type`.`model` FROM `django_content_type` WHERE `django_content_type`.`id` = 16 ; args=(16,) | |
2013-02-28 14:07:03,990 DEBUG (0.000) SELECT (1) AS `a` FROM `actioncounters_actioncounterunique` WHERE `actioncounters_actioncounterunique`.`id` = 14 LIMIT 1; args=(14,) | |
2013-02-28 14:07:03,991 DEBUG (0.000) UPDATE `actioncounters_actioncounterunique` SET `content_type_id` = 16, `object_pk` = '3', `name` = 'frobs', `total` = `actioncounters_actioncounterunique`.`total` + -1, `ip` = '192.168.123.123', `user_agent` = 'FakeBrowser 1.0', `user_id` = NULL, `unique_hash` = '6dc2223131550c99efbadee5f42045e8', `modified` = '2013-02-28 14:07:03' WHERE `actioncounters_actioncounterunique`.`id` = 14 ; args=(16, u'3', u'frobs', -1, u'192.168.123.123', u'FakeBrowser 1.0', '6dc2223131550c99efbadee5f42045e8', u'2013-02-28 14:07:03', 14) | |
2013-02-28 14:07:03,993 DEBUG (0.000) UPDATE `actioncounters_testmodel` SET `frobs_total` = `actioncounters_testmodel`.`frobs_total` + -1 WHERE `actioncounters_testmodel`.`id` = 3 ; args=(-1, 3) | |
2013-02-28 14:07:03,995 DEBUG (0.000) SELECT `actioncounters_actioncounterunique`.`id`, `actioncounters_actioncounterunique`.`content_type_id`, `actioncounters_actioncounterunique`.`object_pk`, `actioncounters_actioncounterunique`.`name`, `actioncounters_actioncounterunique`.`total`, `actioncounters_actioncounterunique`.`ip`, `actioncounters_actioncounterunique`.`user_agent`, `actioncounters_actioncounterunique`.`user_id`, `actioncounters_actioncounterunique`.`unique_hash`, `actioncounters_actioncounterunique`.`modified` FROM `actioncounters_actioncounterunique` WHERE `actioncounters_actioncounterunique`.`unique_hash` = '6dc2223131550c99efbadee5f42045e8' ; args=('6dc2223131550c99efbadee5f42045e8',) | |
2013-02-28 14:07:03,996 DEBUG (0.000) SELECT `django_content_type`.`id`, `django_content_type`.`name`, `django_content_type`.`app_label`, `django_content_type`.`model` FROM `django_content_type` WHERE `django_content_type`.`id` = 16 ; args=(16,) | |
2013-02-28 14:07:03,997 DEBUG (0.000) SELECT (1) AS `a` FROM `actioncounters_actioncounterunique` WHERE `actioncounters_actioncounterunique`.`id` = 14 LIMIT 1; args=(14,) | |
2013-02-28 14:07:03,999 DEBUG (0.000) UPDATE `actioncounters_actioncounterunique` SET `content_type_id` = 16, `object_pk` = '3', `name` = 'frobs', `total` = `actioncounters_actioncounterunique`.`total` + -1, `ip` = '192.168.123.123', `user_agent` = 'FakeBrowser 1.0', `user_id` = NULL, `unique_hash` = '6dc2223131550c99efbadee5f42045e8', `modified` = '2013-02-28 14:07:03' WHERE `actioncounters_actioncounterunique`.`id` = 14 ; args=(16, u'3', u'frobs', -1, u'192.168.123.123', u'FakeBrowser 1.0', '6dc2223131550c99efbadee5f42045e8', u'2013-02-28 14:07:03', 14) | |
2013-02-28 14:07:04,000 DEBUG (0.000) UPDATE `actioncounters_testmodel` SET `frobs_total` = `actioncounters_testmodel`.`frobs_total` + -1 WHERE `actioncounters_testmodel`.`id` = 3 ; args=(-1, 3) | |
2013-02-28 14:07:04,001 DEBUG (0.000) SELECT `actioncounters_actioncounterunique`.`id`, `actioncounters_actioncounterunique`.`content_type_id`, `actioncounters_actioncounterunique`.`object_pk`, `actioncounters_actioncounterunique`.`name`, `actioncounters_actioncounterunique`.`total`, `actioncounters_actioncounterunique`.`ip`, `actioncounters_actioncounterunique`.`user_agent`, `actioncounters_actioncounterunique`.`user_id`, `actioncounters_actioncounterunique`.`unique_hash`, `actioncounters_actioncounterunique`.`modified` FROM `actioncounters_actioncounterunique` WHERE `actioncounters_actioncounterunique`.`unique_hash` = '6dc2223131550c99efbadee5f42045e8' ; args=('6dc2223131550c99efbadee5f42045e8',) | |
2013-02-28 14:07:04,003 DEBUG (0.000) SELECT `django_content_type`.`id`, `django_content_type`.`name`, `django_content_type`.`app_label`, `django_content_type`.`model` FROM `django_content_type` WHERE `django_content_type`.`id` = 16 ; args=(16,) | |
2013-02-28 14:07:04,004 DEBUG (0.000) SELECT (1) AS `a` FROM `actioncounters_actioncounterunique` WHERE `actioncounters_actioncounterunique`.`id` = 14 LIMIT 1; args=(14,) | |
2013-02-28 14:07:04,005 DEBUG (0.000) UPDATE `actioncounters_actioncounterunique` SET `content_type_id` = 16, `object_pk` = '3', `name` = 'frobs', `total` = `actioncounters_actioncounterunique`.`total` + -1, `ip` = '192.168.123.123', `user_agent` = 'FakeBrowser 1.0', `user_id` = NULL, `unique_hash` = '6dc2223131550c99efbadee5f42045e8', `modified` = '2013-02-28 14:07:04' WHERE `actioncounters_actioncounterunique`.`id` = 14 ; args=(16, u'3', u'frobs', -1, u'192.168.123.123', u'FakeBrowser 1.0', '6dc2223131550c99efbadee5f42045e8', u'2013-02-28 14:07:04', 14) | |
2013-02-28 14:07:04,007 DEBUG (0.000) UPDATE `actioncounters_testmodel` SET `frobs_total` = `actioncounters_testmodel`.`frobs_total` + -1 WHERE `actioncounters_testmodel`.`id` = 3 ; args=(-1, 3) | |
2013-02-28 14:07:04,008 DEBUG (0.000) SELECT `actioncounters_actioncounterunique`.`id`, `actioncounters_actioncounterunique`.`content_type_id`, `actioncounters_actioncounterunique`.`object_pk`, `actioncounters_actioncounterunique`.`name`, `actioncounters_actioncounterunique`.`total`, `actioncounters_actioncounterunique`.`ip`, `actioncounters_actioncounterunique`.`user_agent`, `actioncounters_actioncounterunique`.`user_id`, `actioncounters_actioncounterunique`.`unique_hash`, `actioncounters_actioncounterunique`.`modified` FROM `actioncounters_actioncounterunique` WHERE `actioncounters_actioncounterunique`.`unique_hash` = '6dc2223131550c99efbadee5f42045e8' ; args=('6dc2223131550c99efbadee5f42045e8',) | |
2013-02-28 14:07:04,009 DEBUG (0.000) SELECT `django_content_type`.`id`, `django_content_type`.`name`, `django_content_type`.`app_label`, `django_content_type`.`model` FROM `django_content_type` WHERE `django_content_type`.`id` = 16 ; args=(16,) | |
2013-02-28 14:07:04,011 DEBUG (0.000) SELECT (1) AS `a` FROM `actioncounters_actioncounterunique` WHERE `actioncounters_actioncounterunique`.`id` = 14 LIMIT 1; args=(14,) | |
2013-02-28 14:07:04,012 DEBUG (0.000) UPDATE `actioncounters_actioncounterunique` SET `content_type_id` = 16, `object_pk` = '3', `name` = 'frobs', `total` = `actioncounters_actioncounterunique`.`total` + -1, `ip` = '192.168.123.123', `user_agent` = 'FakeBrowser 1.0', `user_id` = NULL, `unique_hash` = '6dc2223131550c99efbadee5f42045e8', `modified` = '2013-02-28 14:07:04' WHERE `actioncounters_actioncounterunique`.`id` = 14 ; args=(16, u'3', u'frobs', -1, u'192.168.123.123', u'FakeBrowser 1.0', '6dc2223131550c99efbadee5f42045e8', u'2013-02-28 14:07:04', 14) | |
2013-02-28 14:07:04,013 DEBUG (0.000) UPDATE `actioncounters_testmodel` SET `frobs_total` = `actioncounters_testmodel`.`frobs_total` + -1 WHERE `actioncounters_testmodel`.`id` = 3 ; args=(-1, 3) | |
2013-02-28 14:07:04,014 DEBUG (0.000) SELECT `actioncounters_actioncounterunique`.`id`, `actioncounters_actioncounterunique`.`content_type_id`, `actioncounters_actioncounterunique`.`object_pk`, `actioncounters_actioncounterunique`.`name`, `actioncounters_actioncounterunique`.`total`, `actioncounters_actioncounterunique`.`ip`, `actioncounters_actioncounterunique`.`user_agent`, `actioncounters_actioncounterunique`.`user_id`, `actioncounters_actioncounterunique`.`unique_hash`, `actioncounters_actioncounterunique`.`modified` FROM `actioncounters_actioncounterunique` WHERE `actioncounters_actioncounterunique`.`unique_hash` = '6dc2223131550c99efbadee5f42045e8' ; args=('6dc2223131550c99efbadee5f42045e8',) | |
2013-02-28 14:07:04,016 DEBUG (0.000) SELECT `actioncounters_actioncounterunique`.`id`, `actioncounters_actioncounterunique`.`content_type_id`, `actioncounters_actioncounterunique`.`object_pk`, `actioncounters_actioncounterunique`.`name`, `actioncounters_actioncounterunique`.`total`, `actioncounters_actioncounterunique`.`ip`, `actioncounters_actioncounterunique`.`user_agent`, `actioncounters_actioncounterunique`.`user_id`, `actioncounters_actioncounterunique`.`unique_hash`, `actioncounters_actioncounterunique`.`modified` FROM `actioncounters_actioncounterunique` WHERE `actioncounters_actioncounterunique`.`unique_hash` = '6dc2223131550c99efbadee5f42045e8' ; args=('6dc2223131550c99efbadee5f42045e8',) | |
ok | |
test_bad_multiple_counters (vagrant.apps.actioncounters.tests.ActionCountersTest) | |
Force multiple counters, possibly result of race condition, ensure graceful handling ... 2013-02-28 14:07:04,020 DEBUG (0.000) INSERT INTO `auth_user` (`username`, `first_name`, `last_name`, `email`, `password`, `is_staff`, `is_active`, `is_superuser`, `last_login`, `date_joined`) VALUES ('tester1', '', '', 'tester2@tester.com', 'sha256$91HWlNwrlMaN$af5f1db2930ea43b3b595dd8546b1558597717987459272ce04429755a7913e0', 0, 1, 0, '2013-02-28 14:07:04', '2013-02-28 14:07:04'); args=['tester1', '', '', 'tester2@tester.com', 'sha256$91HWlNwrlMaN$af5f1db2930ea43b3b595dd8546b1558597717987459272ce04429755a7913e0', False, True, False, u'2013-02-28 14:07:04', u'2013-02-28 14:07:04'] | |
2013-02-28 14:07:04,022 DEBUG (0.001) SELECT (1) AS `a` FROM `auth_user` WHERE `auth_user`.`id` = 7 LIMIT 1; args=(7,) | |
2013-02-28 14:07:04,024 DEBUG (0.000) UPDATE `auth_user` SET `username` = 'tester1', `first_name` = '', `last_name` = '', `email` = 'tester2@tester.com', `password` = 'sha256$91HWlNwrlMaN$af5f1db2930ea43b3b595dd8546b1558597717987459272ce04429755a7913e0', `is_staff` = 0, `is_active` = 1, `is_superuser` = 0, `last_login` = '2013-02-28 14:07:04', `date_joined` = '2013-02-28 14:07:04' WHERE `auth_user`.`id` = 7 ; args=('tester1', '', '', 'tester2@tester.com', 'sha256$91HWlNwrlMaN$af5f1db2930ea43b3b595dd8546b1558597717987459272ce04429755a7913e0', False, True, False, u'2013-02-28 14:07:04', u'2013-02-28 14:07:04', 7) | |
2013-02-28 14:07:04,025 DEBUG (0.000) INSERT INTO `auth_user` (`username`, `first_name`, `last_name`, `email`, `password`, `is_staff`, `is_active`, `is_superuser`, `last_login`, `date_joined`) VALUES ('tester2', '', '', 'tester2@tester.com', 'sha256$M7tiyh4j4Hcb$89f13a903bdb0c557d23f20ace30e97dd3f54e2d7227a3409aea46586dfc2f91', 0, 1, 0, '2013-02-28 14:07:04', '2013-02-28 14:07:04'); args=['tester2', '', '', 'tester2@tester.com', 'sha256$M7tiyh4j4Hcb$89f13a903bdb0c557d23f20ace30e97dd3f54e2d7227a3409aea46586dfc2f91', False, True, False, u'2013-02-28 14:07:04', u'2013-02-28 14:07:04'] | |
2013-02-28 14:07:04,026 DEBUG (0.000) SELECT (1) AS `a` FROM `auth_user` WHERE `auth_user`.`id` = 8 LIMIT 1; args=(8,) | |
2013-02-28 14:07:04,027 DEBUG (0.000) UPDATE `auth_user` SET `username` = 'tester2', `first_name` = '', `last_name` = '', `email` = 'tester2@tester.com', `password` = 'sha256$M7tiyh4j4Hcb$89f13a903bdb0c557d23f20ace30e97dd3f54e2d7227a3409aea46586dfc2f91', `is_staff` = 0, `is_active` = 1, `is_superuser` = 0, `last_login` = '2013-02-28 14:07:04', `date_joined` = '2013-02-28 14:07:04' WHERE `auth_user`.`id` = 8 ; args=('tester2', '', '', 'tester2@tester.com', 'sha256$M7tiyh4j4Hcb$89f13a903bdb0c557d23f20ace30e97dd3f54e2d7227a3409aea46586dfc2f91', False, True, False, u'2013-02-28 14:07:04', u'2013-02-28 14:07:04', 8) | |
2013-02-28 14:07:04,028 DEBUG (0.000) INSERT INTO `actioncounters_testmodel` (`title`, `views_total`, `views_recent`, `boogs_total`, `boogs_recent`, `likes_total`, `likes_recent`, `frobs_total`, `frobs_recent`) VALUES ('alpha', 0, 0, 0, 0, 0, 0, 0, 0); args=['alpha', 0, 0, 0, 0, 0, 0, 0, 0] | |
2013-02-28 14:07:04,029 DEBUG (0.000) INSERT INTO `actioncounters_actioncounterunique` (`content_type_id`, `object_pk`, `name`, `total`, `ip`, `user_agent`, `user_id`, `unique_hash`, `modified`) VALUES (16, '4', 'likes', 1, '192.168.123.123', 'FakeBrowser 1.0', NULL, 'a843333a0c27af9a262a037c1bb9e292', '2013-02-28 14:07:04'); args=[16, u'4', 'likes', 1, '192.168.123.123', u'FakeBrowser 1.0', None, 'a843333a0c27af9a262a037c1bb9e292', u'2013-02-28 14:07:04'] | |
2013-02-28 14:07:04,030 DEBUG (0.000) INSERT INTO `actioncounters_actioncounterunique` (`content_type_id`, `object_pk`, `name`, `total`, `ip`, `user_agent`, `user_id`, `unique_hash`, `modified`) VALUES (16, '4', 'likes', 1, '192.168.123.123', 'FakeBrowser 1.0', NULL, 'a843333a0c27af9a262a037c1bb9e292', '2013-02-28 14:07:04'); args=[16, u'4', 'likes', 1, '192.168.123.123', u'FakeBrowser 1.0', None, 'a843333a0c27af9a262a037c1bb9e292', u'2013-02-28 14:07:04'] | |
2013-02-28 14:07:04,032 DEBUG (0.001) SELECT `actioncounters_actioncounterunique`.`id`, `actioncounters_actioncounterunique`.`content_type_id`, `actioncounters_actioncounterunique`.`object_pk`, `actioncounters_actioncounterunique`.`name`, `actioncounters_actioncounterunique`.`total`, `actioncounters_actioncounterunique`.`ip`, `actioncounters_actioncounterunique`.`user_agent`, `actioncounters_actioncounterunique`.`user_id`, `actioncounters_actioncounterunique`.`unique_hash`, `actioncounters_actioncounterunique`.`modified` FROM `actioncounters_actioncounterunique` WHERE `actioncounters_actioncounterunique`.`unique_hash` = 'a843333a0c27af9a262a037c1bb9e292' ; args=('a843333a0c27af9a262a037c1bb9e292',) | |
ok | |
test_basic_action_increment (vagrant.apps.actioncounters.tests.ActionCountersTest) | |
Action attempted with several different kinds of unique identifiers ... 2013-02-28 14:07:04,036 DEBUG (0.000) INSERT INTO `auth_user` (`username`, `first_name`, `last_name`, `email`, `password`, `is_staff`, `is_active`, `is_superuser`, `last_login`, `date_joined`) VALUES ('tester1', '', '', 'tester2@tester.com', 'sha256$9uFjk8UKnvKO$318013929cdb5a195695e4e8715ee99022af9ddce526daf65ff5b73743d2635c', 0, 1, 0, '2013-02-28 14:07:04', '2013-02-28 14:07:04'); args=['tester1', '', '', 'tester2@tester.com', 'sha256$9uFjk8UKnvKO$318013929cdb5a195695e4e8715ee99022af9ddce526daf65ff5b73743d2635c', False, True, False, u'2013-02-28 14:07:04', u'2013-02-28 14:07:04'] | |
2013-02-28 14:07:04,038 DEBUG (0.000) SELECT (1) AS `a` FROM `auth_user` WHERE `auth_user`.`id` = 9 LIMIT 1; args=(9,) | |
2013-02-28 14:07:04,039 DEBUG (0.000) UPDATE `auth_user` SET `username` = 'tester1', `first_name` = '', `last_name` = '', `email` = 'tester2@tester.com', `password` = 'sha256$9uFjk8UKnvKO$318013929cdb5a195695e4e8715ee99022af9ddce526daf65ff5b73743d2635c', `is_staff` = 0, `is_active` = 1, `is_superuser` = 0, `last_login` = '2013-02-28 14:07:04', `date_joined` = '2013-02-28 14:07:04' WHERE `auth_user`.`id` = 9 ; args=('tester1', '', '', 'tester2@tester.com', 'sha256$9uFjk8UKnvKO$318013929cdb5a195695e4e8715ee99022af9ddce526daf65ff5b73743d2635c', False, True, False, u'2013-02-28 14:07:04', u'2013-02-28 14:07:04', 9) | |
2013-02-28 14:07:04,040 DEBUG (0.000) INSERT INTO `auth_user` (`username`, `first_name`, `last_name`, `email`, `password`, `is_staff`, `is_active`, `is_superuser`, `last_login`, `date_joined`) VALUES ('tester2', '', '', 'tester2@tester.com', 'sha256$52QR2KpROnUg$d90d87effbad8324d7555cef75b289914abd32e01aa9bdccbd9548191257e98e', 0, 1, 0, '2013-02-28 14:07:04', '2013-02-28 14:07:04'); args=['tester2', '', '', 'tester2@tester.com', 'sha256$52QR2KpROnUg$d90d87effbad8324d7555cef75b289914abd32e01aa9bdccbd9548191257e98e', False, True, False, u'2013-02-28 14:07:04', u'2013-02-28 14:07:04'] | |
2013-02-28 14:07:04,042 DEBUG (0.000) SELECT (1) AS `a` FROM `auth_user` WHERE `auth_user`.`id` = 10 LIMIT 1; args=(10,) | |
2013-02-28 14:07:04,043 DEBUG (0.000) UPDATE `auth_user` SET `username` = 'tester2', `first_name` = '', `last_name` = '', `email` = 'tester2@tester.com', `password` = 'sha256$52QR2KpROnUg$d90d87effbad8324d7555cef75b289914abd32e01aa9bdccbd9548191257e98e', `is_staff` = 0, `is_active` = 1, `is_superuser` = 0, `last_login` = '2013-02-28 14:07:04', `date_joined` = '2013-02-28 14:07:04' WHERE `auth_user`.`id` = 10 ; args=('tester2', '', '', 'tester2@tester.com', 'sha256$52QR2KpROnUg$d90d87effbad8324d7555cef75b289914abd32e01aa9bdccbd9548191257e98e', False, True, False, u'2013-02-28 14:07:04', u'2013-02-28 14:07:04', 10) | |
2013-02-28 14:07:04,044 DEBUG (0.000) INSERT INTO `actioncounters_testmodel` (`title`, `views_total`, `views_recent`, `boogs_total`, `boogs_recent`, `likes_total`, `likes_recent`, `frobs_total`, `frobs_recent`) VALUES ('alpha', 0, 0, 0, 0, 0, 0, 0, 0); args=['alpha', 0, 0, 0, 0, 0, 0, 0, 0] | |
2013-02-28 14:07:04,045 DEBUG (0.000) SELECT `actioncounters_actioncounterunique`.`id`, `actioncounters_actioncounterunique`.`content_type_id`, `actioncounters_actioncounterunique`.`object_pk`, `actioncounters_actioncounterunique`.`name`, `actioncounters_actioncounterunique`.`total`, `actioncounters_actioncounterunique`.`ip`, `actioncounters_actioncounterunique`.`user_agent`, `actioncounters_actioncounterunique`.`user_id`, `actioncounters_actioncounterunique`.`unique_hash`, `actioncounters_actioncounterunique`.`modified` FROM `actioncounters_actioncounterunique` WHERE `actioncounters_actioncounterunique`.`unique_hash` = '9b28f560191e2850752c36fc31d6b426' ; args=('9b28f560191e2850752c36fc31d6b426',) | |
2013-02-28 14:07:04,046 DEBUG (0.000) SAVEPOINT s140196843075328_x1; args=() | |
2013-02-28 14:07:04,047 DEBUG (0.000) INSERT INTO `actioncounters_actioncounterunique` (`content_type_id`, `object_pk`, `name`, `total`, `ip`, `user_agent`, `user_id`, `unique_hash`, `modified`) VALUES (16, '5', 'likes', 0, '192.168.123.123', 'FakeBrowser 1.0', NULL, '9b28f560191e2850752c36fc31d6b426', '2013-02-28 14:07:04'); args=[16, u'5', 'likes', 0, '192.168.123.123', u'FakeBrowser 1.0', None, '9b28f560191e2850752c36fc31d6b426', u'2013-02-28 14:07:04'] | |
2013-02-28 14:07:04,048 DEBUG (0.000) RELEASE SAVEPOINT s140196843075328_x1; args=() | |
2013-02-28 14:07:04,049 DEBUG (0.000) SELECT (1) AS `a` FROM `actioncounters_actioncounterunique` WHERE `actioncounters_actioncounterunique`.`id` = 17 LIMIT 1; args=(17,) | |
2013-02-28 14:07:04,050 DEBUG (0.000) UPDATE `actioncounters_actioncounterunique` SET `content_type_id` = 16, `object_pk` = '5', `name` = 'likes', `total` = `actioncounters_actioncounterunique`.`total` + 1, `ip` = '192.168.123.123', `user_agent` = 'FakeBrowser 1.0', `user_id` = NULL, `unique_hash` = '9b28f560191e2850752c36fc31d6b426', `modified` = '2013-02-28 14:07:04' WHERE `actioncounters_actioncounterunique`.`id` = 17 ; args=(16, u'5', 'likes', 1, '192.168.123.123', u'FakeBrowser 1.0', '9b28f560191e2850752c36fc31d6b426', u'2013-02-28 14:07:04', 17) | |
2013-02-28 14:07:04,052 DEBUG (0.000) UPDATE `actioncounters_testmodel` SET `likes_total` = `actioncounters_testmodel`.`likes_total` + 1 WHERE `actioncounters_testmodel`.`id` = 5 ; args=(1, 5) | |
2013-02-28 14:07:04,053 DEBUG (0.000) SELECT `actioncounters_actioncounterunique`.`id`, `actioncounters_actioncounterunique`.`content_type_id`, `actioncounters_actioncounterunique`.`object_pk`, `actioncounters_actioncounterunique`.`name`, `actioncounters_actioncounterunique`.`total`, `actioncounters_actioncounterunique`.`ip`, `actioncounters_actioncounterunique`.`user_agent`, `actioncounters_actioncounterunique`.`user_id`, `actioncounters_actioncounterunique`.`unique_hash`, `actioncounters_actioncounterunique`.`modified` FROM `actioncounters_actioncounterunique` WHERE `actioncounters_actioncounterunique`.`unique_hash` = '9b28f560191e2850752c36fc31d6b426' ; args=('9b28f560191e2850752c36fc31d6b426',) | |
2013-02-28 14:07:04,055 DEBUG (0.000) SELECT `actioncounters_actioncounterunique`.`id`, `actioncounters_actioncounterunique`.`content_type_id`, `actioncounters_actioncounterunique`.`object_pk`, `actioncounters_actioncounterunique`.`name`, `actioncounters_actioncounterunique`.`total`, `actioncounters_actioncounterunique`.`ip`, `actioncounters_actioncounterunique`.`user_agent`, `actioncounters_actioncounterunique`.`user_id`, `actioncounters_actioncounterunique`.`unique_hash`, `actioncounters_actioncounterunique`.`modified` FROM `actioncounters_actioncounterunique` WHERE `actioncounters_actioncounterunique`.`unique_hash` = '6d5ec90dd42f1040fc7d1c81600ddd4a' ; args=('6d5ec90dd42f1040fc7d1c81600ddd4a',) | |
2013-02-28 14:07:04,055 DEBUG (0.000) SAVEPOINT s140196843075328_x2; args=() | |
2013-02-28 14:07:04,056 DEBUG (0.001) INSERT INTO `actioncounters_actioncounterunique` (`content_type_id`, `object_pk`, `name`, `total`, `ip`, `user_agent`, `user_id`, `unique_hash`, `modified`) VALUES (16, '5', 'likes', 0, '192.168.123.1', 'FakeBrowser 1.0', NULL, '6d5ec90dd42f1040fc7d1c81600ddd4a', '2013-02-28 14:07:04'); args=[16, u'5', 'likes', 0, '192.168.123.1', u'FakeBrowser 1.0', None, '6d5ec90dd42f1040fc7d1c81600ddd4a', u'2013-02-28 14:07:04'] | |
2013-02-28 14:07:04,057 DEBUG (0.000) RELEASE SAVEPOINT s140196843075328_x2; args=() | |
2013-02-28 14:07:04,058 DEBUG (0.000) SELECT (1) AS `a` FROM `actioncounters_actioncounterunique` WHERE `actioncounters_actioncounterunique`.`id` = 18 LIMIT 1; args=(18,) | |
2013-02-28 14:07:04,060 DEBUG (0.000) UPDATE `actioncounters_actioncounterunique` SET `content_type_id` = 16, `object_pk` = '5', `name` = 'likes', `total` = `actioncounters_actioncounterunique`.`total` + 1, `ip` = '192.168.123.1', `user_agent` = 'FakeBrowser 1.0', `user_id` = NULL, `unique_hash` = '6d5ec90dd42f1040fc7d1c81600ddd4a', `modified` = '2013-02-28 14:07:04' WHERE `actioncounters_actioncounterunique`.`id` = 18 ; args=(16, u'5', 'likes', 1, '192.168.123.1', u'FakeBrowser 1.0', '6d5ec90dd42f1040fc7d1c81600ddd4a', u'2013-02-28 14:07:04', 18) | |
2013-02-28 14:07:04,061 DEBUG (0.000) UPDATE `actioncounters_testmodel` SET `likes_total` = `actioncounters_testmodel`.`likes_total` + 1 WHERE `actioncounters_testmodel`.`id` = 5 ; args=(1, 5) | |
2013-02-28 14:07:04,063 DEBUG (0.000) SELECT `actioncounters_actioncounterunique`.`id`, `actioncounters_actioncounterunique`.`content_type_id`, `actioncounters_actioncounterunique`.`object_pk`, `actioncounters_actioncounterunique`.`name`, `actioncounters_actioncounterunique`.`total`, `actioncounters_actioncounterunique`.`ip`, `actioncounters_actioncounterunique`.`user_agent`, `actioncounters_actioncounterunique`.`user_id`, `actioncounters_actioncounterunique`.`unique_hash`, `actioncounters_actioncounterunique`.`modified` FROM `actioncounters_actioncounterunique` WHERE `actioncounters_actioncounterunique`.`unique_hash` = '6d5ec90dd42f1040fc7d1c81600ddd4a' ; args=('6d5ec90dd42f1040fc7d1c81600ddd4a',) | |
2013-02-28 14:07:04,064 DEBUG (0.000) SELECT `actioncounters_actioncounterunique`.`id`, `actioncounters_actioncounterunique`.`content_type_id`, `actioncounters_actioncounterunique`.`object_pk`, `actioncounters_actioncounterunique`.`name`, `actioncounters_actioncounterunique`.`total`, `actioncounters_actioncounterunique`.`ip`, `actioncounters_actioncounterunique`.`user_agent`, `actioncounters_actioncounterunique`.`user_id`, `actioncounters_actioncounterunique`.`unique_hash`, `actioncounters_actioncounterunique`.`modified` FROM `actioncounters_actioncounterunique` WHERE `actioncounters_actioncounterunique`.`unique_hash` = '36612bba208b858b52a3a3781332ec29' ; args=('36612bba208b858b52a3a3781332ec29',) | |
2013-02-28 14:07:04,065 DEBUG (0.000) SAVEPOINT s140196843075328_x3; args=() | |
2013-02-28 14:07:04,066 DEBUG (0.000) INSERT INTO `actioncounters_actioncounterunique` (`content_type_id`, `object_pk`, `name`, `total`, `ip`, `user_agent`, `user_id`, `unique_hash`, `modified`) VALUES (16, '5', 'likes', 0, NULL, NULL, 9, '36612bba208b858b52a3a3781332ec29', '2013-02-28 14:07:04'); args=[16, u'5', 'likes', 0, None, None, 9, '36612bba208b858b52a3a3781332ec29', u'2013-02-28 14:07:04'] | |
2013-02-28 14:07:04,067 DEBUG (0.000) RELEASE SAVEPOINT s140196843075328_x3; args=() | |
2013-02-28 14:07:04,068 DEBUG (0.000) SELECT (1) AS `a` FROM `actioncounters_actioncounterunique` WHERE `actioncounters_actioncounterunique`.`id` = 19 LIMIT 1; args=(19,) | |
2013-02-28 14:07:04,069 DEBUG (0.000) UPDATE `actioncounters_actioncounterunique` SET `content_type_id` = 16, `object_pk` = '5', `name` = 'likes', `total` = `actioncounters_actioncounterunique`.`total` + 1, `ip` = NULL, `user_agent` = NULL, `user_id` = 9, `unique_hash` = '36612bba208b858b52a3a3781332ec29', `modified` = '2013-02-28 14:07:04' WHERE `actioncounters_actioncounterunique`.`id` = 19 ; args=(16, u'5', 'likes', 1, 9, '36612bba208b858b52a3a3781332ec29', u'2013-02-28 14:07:04', 19) | |
2013-02-28 14:07:04,071 DEBUG (0.000) UPDATE `actioncounters_testmodel` SET `likes_total` = `actioncounters_testmodel`.`likes_total` + 1 WHERE `actioncounters_testmodel`.`id` = 5 ; args=(1, 5) | |
2013-02-28 14:07:04,072 DEBUG (0.000) SELECT `actioncounters_actioncounterunique`.`id`, `actioncounters_actioncounterunique`.`content_type_id`, `actioncounters_actioncounterunique`.`object_pk`, `actioncounters_actioncounterunique`.`name`, `actioncounters_actioncounterunique`.`total`, `actioncounters_actioncounterunique`.`ip`, `actioncounters_actioncounterunique`.`user_agent`, `actioncounters_actioncounterunique`.`user_id`, `actioncounters_actioncounterunique`.`unique_hash`, `actioncounters_actioncounterunique`.`modified` FROM `actioncounters_actioncounterunique` WHERE `actioncounters_actioncounterunique`.`unique_hash` = '36612bba208b858b52a3a3781332ec29' ; args=('36612bba208b858b52a3a3781332ec29',) | |
2013-02-28 14:07:04,073 DEBUG (0.000) SELECT `actioncounters_actioncounterunique`.`id`, `actioncounters_actioncounterunique`.`content_type_id`, `actioncounters_actioncounterunique`.`object_pk`, `actioncounters_actioncounterunique`.`name`, `actioncounters_actioncounterunique`.`total`, `actioncounters_actioncounterunique`.`ip`, `actioncounters_actioncounterunique`.`user_agent`, `actioncounters_actioncounterunique`.`user_id`, `actioncounters_actioncounterunique`.`unique_hash`, `actioncounters_actioncounterunique`.`modified` FROM `actioncounters_actioncounterunique` WHERE `actioncounters_actioncounterunique`.`unique_hash` = '36612bba208b858b52a3a3781332ec29' ; args=('36612bba208b858b52a3a3781332ec29',) | |
2013-02-28 14:07:04,075 DEBUG (0.000) SELECT `actioncounters_actioncounterunique`.`id`, `actioncounters_actioncounterunique`.`content_type_id`, `actioncounters_actioncounterunique`.`object_pk`, `actioncounters_actioncounterunique`.`name`, `actioncounters_actioncounterunique`.`total`, `actioncounters_actioncounterunique`.`ip`, `actioncounters_actioncounterunique`.`user_agent`, `actioncounters_actioncounterunique`.`user_id`, `actioncounters_actioncounterunique`.`unique_hash`, `actioncounters_actioncounterunique`.`modified` FROM `actioncounters_actioncounterunique` WHERE `actioncounters_actioncounterunique`.`unique_hash` = '225be8f24c1db486559c6aea8da66a5c' ; args=('225be8f24c1db486559c6aea8da66a5c',) | |
2013-02-28 14:07:04,075 DEBUG (0.000) SAVEPOINT s140196843075328_x4; args=() | |
2013-02-28 14:07:04,077 DEBUG (0.000) INSERT INTO `actioncounters_actioncounterunique` (`content_type_id`, `object_pk`, `name`, `total`, `ip`, `user_agent`, `user_id`, `unique_hash`, `modified`) VALUES (16, '5', 'likes', 0, '192.168.123.50', 'Mozilla 1.0', NULL, '225be8f24c1db486559c6aea8da66a5c', '2013-02-28 14:07:04'); args=[16, u'5', 'likes', 0, '192.168.123.50', u'Mozilla 1.0', None, '225be8f24c1db486559c6aea8da66a5c', u'2013-02-28 14:07:04'] | |
2013-02-28 14:07:04,077 DEBUG (0.000) RELEASE SAVEPOINT s140196843075328_x4; args=() | |
2013-02-28 14:07:04,079 DEBUG (0.000) SELECT (1) AS `a` FROM `actioncounters_actioncounterunique` WHERE `actioncounters_actioncounterunique`.`id` = 20 LIMIT 1; args=(20,) | |
2013-02-28 14:07:04,080 DEBUG (0.000) UPDATE `actioncounters_actioncounterunique` SET `content_type_id` = 16, `object_pk` = '5', `name` = 'likes', `total` = `actioncounters_actioncounterunique`.`total` + 1, `ip` = '192.168.123.50', `user_agent` = 'Mozilla 1.0', `user_id` = NULL, `unique_hash` = '225be8f24c1db486559c6aea8da66a5c', `modified` = '2013-02-28 14:07:04' WHERE `actioncounters_actioncounterunique`.`id` = 20 ; args=(16, u'5', 'likes', 1, '192.168.123.50', u'Mozilla 1.0', '225be8f24c1db486559c6aea8da66a5c', u'2013-02-28 14:07:04', 20) | |
2013-02-28 14:07:04,081 DEBUG (0.000) UPDATE `actioncounters_testmodel` SET `likes_total` = `actioncounters_testmodel`.`likes_total` + 1 WHERE `actioncounters_testmodel`.`id` = 5 ; args=(1, 5) | |
2013-02-28 14:07:04,083 DEBUG (0.000) SELECT `actioncounters_actioncounterunique`.`id`, `actioncounters_actioncounterunique`.`content_type_id`, `actioncounters_actioncounterunique`.`object_pk`, `actioncounters_actioncounterunique`.`name`, `actioncounters_actioncounterunique`.`total`, `actioncounters_actioncounterunique`.`ip`, `actioncounters_actioncounterunique`.`user_agent`, `actioncounters_actioncounterunique`.`user_id`, `actioncounters_actioncounterunique`.`unique_hash`, `actioncounters_actioncounterunique`.`modified` FROM `actioncounters_actioncounterunique` WHERE `actioncounters_actioncounterunique`.`unique_hash` = '9eabd69774d5747eb05209ccccaa8a76' ; args=('9eabd69774d5747eb05209ccccaa8a76',) | |
2013-02-28 14:07:04,083 DEBUG (0.000) SAVEPOINT s140196843075328_x5; args=() | |
2013-02-28 14:07:04,084 DEBUG (0.000) INSERT INTO `actioncounters_actioncounterunique` (`content_type_id`, `object_pk`, `name`, `total`, `ip`, `user_agent`, `user_id`, `unique_hash`, `modified`) VALUES (16, '5', 'likes', 0, '192.168.123.50', 'Safari 1.0', NULL, '9eabd69774d5747eb05209ccccaa8a76', '2013-02-28 14:07:04'); args=[16, u'5', 'likes', 0, '192.168.123.50', u'Safari 1.0', None, '9eabd69774d5747eb05209ccccaa8a76', u'2013-02-28 14:07:04'] | |
2013-02-28 14:07:04,085 DEBUG (0.000) RELEASE SAVEPOINT s140196843075328_x5; args=() | |
2013-02-28 14:07:04,086 DEBUG (0.000) SELECT (1) AS `a` FROM `actioncounters_actioncounterunique` WHERE `actioncounters_actioncounterunique`.`id` = 21 LIMIT 1; args=(21,) | |
2013-02-28 14:07:04,088 DEBUG (0.001) UPDATE `actioncounters_actioncounterunique` SET `content_type_id` = 16, `object_pk` = '5', `name` = 'likes', `total` = `actioncounters_actioncounterunique`.`total` + 1, `ip` = '192.168.123.50', `user_agent` = 'Safari 1.0', `user_id` = NULL, `unique_hash` = '9eabd69774d5747eb05209ccccaa8a76', `modified` = '2013-02-28 14:07:04' WHERE `actioncounters_actioncounterunique`.`id` = 21 ; args=(16, u'5', 'likes', 1, '192.168.123.50', u'Safari 1.0', '9eabd69774d5747eb05209ccccaa8a76', u'2013-02-28 14:07:04', 21) | |
2013-02-28 14:07:04,090 DEBUG (0.000) UPDATE `actioncounters_testmodel` SET `likes_total` = `actioncounters_testmodel`.`likes_total` + 1 WHERE `actioncounters_testmodel`.`id` = 5 ; args=(1, 5) | |
ok | |
test_bug694544 (vagrant.apps.actioncounters.tests.ActionCountersTest) | |
Bug 694544: unicode character in request details should not break ... 2013-02-28 14:07:04,094 DEBUG (0.000) INSERT INTO `auth_user` (`username`, `first_name`, `last_name`, `email`, `password`, `is_staff`, `is_active`, `is_superuser`, `last_login`, `date_joined`) VALUES ('tester1', '', '', 'tester2@tester.com', 'sha256$DiN91nBb5zjf$ff824de821cd667079178e73b21edef99f39f8b33c7eb5167433aac651b86399', 0, 1, 0, '2013-02-28 14:07:04', '2013-02-28 14:07:04'); args=['tester1', '', '', 'tester2@tester.com', 'sha256$DiN91nBb5zjf$ff824de821cd667079178e73b21edef99f39f8b33c7eb5167433aac651b86399', False, True, False, u'2013-02-28 14:07:04', u'2013-02-28 14:07:04'] | |
2013-02-28 14:07:04,096 DEBUG (0.001) SELECT (1) AS `a` FROM `auth_user` WHERE `auth_user`.`id` = 11 LIMIT 1; args=(11,) | |
2013-02-28 14:07:04,097 DEBUG (0.000) UPDATE `auth_user` SET `username` = 'tester1', `first_name` = '', `last_name` = '', `email` = 'tester2@tester.com', `password` = 'sha256$DiN91nBb5zjf$ff824de821cd667079178e73b21edef99f39f8b33c7eb5167433aac651b86399', `is_staff` = 0, `is_active` = 1, `is_superuser` = 0, `last_login` = '2013-02-28 14:07:04', `date_joined` = '2013-02-28 14:07:04' WHERE `auth_user`.`id` = 11 ; args=('tester1', '', '', 'tester2@tester.com', 'sha256$DiN91nBb5zjf$ff824de821cd667079178e73b21edef99f39f8b33c7eb5167433aac651b86399', False, True, False, u'2013-02-28 14:07:04', u'2013-02-28 14:07:04', 11) | |
2013-02-28 14:07:04,098 DEBUG (0.000) INSERT INTO `auth_user` (`username`, `first_name`, `last_name`, `email`, `password`, `is_staff`, `is_active`, `is_superuser`, `last_login`, `date_joined`) VALUES ('tester2', '', '', 'tester2@tester.com', 'sha256$6vT1CPBS9YKc$0730b9b104c5a421cabe5403220ecf6d97879e09a236c5dccfceead5352ef795', 0, 1, 0, '2013-02-28 14:07:04', '2013-02-28 14:07:04'); args=['tester2', '', '', 'tester2@tester.com', 'sha256$6vT1CPBS9YKc$0730b9b104c5a421cabe5403220ecf6d97879e09a236c5dccfceead5352ef795', False, True, False, u'2013-02-28 14:07:04', u'2013-02-28 14:07:04'] | |
2013-02-28 14:07:04,100 DEBUG (0.000) SELECT (1) AS `a` FROM `auth_user` WHERE `auth_user`.`id` = 12 LIMIT 1; args=(12,) | |
2013-02-28 14:07:04,101 DEBUG (0.000) UPDATE `auth_user` SET `username` = 'tester2', `first_name` = '', `last_name` = '', `email` = 'tester2@tester.com', `password` = 'sha256$6vT1CPBS9YKc$0730b9b104c5a421cabe5403220ecf6d97879e09a236c5dccfceead5352ef795', `is_staff` = 0, `is_active` = 1, `is_superuser` = 0, `last_login` = '2013-02-28 14:07:04', `date_joined` = '2013-02-28 14:07:04' WHERE `auth_user`.`id` = 12 ; args=('tester2', '', '', 'tester2@tester.com', 'sha256$6vT1CPBS9YKc$0730b9b104c5a421cabe5403220ecf6d97879e09a236c5dccfceead5352ef795', False, True, False, u'2013-02-28 14:07:04', u'2013-02-28 14:07:04', 12) | |
2013-02-28 14:07:04,102 DEBUG (0.000) INSERT INTO `actioncounters_testmodel` (`title`, `views_total`, `views_recent`, `boogs_total`, `boogs_recent`, `likes_total`, `likes_recent`, `frobs_total`, `frobs_recent`) VALUES ('alpha', 0, 0, 0, 0, 0, 0, 0, 0); args=['alpha', 0, 0, 0, 0, 0, 0, 0, 0] | |
ok | |
test_count_starts_at_zero (vagrant.apps.actioncounters.tests.ActionCountersTest) | |
Make sure initial count is zero. ... 2013-02-28 14:07:04,106 DEBUG (0.000) INSERT INTO `auth_user` (`username`, `first_name`, `last_name`, `email`, `password`, `is_staff`, `is_active`, `is_superuser`, `last_login`, `date_joined`) VALUES ('tester1', '', '', 'tester2@tester.com', 'sha256$JlAFKfVb5NOe$7469a486d8413d134adf8565ff1358bf4f3448d628fed1d1352ade09ce4351eb', 0, 1, 0, '2013-02-28 14:07:04', '2013-02-28 14:07:04'); args=['tester1', '', '', 'tester2@tester.com', 'sha256$JlAFKfVb5NOe$7469a486d8413d134adf8565ff1358bf4f3448d628fed1d1352ade09ce4351eb', False, True, False, u'2013-02-28 14:07:04', u'2013-02-28 14:07:04'] | |
2013-02-28 14:07:04,108 DEBUG (0.001) SELECT (1) AS `a` FROM `auth_user` WHERE `auth_user`.`id` = 13 LIMIT 1; args=(13,) | |
2013-02-28 14:07:04,109 DEBUG (0.000) UPDATE `auth_user` SET `username` = 'tester1', `first_name` = '', `last_name` = '', `email` = 'tester2@tester.com', `password` = 'sha256$JlAFKfVb5NOe$7469a486d8413d134adf8565ff1358bf4f3448d628fed1d1352ade09ce4351eb', `is_staff` = 0, `is_active` = 1, `is_superuser` = 0, `last_login` = '2013-02-28 14:07:04', `date_joined` = '2013-02-28 14:07:04' WHERE `auth_user`.`id` = 13 ; args=('tester1', '', '', 'tester2@tester.com', 'sha256$JlAFKfVb5NOe$7469a486d8413d134adf8565ff1358bf4f3448d628fed1d1352ade09ce4351eb', False, True, False, u'2013-02-28 14:07:04', u'2013-02-28 14:07:04', 13) | |
2013-02-28 14:07:04,110 DEBUG (0.000) INSERT INTO `auth_user` (`username`, `first_name`, `last_name`, `email`, `password`, `is_staff`, `is_active`, `is_superuser`, `last_login`, `date_joined`) VALUES ('tester2', '', '', 'tester2@tester.com', 'sha256$1opewldGbGiL$23b4e56cc85eb527e262dac3d884974c0f316ec1bfbb2cebff362141876d8977', 0, 1, 0, '2013-02-28 14:07:04', '2013-02-28 14:07:04'); args=['tester2', '', '', 'tester2@tester.com', 'sha256$1opewldGbGiL$23b4e56cc85eb527e262dac3d884974c0f316ec1bfbb2cebff362141876d8977', False, True, False, u'2013-02-28 14:07:04', u'2013-02-28 14:07:04'] | |
2013-02-28 14:07:04,112 DEBUG (0.000) SELECT (1) AS `a` FROM `auth_user` WHERE `auth_user`.`id` = 14 LIMIT 1; args=(14,) | |
2013-02-28 14:07:04,113 DEBUG (0.000) UPDATE `auth_user` SET `username` = 'tester2', `first_name` = '', `last_name` = '', `email` = 'tester2@tester.com', `password` = 'sha256$1opewldGbGiL$23b4e56cc85eb527e262dac3d884974c0f316ec1bfbb2cebff362141876d8977', `is_staff` = 0, `is_active` = 1, `is_superuser` = 0, `last_login` = '2013-02-28 14:07:04', `date_joined` = '2013-02-28 14:07:04' WHERE `auth_user`.`id` = 14 ; args=('tester2', '', '', 'tester2@tester.com', 'sha256$1opewldGbGiL$23b4e56cc85eb527e262dac3d884974c0f316ec1bfbb2cebff362141876d8977', False, True, False, u'2013-02-28 14:07:04', u'2013-02-28 14:07:04', 14) | |
2013-02-28 14:07:04,114 DEBUG (0.000) INSERT INTO `actioncounters_testmodel` (`title`, `views_total`, `views_recent`, `boogs_total`, `boogs_recent`, `likes_total`, `likes_recent`, `frobs_total`, `frobs_recent`) VALUES ('alpha', 0, 0, 0, 0, 0, 0, 0, 0); args=['alpha', 0, 0, 0, 0, 0, 0, 0, 0] | |
2013-02-28 14:07:04,115 DEBUG (0.000) SELECT `actioncounters_actioncounterunique`.`id`, `actioncounters_actioncounterunique`.`content_type_id`, `actioncounters_actioncounterunique`.`object_pk`, `actioncounters_actioncounterunique`.`name`, `actioncounters_actioncounterunique`.`total`, `actioncounters_actioncounterunique`.`ip`, `actioncounters_actioncounterunique`.`user_agent`, `actioncounters_actioncounterunique`.`user_id`, `actioncounters_actioncounterunique`.`unique_hash`, `actioncounters_actioncounterunique`.`modified` FROM `actioncounters_actioncounterunique` WHERE `actioncounters_actioncounterunique`.`unique_hash` = '44364de23b43f9a01a229b69be7da5aa' ; args=('44364de23b43f9a01a229b69be7da5aa',) | |
ok | |
test_bad_multiple_flags (vagrant.apps.contentflagging.tests.DemoPackageTest) | |
Force multiple flags, possibly result of race condition, ensure graceful handling ... 2013-02-28 14:07:04,120 DEBUG (0.000) INSERT INTO `auth_user` (`username`, `first_name`, `last_name`, `email`, `password`, `is_staff`, `is_active`, `is_superuser`, `last_login`, `date_joined`) VALUES ('tester1', '', '', 'tester2@tester.com', 'sha256$v7sbR53IX6Kg$28190449a96eae822a3bc25d78395886cbf5c828883ee4da0ffd7c34f97a4e33', 0, 1, 0, '2013-02-28 14:07:04', '2013-02-28 14:07:04'); args=['tester1', '', '', 'tester2@tester.com', 'sha256$v7sbR53IX6Kg$28190449a96eae822a3bc25d78395886cbf5c828883ee4da0ffd7c34f97a4e33', False, True, False, u'2013-02-28 14:07:04', u'2013-02-28 14:07:04'] | |
2013-02-28 14:07:04,122 DEBUG (0.000) SELECT (1) AS `a` FROM `auth_user` WHERE `auth_user`.`id` = 15 LIMIT 1; args=(15,) | |
2013-02-28 14:07:04,123 DEBUG (0.000) UPDATE `auth_user` SET `username` = 'tester1', `first_name` = '', `last_name` = '', `email` = 'tester2@tester.com', `password` = 'sha256$v7sbR53IX6Kg$28190449a96eae822a3bc25d78395886cbf5c828883ee4da0ffd7c34f97a4e33', `is_staff` = 0, `is_active` = 1, `is_superuser` = 0, `last_login` = '2013-02-28 14:07:04', `date_joined` = '2013-02-28 14:07:04' WHERE `auth_user`.`id` = 15 ; args=('tester1', '', '', 'tester2@tester.com', 'sha256$v7sbR53IX6Kg$28190449a96eae822a3bc25d78395886cbf5c828883ee4da0ffd7c34f97a4e33', False, True, False, u'2013-02-28 14:07:04', u'2013-02-28 14:07:04', 15) | |
2013-02-28 14:07:04,124 DEBUG (0.000) INSERT INTO `auth_user` (`username`, `first_name`, `last_name`, `email`, `password`, `is_staff`, `is_active`, `is_superuser`, `last_login`, `date_joined`) VALUES ('tester2', '', '', 'tester2@tester.com', 'sha256$k7IBJ8dp1JDn$dcff9e827c7fd9a9918a637d2fafe6496430e69c9a6a7cde72446d7a6fcf8225', 0, 1, 0, '2013-02-28 14:07:04', '2013-02-28 14:07:04'); args=['tester2', '', '', 'tester2@tester.com', 'sha256$k7IBJ8dp1JDn$dcff9e827c7fd9a9918a637d2fafe6496430e69c9a6a7cde72446d7a6fcf8225', False, True, False, u'2013-02-28 14:07:04', u'2013-02-28 14:07:04'] | |
2013-02-28 14:07:04,126 DEBUG (0.000) SELECT (1) AS `a` FROM `auth_user` WHERE `auth_user`.`id` = 16 LIMIT 1; args=(16,) | |
2013-02-28 14:07:04,127 DEBUG (0.000) UPDATE `auth_user` SET `username` = 'tester2', `first_name` = '', `last_name` = '', `email` = 'tester2@tester.com', `password` = 'sha256$k7IBJ8dp1JDn$dcff9e827c7fd9a9918a637d2fafe6496430e69c9a6a7cde72446d7a6fcf8225', `is_staff` = 0, `is_active` = 1, `is_superuser` = 0, `last_login` = '2013-02-28 14:07:04', `date_joined` = '2013-02-28 14:07:04' WHERE `auth_user`.`id` = 16 ; args=('tester2', '', '', 'tester2@tester.com', 'sha256$k7IBJ8dp1JDn$dcff9e827c7fd9a9918a637d2fafe6496430e69c9a6a7cde72446d7a6fcf8225', False, True, False, u'2013-02-28 14:07:04', u'2013-02-28 14:07:04', 16) | |
2013-02-28 14:07:04,129 DEBUG (0.000) SELECT `django_content_type`.`id`, `django_content_type`.`name`, `django_content_type`.`app_label`, `django_content_type`.`model` FROM `django_content_type` WHERE (`django_content_type`.`model` = 'user' AND `django_content_type`.`app_label` = 'auth' ); args=('user', 'auth') | |
2013-02-28 14:07:04,130 DEBUG (0.001) INSERT INTO `contentflagging_contentflag` (`flag_status`, `flag_type`, `explanation`, `content_type_id`, `object_pk`, `ip`, `user_agent`, `user_id`, `unique_hash`, `created`, `modified`) VALUES ('flagged', 'Broken thing', '', 3, '16', '192.168.123.123', 'FakeBrowser 1.0', NULL, 'aa4c51e93d390bad539b507f617c32a1', '2013-02-28 14:07:04', '2013-02-28 14:07:04'); args=[u'flagged', 'Broken thing', '', 3, u'16', '192.168.123.123', 'FakeBrowser 1.0', None, 'aa4c51e93d390bad539b507f617c32a1', u'2013-02-28 14:07:04', u'2013-02-28 14:07:04'] | |
2013-02-28 14:07:04,131 DEBUG (0.000) INSERT INTO `contentflagging_contentflag` (`flag_status`, `flag_type`, `explanation`, `content_type_id`, `object_pk`, `ip`, `user_agent`, `user_id`, `unique_hash`, `created`, `modified`) VALUES ('flagged', 'Broken thing', '', 3, '16', '192.168.123.123', 'FakeBrowser 1.0', NULL, 'aa4c51e93d390bad539b507f617c32a1', '2013-02-28 14:07:04', '2013-02-28 14:07:04'); args=[u'flagged', 'Broken thing', '', 3, u'16', '192.168.123.123', 'FakeBrowser 1.0', None, 'aa4c51e93d390bad539b507f617c32a1', u'2013-02-28 14:07:04', u'2013-02-28 14:07:04'] | |
2013-02-28 14:07:04,133 DEBUG (0.001) SELECT `contentflagging_contentflag`.`id`, `contentflagging_contentflag`.`flag_status`, `contentflagging_contentflag`.`flag_type`, `contentflagging_contentflag`.`explanation`, `contentflagging_contentflag`.`content_type_id`, `contentflagging_contentflag`.`object_pk`, `contentflagging_contentflag`.`ip`, `contentflagging_contentflag`.`user_agent`, `contentflagging_contentflag`.`user_id`, `contentflagging_contentflag`.`unique_hash`, `contentflagging_contentflag`.`created`, `contentflagging_contentflag`.`modified` FROM `contentflagging_contentflag` WHERE `contentflagging_contentflag`.`unique_hash` = 'aa4c51e93d390bad539b507f617c32a1' ; args=('aa4c51e93d390bad539b507f617c32a1',) | |
ok | |
test_basic_flag (vagrant.apps.contentflagging.tests.DemoPackageTest) | |
Exercise flagging with limit of one per unique request per unique object ... 2013-02-28 14:07:04,137 DEBUG (0.000) INSERT INTO `auth_user` (`username`, `first_name`, `last_name`, `email`, `password`, `is_staff`, `is_active`, `is_superuser`, `last_login`, `date_joined`) VALUES ('tester1', '', '', 'tester2@tester.com', 'sha256$upmMCjxgdnij$0aa21ef78d39bf22915d224bef7439e3b54935e01a1e95b631a9a79d21aa2329', 0, 1, 0, '2013-02-28 14:07:04', '2013-02-28 14:07:04'); args=['tester1', '', '', 'tester2@tester.com', 'sha256$upmMCjxgdnij$0aa21ef78d39bf22915d224bef7439e3b54935e01a1e95b631a9a79d21aa2329', False, True, False, u'2013-02-28 14:07:04', u'2013-02-28 14:07:04'] | |
2013-02-28 14:07:04,139 DEBUG (0.000) SELECT (1) AS `a` FROM `auth_user` WHERE `auth_user`.`id` = 17 LIMIT 1; args=(17,) | |
2013-02-28 14:07:04,140 DEBUG (0.000) UPDATE `auth_user` SET `username` = 'tester1', `first_name` = '', `last_name` = '', `email` = 'tester2@tester.com', `password` = 'sha256$upmMCjxgdnij$0aa21ef78d39bf22915d224bef7439e3b54935e01a1e95b631a9a79d21aa2329', `is_staff` = 0, `is_active` = 1, `is_superuser` = 0, `last_login` = '2013-02-28 14:07:04', `date_joined` = '2013-02-28 14:07:04' WHERE `auth_user`.`id` = 17 ; args=('tester1', '', '', 'tester2@tester.com', 'sha256$upmMCjxgdnij$0aa21ef78d39bf22915d224bef7439e3b54935e01a1e95b631a9a79d21aa2329', False, True, False, u'2013-02-28 14:07:04', u'2013-02-28 14:07:04', 17) | |
2013-02-28 14:07:04,141 DEBUG (0.000) INSERT INTO `auth_user` (`username`, `first_name`, `last_name`, `email`, `password`, `is_staff`, `is_active`, `is_superuser`, `last_login`, `date_joined`) VALUES ('tester2', '', '', 'tester2@tester.com', 'sha256$AHrUg7E0Pr6i$c2062ae890fe984ba9ce4813e83dae9094ce025a83f5e44bbdc0442e49a01111', 0, 1, 0, '2013-02-28 14:07:04', '2013-02-28 14:07:04'); args=['tester2', '', '', 'tester2@tester.com', 'sha256$AHrUg7E0Pr6i$c2062ae890fe984ba9ce4813e83dae9094ce025a83f5e44bbdc0442e49a01111', False, True, False, u'2013-02-28 14:07:04', u'2013-02-28 14:07:04'] | |
2013-02-28 14:07:04,143 DEBUG (0.000) SELECT (1) AS `a` FROM `auth_user` WHERE `auth_user`.`id` = 18 LIMIT 1; args=(18,) | |
2013-02-28 14:07:04,144 DEBUG (0.000) UPDATE `auth_user` SET `username` = 'tester2', `first_name` = '', `last_name` = '', `email` = 'tester2@tester.com', `password` = 'sha256$AHrUg7E0Pr6i$c2062ae890fe984ba9ce4813e83dae9094ce025a83f5e44bbdc0442e49a01111', `is_staff` = 0, `is_active` = 1, `is_superuser` = 0, `last_login` = '2013-02-28 14:07:04', `date_joined` = '2013-02-28 14:07:04' WHERE `auth_user`.`id` = 18 ; args=('tester2', '', '', 'tester2@tester.com', 'sha256$AHrUg7E0Pr6i$c2062ae890fe984ba9ce4813e83dae9094ce025a83f5e44bbdc0442e49a01111', False, True, False, u'2013-02-28 14:07:04', u'2013-02-28 14:07:04', 18) | |
2013-02-28 14:07:04,145 DEBUG (0.000) SELECT `contentflagging_contentflag`.`id`, `contentflagging_contentflag`.`flag_status`, `contentflagging_contentflag`.`flag_type`, `contentflagging_contentflag`.`explanation`, `contentflagging_contentflag`.`content_type_id`, `contentflagging_contentflag`.`object_pk`, `contentflagging_contentflag`.`ip`, `contentflagging_contentflag`.`user_agent`, `contentflagging_contentflag`.`user_id`, `contentflagging_contentflag`.`unique_hash`, `contentflagging_contentflag`.`created`, `contentflagging_contentflag`.`modified` FROM `contentflagging_contentflag` WHERE `contentflagging_contentflag`.`unique_hash` = '95837cbd641de9deeb2fa563763c8914' ; args=('95837cbd641de9deeb2fa563763c8914',) | |
2013-02-28 14:07:04,146 DEBUG (0.000) SAVEPOINT s140196843075328_x1; args=() | |
2013-02-28 14:07:04,147 DEBUG (0.000) INSERT INTO `contentflagging_contentflag` (`flag_status`, `flag_type`, `explanation`, `content_type_id`, `object_pk`, `ip`, `user_agent`, `user_id`, `unique_hash`, `created`, `modified`) VALUES ('flagged', 'notworking', 'It not go.', 3, '18', '192.168.123.123', 'FakeBrowser 1.0', NULL, '95837cbd641de9deeb2fa563763c8914', '2013-02-28 14:07:04', '2013-02-28 14:07:04'); args=[u'flagged', 'notworking', 'It not go.', 3, u'18', '192.168.123.123', 'FakeBrowser 1.0', None, '95837cbd641de9deeb2fa563763c8914', u'2013-02-28 14:07:04', u'2013-02-28 14:07:04'] | |
2013-02-28 14:07:04,148 DEBUG (0.000) RELEASE SAVEPOINT s140196843075328_x1; args=() | |
2013-02-28 14:07:04,149 DEBUG (0.000) SELECT `contentflagging_contentflag`.`id`, `contentflagging_contentflag`.`flag_status`, `contentflagging_contentflag`.`flag_type`, `contentflagging_contentflag`.`explanation`, `contentflagging_contentflag`.`content_type_id`, `contentflagging_contentflag`.`object_pk`, `contentflagging_contentflag`.`ip`, `contentflagging_contentflag`.`user_agent`, `contentflagging_contentflag`.`user_id`, `contentflagging_contentflag`.`unique_hash`, `contentflagging_contentflag`.`created`, `contentflagging_contentflag`.`modified` FROM `contentflagging_contentflag` WHERE `contentflagging_contentflag`.`unique_hash` = '95837cbd641de9deeb2fa563763c8914' ; args=('95837cbd641de9deeb2fa563763c8914',) | |
2013-02-28 14:07:04,151 DEBUG (0.000) SELECT `contentflagging_contentflag`.`id`, `contentflagging_contentflag`.`flag_status`, `contentflagging_contentflag`.`flag_type`, `contentflagging_contentflag`.`explanation`, `contentflagging_contentflag`.`content_type_id`, `contentflagging_contentflag`.`object_pk`, `contentflagging_contentflag`.`ip`, `contentflagging_contentflag`.`user_agent`, `contentflagging_contentflag`.`user_id`, `contentflagging_contentflag`.`unique_hash`, `contentflagging_contentflag`.`created`, `contentflagging_contentflag`.`modified` FROM `contentflagging_contentflag` WHERE `contentflagging_contentflag`.`unique_hash` = '708ff28ea2f9965f2fb4139d21995440' ; args=('708ff28ea2f9965f2fb4139d21995440',) | |
2013-02-28 14:07:04,151 DEBUG (0.000) SAVEPOINT s140196843075328_x2; args=() | |
2013-02-28 14:07:04,152 DEBUG (0.000) INSERT INTO `contentflagging_contentflag` (`flag_status`, `flag_type`, `explanation`, `content_type_id`, `object_pk`, `ip`, `user_agent`, `user_id`, `unique_hash`, `created`, `modified`) VALUES ('flagged', 'notworking', 'It not go.', 3, '17', '192.168.123.123', 'FakeBrowser 1.0', NULL, '708ff28ea2f9965f2fb4139d21995440', '2013-02-28 14:07:04', '2013-02-28 14:07:04'); args=[u'flagged', 'notworking', 'It not go.', 3, u'17', '192.168.123.123', 'FakeBrowser 1.0', None, '708ff28ea2f9965f2fb4139d21995440', u'2013-02-28 14:07:04', u'2013-02-28 14:07:04'] | |
2013-02-28 14:07:04,153 DEBUG (0.000) RELEASE SAVEPOINT s140196843075328_x2; args=() | |
2013-02-28 14:07:04,154 DEBUG (0.000) SELECT `contentflagging_contentflag`.`id`, `contentflagging_contentflag`.`flag_status`, `contentflagging_contentflag`.`flag_type`, `contentflagging_contentflag`.`explanation`, `contentflagging_contentflag`.`content_type_id`, `contentflagging_contentflag`.`object_pk`, `contentflagging_contentflag`.`ip`, `contentflagging_contentflag`.`user_agent`, `contentflagging_contentflag`.`user_id`, `contentflagging_contentflag`.`unique_hash`, `contentflagging_contentflag`.`created`, `contentflagging_contentflag`.`modified` FROM `contentflagging_contentflag` WHERE `contentflagging_contentflag`.`unique_hash` = '0f3e6f46018b801b6e783422a3c4acd4' ; args=('0f3e6f46018b801b6e783422a3c4acd4',) | |
2013-02-28 14:07:04,155 DEBUG (0.000) SAVEPOINT s140196843075328_x3; args=() | |
2013-02-28 14:07:04,156 DEBUG (0.000) INSERT INTO `contentflagging_contentflag` (`flag_status`, `flag_type`, `explanation`, `content_type_id`, `object_pk`, `ip`, `user_agent`, `user_id`, `unique_hash`, `created`, `modified`) VALUES ('flagged', 'inappropriate', 'This is porn.', 3, '18', '192.168.123.1', 'FakeBrowser 1.0', NULL, '0f3e6f46018b801b6e783422a3c4acd4', '2013-02-28 14:07:04', '2013-02-28 14:07:04'); args=[u'flagged', 'inappropriate', 'This is porn.', 3, u'18', '192.168.123.1', 'FakeBrowser 1.0', None, '0f3e6f46018b801b6e783422a3c4acd4', u'2013-02-28 14:07:04', u'2013-02-28 14:07:04'] | |
2013-02-28 14:07:04,156 DEBUG (0.000) RELEASE SAVEPOINT s140196843075328_x3; args=() | |
2013-02-28 14:07:04,158 DEBUG (0.000) SELECT `contentflagging_contentflag`.`id`, `contentflagging_contentflag`.`flag_status`, `contentflagging_contentflag`.`flag_type`, `contentflagging_contentflag`.`explanation`, `contentflagging_contentflag`.`content_type_id`, `contentflagging_contentflag`.`object_pk`, `contentflagging_contentflag`.`ip`, `contentflagging_contentflag`.`user_agent`, `contentflagging_contentflag`.`user_id`, `contentflagging_contentflag`.`unique_hash`, `contentflagging_contentflag`.`created`, `contentflagging_contentflag`.`modified` FROM `contentflagging_contentflag` WHERE `contentflagging_contentflag`.`unique_hash` = '9bb7b1d5a7441c8741d17a5e9c68b6ce' ; args=('9bb7b1d5a7441c8741d17a5e9c68b6ce',) | |
2013-02-28 14:07:04,158 DEBUG (0.000) SAVEPOINT s140196843075328_x4; args=() | |
2013-02-28 14:07:04,159 DEBUG (0.000) INSERT INTO `contentflagging_contentflag` (`flag_status`, `flag_type`, `explanation`, `content_type_id`, `object_pk`, `ip`, `user_agent`, `user_id`, `unique_hash`, `created`, `modified`) VALUES ('flagged', 'inappropriate', 'This is porn.', 3, '18', '192.168.123.50', 'Mozilla 1.0', NULL, '9bb7b1d5a7441c8741d17a5e9c68b6ce', '2013-02-28 14:07:04', '2013-02-28 14:07:04'); args=[u'flagged', 'inappropriate', 'This is porn.', 3, u'18', '192.168.123.50', 'Mozilla 1.0', None, '9bb7b1d5a7441c8741d17a5e9c68b6ce', u'2013-02-28 14:07:04', u'2013-02-28 14:07:04'] | |
2013-02-28 14:07:04,160 DEBUG (0.000) RELEASE SAVEPOINT s140196843075328_x4; args=() | |
2013-02-28 14:07:04,161 DEBUG (0.000) SELECT `contentflagging_contentflag`.`id`, `contentflagging_contentflag`.`flag_status`, `contentflagging_contentflag`.`flag_type`, `contentflagging_contentflag`.`explanation`, `contentflagging_contentflag`.`content_type_id`, `contentflagging_contentflag`.`object_pk`, `contentflagging_contentflag`.`ip`, `contentflagging_contentflag`.`user_agent`, `contentflagging_contentflag`.`user_id`, `contentflagging_contentflag`.`unique_hash`, `contentflagging_contentflag`.`created`, `contentflagging_contentflag`.`modified` FROM `contentflagging_contentflag` ORDER BY `contentflagging_contentflag`.`created` DESC; args=() | |
ok | |
test_bug694544 (vagrant.apps.contentflagging.tests.DemoPackageTest) | |
Bug 694544: unicode character in request details should not break ... 2013-02-28 14:07:04,166 DEBUG (0.000) INSERT INTO `auth_user` (`username`, `first_name`, `last_name`, `email`, `password`, `is_staff`, `is_active`, `is_superuser`, `last_login`, `date_joined`) VALUES ('tester1', '', '', 'tester2@tester.com', 'sha256$Vj2iVLmMqU5U$59a5686be3ab5659bf2c024620118bec7d4255caa21b3471847e4d40c604287a', 0, 1, 0, '2013-02-28 14:07:04', '2013-02-28 14:07:04'); args=['tester1', '', '', 'tester2@tester.com', 'sha256$Vj2iVLmMqU5U$59a5686be3ab5659bf2c024620118bec7d4255caa21b3471847e4d40c604287a', False, True, False, u'2013-02-28 14:07:04', u'2013-02-28 14:07:04'] | |
2013-02-28 14:07:04,168 DEBUG (0.000) SELECT (1) AS `a` FROM `auth_user` WHERE `auth_user`.`id` = 19 LIMIT 1; args=(19,) | |
2013-02-28 14:07:04,169 DEBUG (0.000) UPDATE `auth_user` SET `username` = 'tester1', `first_name` = '', `last_name` = '', `email` = 'tester2@tester.com', `password` = 'sha256$Vj2iVLmMqU5U$59a5686be3ab5659bf2c024620118bec7d4255caa21b3471847e4d40c604287a', `is_staff` = 0, `is_active` = 1, `is_superuser` = 0, `last_login` = '2013-02-28 14:07:04', `date_joined` = '2013-02-28 14:07:04' WHERE `auth_user`.`id` = 19 ; args=('tester1', '', '', 'tester2@tester.com', 'sha256$Vj2iVLmMqU5U$59a5686be3ab5659bf2c024620118bec7d4255caa21b3471847e4d40c604287a', False, True, False, u'2013-02-28 14:07:04', u'2013-02-28 14:07:04', 19) | |
2013-02-28 14:07:04,171 DEBUG (0.000) INSERT INTO `auth_user` (`username`, `first_name`, `last_name`, `email`, `password`, `is_staff`, `is_active`, `is_superuser`, `last_login`, `date_joined`) VALUES ('tester2', '', '', 'tester2@tester.com', 'sha256$vYWqZWSgimEY$52fc5fddf368a1dcafe2c7fc69094a5e1dc2c336e85a71fb906989c12473c1e3', 0, 1, 0, '2013-02-28 14:07:04', '2013-02-28 14:07:04'); args=['tester2', '', '', 'tester2@tester.com', 'sha256$vYWqZWSgimEY$52fc5fddf368a1dcafe2c7fc69094a5e1dc2c336e85a71fb906989c12473c1e3', False, True, False, u'2013-02-28 14:07:04', u'2013-02-28 14:07:04'] | |
2013-02-28 14:07:04,172 DEBUG (0.000) SELECT (1) AS `a` FROM `auth_user` WHERE `auth_user`.`id` = 20 LIMIT 1; args=(20,) | |
2013-02-28 14:07:04,174 DEBUG (0.000) UPDATE `auth_user` SET `username` = 'tester2', `first_name` = '', `last_name` = '', `email` = 'tester2@tester.com', `password` = 'sha256$vYWqZWSgimEY$52fc5fddf368a1dcafe2c7fc69094a5e1dc2c336e85a71fb906989c12473c1e3', `is_staff` = 0, `is_active` = 1, `is_superuser` = 0, `last_login` = '2013-02-28 14:07:04', `date_joined` = '2013-02-28 14:07:04' WHERE `auth_user`.`id` = 20 ; args=('tester2', '', '', 'tester2@tester.com', 'sha256$vYWqZWSgimEY$52fc5fddf368a1dcafe2c7fc69094a5e1dc2c336e85a71fb906989c12473c1e3', False, True, False, u'2013-02-28 14:07:04', u'2013-02-28 14:07:04', 20) | |
ok | |
2013-02-28 14:07:04,195 DEBUG (0.000) SET foreign_key_checks = 0; args=() | |
2013-02-28 14:07:04,196 DEBUG (0.000) SET foreign_key_checks=0; args=() | |
2013-02-28 14:07:04,206 DEBUG (0.001) SELECT (1) AS `a` FROM `auth_user` WHERE `auth_user`.`id` = 7 LIMIT 1; args=(7,) | |
2013-02-28 14:07:04,207 DEBUG (0.000) INSERT INTO `auth_user` (`id`, `username`, `first_name`, `last_name`, `email`, `password`, `is_staff`, `is_active`, `is_superuser`, `last_login`, `date_joined`) VALUES (7, 'testuser', 'Test', 'User', 'testuser@test.com', 'sha1$015f3$d7a6885afbb3e3ae453f1c68ab205fa0a24c3488', 0, 1, 0, '2011-06-03 16:12:08', '2011-06-03 16:12:08'); args=(7, u'testuser', u'Test', u'User', u'testuser@test.com', u'sha1$015f3$d7a6885afbb3e3ae453f1c68ab205fa0a24c3488', False, True, False, u'2011-06-03 16:12:08', u'2011-06-03 16:12:08') | |
2013-02-28 14:07:04,209 DEBUG (0.000) SELECT `auth_user_user_permissions`.`id`, `auth_user_user_permissions`.`user_id`, `auth_user_user_permissions`.`permission_id` FROM `auth_user_user_permissions` WHERE `auth_user_user_permissions`.`user_id` = 7 ; args=(7,) | |
2013-02-28 14:07:04,210 DEBUG (0.000) SELECT `auth_user_groups`.`id`, `auth_user_groups`.`user_id`, `auth_user_groups`.`group_id` FROM `auth_user_groups` WHERE `auth_user_groups`.`user_id` = 7 ; args=(7,) | |
2013-02-28 14:07:04,212 DEBUG (0.001) SELECT (1) AS `a` FROM `user_profiles` WHERE `user_profiles`.`id` = 7 LIMIT 1; args=(7,) | |
2013-02-28 14:07:04,213 DEBUG (0.000) INSERT INTO `user_profiles` (`id`, `deki_user_id`, `timezone`, `locale`, `homepage`, `title`, `fullname`, `organization`, `location`, `bio`, `irc_nickname`, `content_flagging_email`, `user_id`, `misc`) VALUES (7, 0, 'US/Pacific', 'en-US', 'http://testuser.com/', 'Dr.', 'Test User', 'Web Testers Anonymous', 'Testville', 'I like to test things.', 'testuser', 0, 7, '{}'); args=(7, 0, u'US/Pacific', u'en-US', u'http://testuser.com/', u'Dr.', u'Test User', u'Web Testers Anonymous', u'Testville', u'I like to test things.', u'testuser', False, 7, '{}') | |
2013-02-28 14:07:04,215 DEBUG (0.000) SELECT (1) AS `a` FROM `auth_user` WHERE `auth_user`.`id` = 8 LIMIT 1; args=(8,) | |
2013-02-28 14:07:04,216 DEBUG (0.000) INSERT INTO `auth_user` (`id`, `username`, `first_name`, `last_name`, `email`, `password`, `is_staff`, `is_active`, `is_superuser`, `last_login`, `date_joined`) VALUES (8, 'testuser2', 'Test2', 'User2', 'testuser2@test.com', 'sha1$015f3$d7a6885afbb3e3ae453f1c68ab205fa0a24c3488', 0, 1, 0, '2011-06-03 16:12:08', '2011-06-03 16:12:08'); args=(8, u'testuser2', u'Test2', u'User2', u'testuser2@test.com', u'sha1$015f3$d7a6885afbb3e3ae453f1c68ab205fa0a24c3488', False, True, False, u'2011-06-03 16:12:08', u'2011-06-03 16:12:08') | |
2013-02-28 14:07:04,218 DEBUG (0.000) SELECT `auth_user_user_permissions`.`id`, `auth_user_user_permissions`.`user_id`, `auth_user_user_permissions`.`permission_id` FROM `auth_user_user_permissions` WHERE `auth_user_user_permissions`.`user_id` = 8 ; args=(8,) | |
2013-02-28 14:07:04,219 DEBUG (0.000) SELECT `auth_user_groups`.`id`, `auth_user_groups`.`user_id`, `auth_user_groups`.`group_id` FROM `auth_user_groups` WHERE `auth_user_groups`.`user_id` = 8 ; args=(8,) | |
2013-02-28 14:07:04,221 DEBUG (0.000) SELECT (1) AS `a` FROM `user_profiles` WHERE `user_profiles`.`id` = 8 LIMIT 1; args=(8,) | |
2013-02-28 14:07:04,221 DEBUG (0.000) INSERT INTO `user_profiles` (`id`, `deki_user_id`, `timezone`, `locale`, `homepage`, `title`, `fullname`, `organization`, `location`, `bio`, `irc_nickname`, `content_flagging_email`, `user_id`, `misc`) VALUES (8, 0, 'US/Pacific', 'en-US', 'http://testuser2.com/', 'Dr.2', 'Test User2', 'Web Testers Anonymous2', 'Testville2', 'I like to test things.2', 'testuser2', 0, 8, '{}'); args=(8, 0, u'US/Pacific', u'en-US', u'http://testuser2.com/', u'Dr.2', u'Test User2', u'Web Testers Anonymous2', u'Testville2', u'I like to test things.2', u'testuser2', False, 8, '{}') | |
2013-02-28 14:07:04,223 DEBUG (0.000) SELECT (1) AS `a` FROM `auth_user` WHERE `auth_user`.`id` = 9 LIMIT 1; args=(9,) | |
2013-02-28 14:07:04,224 DEBUG (0.000) INSERT INTO `auth_user` (`id`, `username`, `first_name`, `last_name`, `email`, `password`, `is_staff`, `is_active`, `is_superuser`, `last_login`, `date_joined`) VALUES (9, 'testuser01', 'Test', 'User01', 'testuser01@test.com', 'sha1$015f3$d7a6885afbb3e3ae453f1c68ab205fa0a24c3488', 0, 1, 0, '2011-06-03 16:12:08', '2011-06-03 16:12:08'); args=(9, u'testuser01', u'Test', u'User01', u'testuser01@test.com', u'sha1$015f3$d7a6885afbb3e3ae453f1c68ab205fa0a24c3488', False, True, False, u'2011-06-03 16:12:08', u'2011-06-03 16:12:08') | |
2013-02-28 14:07:04,225 DEBUG (0.000) SELECT `auth_user_user_permissions`.`id`, `auth_user_user_permissions`.`user_id`, `auth_user_user_permissions`.`permission_id` FROM `auth_user_user_permissions` WHERE `auth_user_user_permissions`.`user_id` = 9 ; args=(9,) | |
2013-02-28 14:07:04,227 DEBUG (0.000) SELECT `auth_user_groups`.`id`, `auth_user_groups`.`user_id`, `auth_user_groups`.`group_id` FROM `auth_user_groups` WHERE `auth_user_groups`.`user_id` = 9 ; args=(9,) | |
2013-02-28 14:07:04,229 DEBUG (0.000) SELECT (1) AS `a` FROM `user_profiles` WHERE `user_profiles`.`id` = 9 LIMIT 1; args=(9,) | |
2013-02-28 14:07:04,229 DEBUG (0.000) INSERT INTO `user_profiles` (`id`, `deki_user_id`, `timezone`, `locale`, `homepage`, `title`, `fullname`, `organization`, `location`, `bio`, `irc_nickname`, `content_flagging_email`, `user_id`, `misc`) VALUES (9, 234792, 'US/Pacific', 'en-US', 'http://testuser01.com/', 'Dr.01', 'Test User01', 'Web Testers Anonymous01', 'Testville01', 'I like to test things.01', 'testuser01', 0, 9, '{}'); args=(9, 234792, u'US/Pacific', u'en-US', u'http://testuser01.com/', u'Dr.01', u'Test User01', u'Web Testers Anonymous01', u'Testville01', u'I like to test things.01', u'testuser01', False, 9, '{}') | |
2013-02-28 14:07:04,231 DEBUG (0.000) SELECT (1) AS `a` FROM `auth_user` WHERE `auth_user`.`id` = 10 LIMIT 1; args=(10,) | |
2013-02-28 14:07:04,232 DEBUG (0.000) INSERT INTO `auth_user` (`id`, `username`, `first_name`, `last_name`, `email`, `password`, `is_staff`, `is_active`, `is_superuser`, `last_login`, `date_joined`) VALUES (10, 'admin', '', '', '', 'sha1$015f3$d7a6885afbb3e3ae453f1c68ab205fa0a24c3488', 1, 1, 1, '2011-06-03 16:12:08', '2011-06-03 16:12:08'); args=(10, u'admin', u'', u'', u'', u'sha1$015f3$d7a6885afbb3e3ae453f1c68ab205fa0a24c3488', True, True, True, u'2011-06-03 16:12:08', u'2011-06-03 16:12:08') | |
2013-02-28 14:07:04,234 DEBUG (0.000) SELECT `auth_user_user_permissions`.`id`, `auth_user_user_permissions`.`user_id`, `auth_user_user_permissions`.`permission_id` FROM `auth_user_user_permissions` WHERE `auth_user_user_permissions`.`user_id` = 10 ; args=(10,) | |
2013-02-28 14:07:04,235 DEBUG (0.000) SELECT `auth_user_groups`.`id`, `auth_user_groups`.`user_id`, `auth_user_groups`.`group_id` FROM `auth_user_groups` WHERE `auth_user_groups`.`user_id` = 10 ; args=(10,) | |
2013-02-28 14:07:04,237 DEBUG (0.000) SELECT (1) AS `a` FROM `user_profiles` WHERE `user_profiles`.`id` = 10 LIMIT 1; args=(10,) | |
2013-02-28 14:07:04,238 DEBUG (0.000) INSERT INTO `user_profiles` (`id`, `deki_user_id`, `timezone`, `locale`, `homepage`, `title`, `fullname`, `organization`, `location`, `bio`, `irc_nickname`, `content_flagging_email`, `user_id`, `misc`) VALUES (10, 0, 'US/Pacific', 'en-US', 'http://adminuser.com/', '', '', '', 'Adminville', '', '', 0, 10, '{}'); args=(10, 0, u'US/Pacific', u'en-US', u'http://adminuser.com/', u'', u'', u'', u'Adminville', '', u'', False, 10, '{}') | |
2013-02-28 14:07:04,242 DEBUG (0.000) SET foreign_key_checks=1; args=() | |
2013-02-28 14:07:04,243 DEBUG (0.001) SHOW INDEX FROM `user_profiles`; args=() | |
2013-02-28 14:07:04,244 DEBUG (0.000) | |
SELECT column_name, referenced_table_name, referenced_column_name | |
FROM information_schema.key_column_usage | |
WHERE table_name = 'user_profiles' | |
AND table_schema = DATABASE() | |
AND referenced_table_name IS NOT NULL | |
AND referenced_column_name IS NOT NULL; args=['user_profiles'] | |
2013-02-28 14:07:04,245 DEBUG (0.000) | |
SELECT REFERRING.`id`, REFERRING.`user_id` FROM `user_profiles` as REFERRING | |
LEFT JOIN `auth_user` as REFERRED | |
ON (REFERRING.`user_id` = REFERRED.`id`) | |
WHERE REFERRING.`user_id` IS NOT NULL AND REFERRED.`id` IS NULL; args=() | |
2013-02-28 14:07:04,245 DEBUG (0.000) SHOW INDEX FROM `auth_user`; args=() | |
2013-02-28 14:07:04,246 DEBUG (0.000) | |
SELECT column_name, referenced_table_name, referenced_column_name | |
FROM information_schema.key_column_usage | |
WHERE table_name = 'auth_user' | |
AND table_schema = DATABASE() | |
AND referenced_table_name IS NOT NULL | |
AND referenced_column_name IS NOT NULL; args=['auth_user'] | |
2013-02-28 14:07:04,246 DEBUG (0.000) SET foreign_key_checks = 1; args=() | |
test_bad_json (vagrant.apps.dashboards.tests.test_models.DocumentVisitsTests) | |
Raise a nice error if WebTrends hands us bad JSON. ... SKIP: | |
-------------------- >> begin captured logging << -------------------- | |
django.db.backends: DEBUG: (0.000) SET foreign_key_checks = 0; args=() | |
django.db.backends: DEBUG: (0.000) SET foreign_key_checks=0; args=() | |
django.db.backends: DEBUG: (0.001) SELECT (1) AS `a` FROM `auth_user` WHERE `auth_user`.`id` = 7 LIMIT 1; args=(7,) | |
django.db.backends: DEBUG: (0.000) INSERT INTO `auth_user` (`id`, `username`, `first_name`, `last_name`, `email`, `password`, `is_staff`, `is_active`, `is_superuser`, `last_login`, `date_joined`) VALUES (7, 'testuser', 'Test', 'User', 'testuser@test.com', 'sha1$015f3$d7a6885afbb3e3ae453f1c68ab205fa0a24c3488', 0, 1, 0, '2011-06-03 16:12:08', '2011-06-03 16:12:08'); args=(7, u'testuser', u'Test', u'User', u'testuser@test.com', u'sha1$015f3$d7a6885afbb3e3ae453f1c68ab205fa0a24c3488', False, True, False, u'2011-06-03 16:12:08', u'2011-06-03 16:12:08') | |
django.db.backends: DEBUG: (0.000) SELECT `auth_user_user_permissions`.`id`, `auth_user_user_permissions`.`user_id`, `auth_user_user_permissions`.`permission_id` FROM `auth_user_user_permissions` WHERE `auth_user_user_permissions`.`user_id` = 7 ; args=(7,) | |
django.db.backends: DEBUG: (0.000) SELECT `auth_user_groups`.`id`, `auth_user_groups`.`user_id`, `auth_user_groups`.`group_id` FROM `auth_user_groups` WHERE `auth_user_groups`.`user_id` = 7 ; args=(7,) | |
django.db.backends: DEBUG: (0.001) SELECT (1) AS `a` FROM `user_profiles` WHERE `user_profiles`.`id` = 7 LIMIT 1; args=(7,) | |
django.db.backends: DEBUG: (0.000) INSERT INTO `user_profiles` (`id`, `deki_user_id`, `timezone`, `locale`, `homepage`, `title`, `fullname`, `organization`, `location`, `bio`, `irc_nickname`, `content_flagging_email`, `user_id`, `misc`) VALUES (7, 0, 'US/Pacific', 'en-US', 'http://testuser.com/', 'Dr.', 'Test User', 'Web Testers Anonymous', 'Testville', 'I like to test things.', 'testuser', 0, 7, '{}'); args=(7, 0, u'US/Pacific', u'en-US', u'http://testuser.com/', u'Dr.', u'Test User', u'Web Testers Anonymous', u'Testville', u'I like to test things.', u'testuser', False, 7, '{}') | |
django.db.backends: DEBUG: (0.000) SELECT (1) AS `a` FROM `auth_user` WHERE `auth_user`.`id` = 8 LIMIT 1; args=(8,) | |
django.db.backends: DEBUG: (0.000) INSERT INTO `auth_user` (`id`, `username`, `first_name`, `last_name`, `email`, `password`, `is_staff`, `is_active`, `is_superuser`, `last_login`, `date_joined`) VALUES (8, 'testuser2', 'Test2', 'User2', 'testuser2@test.com', 'sha1$015f3$d7a6885afbb3e3ae453f1c68ab205fa0a24c3488', 0, 1, 0, '2011-06-03 16:12:08', '2011-06-03 16:12:08'); args=(8, u'testuser2', u'Test2', u'User2', u'testuser2@test.com', u'sha1$015f3$d7a6885afbb3e3ae453f1c68ab205fa0a24c3488', False, True, False, u'2011-06-03 16:12:08', u'2011-06-03 16:12:08') | |
django.db.backends: DEBUG: (0.000) SELECT `auth_user_user_permissions`.`id`, `auth_user_user_permissions`.`user_id`, `auth_user_user_permissions`.`permission_id` FROM `auth_user_user_permissions` WHERE `auth_user_user_permissions`.`user_id` = 8 ; args=(8,) | |
django.db.backends: DEBUG: (0.000) SELECT `auth_user_groups`.`id`, `auth_user_groups`.`user_id`, `auth_user_groups`.`group_id` FROM `auth_user_groups` WHERE `auth_user_groups`.`user_id` = 8 ; args=(8,) | |
django.db.backends: DEBUG: (0.000) SELECT (1) AS `a` FROM `user_profiles` WHERE `user_profiles`.`id` = 8 LIMIT 1; args=(8,) | |
django.db.backends: DEBUG: (0.000) INSERT INTO `user_profiles` (`id`, `deki_user_id`, `timezone`, `locale`, `homepage`, `title`, `fullname`, `organization`, `location`, `bio`, `irc_nickname`, `content_flagging_email`, `user_id`, `misc`) VALUES (8, 0, 'US/Pacific', 'en-US', 'http://testuser2.com/', 'Dr.2', 'Test User2', 'Web Testers Anonymous2', 'Testville2', 'I like to test things.2', 'testuser2', 0, 8, '{}'); args=(8, 0, u'US/Pacific', u'en-US', u'http://testuser2.com/', u'Dr.2', u'Test User2', u'Web Testers Anonymous2', u'Testville2', u'I like to test things.2', u'testuser2', False, 8, '{}') | |
django.db.backends: DEBUG: (0.000) SELECT (1) AS `a` FROM `auth_user` WHERE `auth_user`.`id` = 9 LIMIT 1; args=(9,) | |
django.db.backends: DEBUG: (0.000) INSERT INTO `auth_user` (`id`, `username`, `first_name`, `last_name`, `email`, `password`, `is_staff`, `is_active`, `is_superuser`, `last_login`, `date_joined`) VALUES (9, 'testuser01', 'Test', 'User01', 'testuser01@test.com', 'sha1$015f3$d7a6885afbb3e3ae453f1c68ab205fa0a24c3488', 0, 1, 0, '2011-06-03 16:12:08', '2011-06-03 16:12:08'); args=(9, u'testuser01', u'Test', u'User01', u'testuser01@test.com', u'sha1$015f3$d7a6885afbb3e3ae453f1c68ab205fa0a24c3488', False, True, False, u'2011-06-03 16:12:08', u'2011-06-03 16:12:08') | |
django.db.backends: DEBUG: (0.000) SELECT `auth_user_user_permissions`.`id`, `auth_user_user_permissions`.`user_id`, `auth_user_user_permissions`.`permission_id` FROM `auth_user_user_permissions` WHERE `auth_user_user_permissions`.`user_id` = 9 ; args=(9,) | |
django.db.backends: DEBUG: (0.000) SELECT `auth_user_groups`.`id`, `auth_user_groups`.`user_id`, `auth_user_groups`.`group_id` FROM `auth_user_groups` WHERE `auth_user_groups`.`user_id` = 9 ; args=(9,) | |
django.db.backends: DEBUG: (0.000) SELECT (1) AS `a` FROM `user_profiles` WHERE `user_profiles`.`id` = 9 LIMIT 1; args=(9,) | |
django.db.backends: DEBUG: (0.000) INSERT INTO `user_profiles` (`id`, `deki_user_id`, `timezone`, `locale`, `homepage`, `title`, `fullname`, `organization`, `location`, `bio`, `irc_nickname`, `content_flagging_email`, `user_id`, `misc`) VALUES (9, 234792, 'US/Pacific', 'en-US', 'http://testuser01.com/', 'Dr.01', 'Test User01', 'Web Testers Anonymous01', 'Testville01', 'I like to test things.01', 'testuser01', 0, 9, '{}'); args=(9, 234792, u'US/Pacific', u'en-US', u'http://testuser01.com/', u'Dr.01', u'Test User01', u'Web Testers Anonymous01', u'Testville01', u'I like to test things.01', u'testuser01', False, 9, '{}') | |
django.db.backends: DEBUG: (0.000) SELECT (1) AS `a` FROM `auth_user` WHERE `auth_user`.`id` = 10 LIMIT 1; args=(10,) | |
django.db.backends: DEBUG: (0.000) INSERT INTO `auth_user` (`id`, `username`, `first_name`, `last_name`, `email`, `password`, `is_staff`, `is_active`, `is_superuser`, `last_login`, `date_joined`) VALUES (10, 'admin', '', '', '', 'sha1$015f3$d7a6885afbb3e3ae453f1c68ab205fa0a24c3488', 1, 1, 1, '2011-06-03 16:12:08', '2011-06-03 16:12:08'); args=(10, u'admin', u'', u'', u'', u'sha1$015f3$d7a6885afbb3e3ae453f1c68ab205fa0a24c3488', True, True, True, u'2011-06-03 16:12:08', u'2011-06-03 16:12:08') | |
django.db.backends: DEBUG: (0.000) SELECT `auth_user_user_permissions`.`id`, `auth_user_user_permissions`.`user_id`, `auth_user_user_permissions`.`permission_id` FROM `auth_user_user_permissions` WHERE `auth_user_user_permissions`.`user_id` = 10 ; args=(10,) | |
django.db.backends: DEBUG: (0.000) SELECT `auth_user_groups`.`id`, `auth_user_groups`.`user_id`, `auth_user_groups`.`group_id` FROM `auth_user_groups` WHERE `auth_user_groups`.`user_id` = 10 ; args=(10,) | |
django.db.backends: DEBUG: (0.000) SELECT (1) AS `a` FROM `user_profiles` WHERE `user_profiles`.`id` = 10 LIMIT 1; args=(10,) | |
django.db.backends: DEBUG: (0.000) INSERT INTO `user_profiles` (`id`, `deki_user_id`, `timezone`, `locale`, `homepage`, `title`, `fullname`, `organization`, `location`, `bio`, `irc_nickname`, `content_flagging_email`, `user_id`, `misc`) VALUES (10, 0, 'US/Pacific', 'en-US', 'http://adminuser.com/', '', '', '', 'Adminville', '', '', 0, 10, '{}'); args=(10, 0, u'US/Pacific', u'en-US', u'http://adminuser.com/', u'', u'', u'', u'Adminville', '', u'', False, 10, '{}') | |
django.db.backends: DEBUG: (0.000) SET foreign_key_checks=1; args=() | |
django.db.backends: DEBUG: (0.001) SHOW INDEX FROM `user_profiles`; args=() | |
django.db.backends: DEBUG: (0.000) | |
SELECT column_name, referenced_table_name, referenced_column_name | |
FROM information_schema.key_column_usage | |
WHERE table_name = 'user_profiles' | |
AND table_schema = DATABASE() | |
AND referenced_table_name IS NOT NULL | |
AND referenced_column_name IS NOT NULL; args=['user_profiles'] | |
django.db.backends: DEBUG: (0.000) | |
SELECT REFERRING.`id`, REFERRING.`user_id` FROM `user_profiles` as REFERRING | |
LEFT JOIN `auth_user` as REFERRED | |
ON (REFERRING.`user_id` = REFERRED.`id`) | |
WHERE REFERRING.`user_id` IS NOT NULL AND REFERRED.`id` IS NULL; args=() | |
django.db.backends: DEBUG: (0.000) SHOW INDEX FROM `auth_user`; args=() | |
django.db.backends: DEBUG: (0.000) | |
SELECT column_name, referenced_table_name, referenced_column_name | |
FROM information_schema.key_column_usage | |
WHERE table_name = 'auth_user' | |
AND table_schema = DATABASE() | |
AND referenced_table_name IS NOT NULL | |
AND referenced_column_name IS NOT NULL; args=['auth_user'] | |
django.db.backends: DEBUG: (0.000) SET foreign_key_checks = 1; args=() | |
--------------------- >> end captured logging << --------------------- | |
test_bad_page_info (vagrant.apps.dashboards.tests.test_models.DocumentVisitsTests) | |
Skip URLs whose page info is unsubscriptable. ... SKIP | |
test_bad_visit_count (vagrant.apps.dashboards.tests.test_models.DocumentVisitsTests) | |
Skip URLs whose visit counts aren't ints. ... SKIP | |
test_foreign_locale (vagrant.apps.dashboards.tests.test_models.DocumentVisitsTests) | |
Skip URLs with non-English locale. ... SKIP | |
test_good_visit_count (vagrant.apps.dashboards.tests.test_models.DocumentVisitsTests) | |
Extract visit counts from good data. ... SKIP | |
test_networking_failure (vagrant.apps.dashboards.tests.test_models.DocumentVisitsTests) ... SKIP | |
test_no_data_attr (vagrant.apps.dashboards.tests.test_models.DocumentVisitsTests) | |
Raise a nice err if WebTrends returns an obj with no 'data' attr. ... SKIP | |
test_no_locale (vagrant.apps.dashboards.tests.test_models.DocumentVisitsTests) | |
Skip URLs with no locale. ... SKIP | |
test_no_pages (vagrant.apps.dashboards.tests.test_models.DocumentVisitsTests) | |
Don't pave over current data if WebTrends returns well-formatted ... SKIP | |
test_non_document_view (vagrant.apps.dashboards.tests.test_models.DocumentVisitsTests) | |
Skip URLs that don't resolve to the wiki document view. ... SKIP | |
test_not_subscriptable (vagrant.apps.dashboards.tests.test_models.DocumentVisitsTests) | |
Raise a nice err if WebTrends returns an unsubscriptable obj. ... SKIP | |
test_unknown_view (vagrant.apps.dashboards.tests.test_models.DocumentVisitsTests) | |
Skip URLs that don't resolve. ... SKIP | |
test_current_revision_null (vagrant.apps.dashboards.tests.test_readouts.UnreviewedChangesTests) | |
Show all unreviewed revisions if none have been approved yet. ... SKIP | |
test_rejected_newer_than_current (vagrant.apps.dashboards.tests.test_readouts.UnreviewedChangesTests) | |
If there are reviewed but unapproved (i.e. rejected) revisions newer ... SKIP | |
test_unrevieweds_after_current (vagrant.apps.dashboards.tests.test_readouts.UnreviewedChangesTests) | |
Show the unreviewed revisions with later creation dates than the ... SKIP | |
test_render (vagrant.apps.dashboards.tests.test_templates.LocalizationDashTests) | |
Assert the main dash and all the readouts render and don't crash. ... SKIP | |
test_untranslated_detail (vagrant.apps.dashboards.tests.test_templates.LocalizationDashTests) | |
Assert the whole-page Untranslated Articles view works. ... SKIP | |
test_no_plugin_check (vagrant.apps.dashboards.tests.test_templates.MobileHomeTestCase) ... SKIP | |
test_top_text (vagrant.apps.dashboards.tests.test_templates.MobileHomeTestCase) ... SKIP | |
test_detail_view (vagrant.apps.dashboards.tests.test_views.ContributorDashTests) | |
Assert the detail page of the contributor dash resolves, renders. ... ok | |
test_main_view (vagrant.apps.dashboards.tests.test_views.ContributorDashTests) | |
Assert the top page of the contributor dash resolves, renders. ... ok | |
test_redirect_to_contributor_dash (vagrant.apps.dashboards.tests.test_views.LocalizationDashTests) | |
Should redirect to Contributor Dash if the locale is the default ... ok | |
test_creator_filter (vagrant.apps.dashboards.tests.test_views.RevisionsDashTest) ... ok | |
test_locale_filter (vagrant.apps.dashboards.tests.test_views.RevisionsDashTest) ... ok | |
test_main_view (vagrant.apps.dashboards.tests.test_views.RevisionsDashTest) ... ok | |
test_topic_filter (vagrant.apps.dashboards.tests.test_views.RevisionsDashTest) ... ok | |
test_topic_lookup (vagrant.apps.dashboards.tests.test_views.RevisionsDashTest) ... ok | |
test_user_lookup (vagrant.apps.dashboards.tests.test_views.RevisionsDashTest) ... ok | |
test_tag_description_challenge_none (vagrant.apps.demos.tests.test_helpers.HelperTestCase) ... ok | |
test_tag_description_no_description (vagrant.apps.demos.tests.test_helpers.HelperTestCase) ... ok | |
test_censored_demo_shows_only_in_admin_interface (vagrant.apps.demos.tests.test_models.DemoPackageTest) | |
Demo package with at least index.html in root is valid ... ok | |
test_demo_file_size_limit (vagrant.apps.demos.tests.test_models.DemoPackageTest) | |
Demo package with any individual file >1MB in size is invalid ... ERROR | |
test_demo_file_type_blacklist (vagrant.apps.demos.tests.test_models.DemoPackageTest) | |
Demo package cannot contain files whose detected types are blacklisted ... ERROR | |
test_demo_html_normalized (vagrant.apps.demos.tests.test_models.DemoPackageTest) | |
Ensure a demo.html in zip file is normalized to index.html when unpacked ... ERROR | |
test_demo_package_also_accept_demo_html (vagrant.apps.demos.tests.test_models.DemoPackageTest) | |
Demo package with demo.html in root is valid, too ... ERROR | |
test_demo_package_badfiles (vagrant.apps.demos.tests.test_models.DemoPackageTest) | |
Demo package with naughty file entries is invalid ... ERROR | |
test_demo_package_index_not_in_root (vagrant.apps.demos.tests.test_models.DemoPackageTest) | |
Demo package with no index.html at the root is invalid ... ERROR | |
test_demo_package_no_files (vagrant.apps.demos.tests.test_models.DemoPackageTest) | |
Demo package with no files is invalid ... ERROR | |
test_demo_package_no_index (vagrant.apps.demos.tests.test_models.DemoPackageTest) | |
Demo package with no index.html at all is invalid ... ERROR | |
test_demo_package_valid (vagrant.apps.demos.tests.test_models.DemoPackageTest) | |
Demo package with at least index.html in root is valid ... ERROR | |
test_demo_unicode_filenames (vagrant.apps.demos.tests.test_models.DemoPackageTest) | |
Bug 741660: Demo package containing filenames with non-ASCII ... ERROR | |
test_demo_unicode_filenames_2 (vagrant.apps.demos.tests.test_models.DemoPackageTest) | |
Bug 741660: Try testing a real .zip with non-ASCII filenames ... ERROR | |
test_hidden_demo_shows_to_creator_and_admin (vagrant.apps.demos.tests.test_models.DemoPackageTest) | |
Demo package with at least index.html in root is valid ... ok | |
test_process_demo_package (vagrant.apps.demos.tests.test_models.DemoPackageTest) | |
Calling process_demo_package() should result in a directory of demo files ... ERROR | |
test_derby_radio_buttons (vagrant.apps.demos.tests.test_templates.SubmitTests) | |
Test derby radio buttons include a None option. ... 2013-02-28 14:07:06,300 DEBUG (0.001) SELECT `auth_user`.`id`, `auth_user`.`username`, `auth_user`.`first_name`, `auth_user`.`last_name`, `auth_user`.`email`, `auth_user`.`password`, `auth_user`.`is_staff`, `auth_user`.`is_active`, `auth_user`.`is_superuser`, `auth_user`.`last_login`, `auth_user`.`date_joined` FROM `auth_user` WHERE `auth_user`.`username` = 'testuser' ; args=('testuser',) | |
2013-02-28 14:07:06,302 DEBUG (0.000) SELECT (1) AS `a` FROM `auth_user` WHERE `auth_user`.`id` = 7 LIMIT 1; args=(7,) | |
2013-02-28 14:07:06,304 DEBUG (0.000) UPDATE `auth_user` SET `username` = 'testuser', `first_name` = 'Test', `last_name` = 'User', `email` = 'testuser@test.com', `password` = 'sha256$SpYhc7RMXEHl$ee3d865189c1f58bf175975b44290e87bacaa64ace2af0ce7ab09556cf54ea07', `is_staff` = 0, `is_active` = 1, `is_superuser` = 0, `last_login` = '2011-06-03 16:12:08', `date_joined` = '2011-06-03 16:12:08' WHERE `auth_user`.`id` = 7 ; args=(u'testuser', u'Test', u'User', u'testuser@test.com', 'sha256$SpYhc7RMXEHl$ee3d865189c1f58bf175975b44290e87bacaa64ace2af0ce7ab09556cf54ea07', False, True, False, u'2011-06-03 16:12:08', u'2011-06-03 16:12:08', 7) | |
2013-02-28 14:07:06,306 DEBUG (0.000) SELECT (1) AS `a` FROM `django_session` WHERE `django_session`.`session_key` = '3913c0059688cfd6dae586c97d0d20ab' LIMIT 1; args=('3913c0059688cfd6dae586c97d0d20ab',) | |
2013-02-28 14:07:06,307 DEBUG (0.000) SAVEPOINT s140196843075328_x1; args=() | |
2013-02-28 14:07:06,307 DEBUG (0.000) INSERT INTO `django_session` (`session_key`, `session_data`, `expire_date`) VALUES ('3913c0059688cfd6dae586c97d0d20ab', 'MDFkYTFiN2MwMGMxZjFiYWE0NjA3NDIzM2JkYjQwYzI4NjM0OGE3ZTqAAn1xAS4=\n', '2013-03-14 14:07:06'); args=('3913c0059688cfd6dae586c97d0d20ab', 'MDFkYTFiN2MwMGMxZjFiYWE0NjA3NDIzM2JkYjQwYzI4NjM0OGE3ZTqAAn1xAS4=\n', u'2013-03-14 14:07:06') | |
2013-02-28 14:07:06,309 DEBUG (0.000) SELECT `django_session`.`session_key`, `django_session`.`session_data`, `django_session`.`expire_date` FROM `django_session` WHERE `django_session`.`session_key` = '3913c0059688cfd6dae586c97d0d20ab' ; args=('3913c0059688cfd6dae586c97d0d20ab',) | |
2013-02-28 14:07:06,309 DEBUG (0.000) DELETE FROM `django_session` WHERE `session_key` IN ('3913c0059688cfd6dae586c97d0d20ab'); args=(u'3913c0059688cfd6dae586c97d0d20ab',) | |
2013-02-28 14:07:06,311 DEBUG (0.000) SELECT (1) AS `a` FROM `auth_user` WHERE `auth_user`.`id` = 7 LIMIT 1; args=(7,) | |
2013-02-28 14:07:06,312 DEBUG (0.000) UPDATE `auth_user` SET `username` = 'testuser', `first_name` = 'Test', `last_name` = 'User', `email` = 'testuser@test.com', `password` = 'sha256$SpYhc7RMXEHl$ee3d865189c1f58bf175975b44290e87bacaa64ace2af0ce7ab09556cf54ea07', `is_staff` = 0, `is_active` = 1, `is_superuser` = 0, `last_login` = '2013-02-28 14:07:06', `date_joined` = '2011-06-03 16:12:08' WHERE `auth_user`.`id` = 7 ; args=(u'testuser', u'Test', u'User', u'testuser@test.com', 'sha256$SpYhc7RMXEHl$ee3d865189c1f58bf175975b44290e87bacaa64ace2af0ce7ab09556cf54ea07', False, True, False, u'2013-02-28 14:07:06', u'2011-06-03 16:12:08', 7) | |
2013-02-28 14:07:06,313 DEBUG (0.000) SAVEPOINT s140196843075328_x2; args=() | |
2013-02-28 14:07:06,314 DEBUG (0.000) SELECT (1) AS `a` FROM `django_session` WHERE `django_session`.`session_key` = '3913c0059688cfd6dae586c97d0d20ab' LIMIT 1; args=('3913c0059688cfd6dae586c97d0d20ab',) | |
2013-02-28 14:07:06,315 DEBUG (0.000) INSERT INTO `django_session` (`session_key`, `session_data`, `expire_date`) VALUES ('3913c0059688cfd6dae586c97d0d20ab', 'NjkwMTExOTQ4ODA4YjU1ZmVhYjAzNDBkNjAwN2Y0MmMyZmJjNjhmZjqAAn1xAShVEl9hdXRoX3Vz\nZXJfYmFja2VuZHECVSlkamFuZ28uY29udHJpYi5hdXRoLmJhY2tlbmRzLk1vZGVsQmFja2VuZHED\nVQ1fYXV0aF91c2VyX2lkcQSKAQd1Lg==\n', '2013-03-14 14:07:06'); args=('3913c0059688cfd6dae586c97d0d20ab', 'NjkwMTExOTQ4ODA4YjU1ZmVhYjAzNDBkNjAwN2Y0MmMyZmJjNjhmZjqAAn1xAShVEl9hdXRoX3Vz\nZXJfYmFja2VuZHECVSlkamFuZ28uY29udHJpYi5hdXRoLmJhY2tlbmRzLk1vZGVsQmFja2VuZHED\nVQ1fYXV0aF91c2VyX2lkcQSKAQd1Lg==\n', u'2013-03-14 14:07:06') | |
ERROR | |
test_bug_702156 (vagrant.apps.demos.tests.test_views.DemoViewsTest) | |
Demo with missing screenshots should not cause exceptions in ... ok | |
test_challenge_closed (vagrant.apps.demos.tests.test_views.DemoViewsTest) ... ok | |
test_challenge_closed_model (vagrant.apps.demos.tests.test_views.DemoViewsTest) ... ok | |
test_challenge_tag_to_date_parts (vagrant.apps.demos.tests.test_views.DemoViewsTest) ... ok | |
test_challenge_tag_to_end_date (vagrant.apps.demos.tests.test_views.DemoViewsTest) ... ok | |
test_creator_can_edit (vagrant.apps.demos.tests.test_views.DemoViewsTest) ... ok | |
test_derby_after_deadline (vagrant.apps.demos.tests.test_views.DemoViewsTest) ... ok | |
test_derby_before_deadline (vagrant.apps.demos.tests.test_views.DemoViewsTest) ... ok | |
test_derby_field (vagrant.apps.demos.tests.test_views.DemoViewsTest) ... ok | |
test_derby_tag_saving (vagrant.apps.demos.tests.test_views.DemoViewsTest) ... ok | |
test_detail (vagrant.apps.demos.tests.test_views.DemoViewsTest) ... ok | |
test_detail_censored (vagrant.apps.demos.tests.test_views.DemoViewsTest) ... ok | |
test_detail_censored_url (vagrant.apps.demos.tests.test_views.DemoViewsTest) ... ok | |
test_edit_invalid (vagrant.apps.demos.tests.test_views.DemoViewsTest) ... ok | |
test_edit_no_tags (vagrant.apps.demos.tests.test_views.DemoViewsTest) ... ok | |
test_edit_valid (vagrant.apps.demos.tests.test_views.DemoViewsTest) ... ok | |
test_edit_with_challenge_tag (vagrant.apps.demos.tests.test_views.DemoViewsTest) ... ok | |
test_hidden_field (vagrant.apps.demos.tests.test_views.DemoViewsTest) ... ok | |
test_long_slug (vagrant.apps.demos.tests.test_views.DemoViewsTest) | |
A title longer than 50 characters should truncate to a ... ok | |
test_make_unique_slug (vagrant.apps.demos.tests.test_views.DemoViewsTest) | |
Ensure that unique slugs are generated even from titles whose ... ok | |
test_submit_loggedin (vagrant.apps.demos.tests.test_views.DemoViewsTest) ... ok | |
test_submit_loggedout (vagrant.apps.demos.tests.test_views.DemoViewsTest) ... ok | |
test_submit_post_invalid (vagrant.apps.demos.tests.test_views.DemoViewsTest) ... ok | |
test_submit_post_valid (vagrant.apps.demos.tests.test_views.DemoViewsTest) ... ok | |
test_unicode (vagrant.apps.demos.tests.test_views.DemoViewsTest) | |
Unicode characters in the summary or description doesn't brick the feed. ... ok | |
test_https_profile_urls (vagrant.apps.devmo.tests.test_forms.TestUserProfileEditForm) | |
bug 733610: Profile URLs should allow https ... ok | |
test_global_message (vagrant.apps.devmo.tests.test_helpers.TestSoapbox) ... ok | |
test_subsection_message (vagrant.apps.devmo.tests.test_helpers.TestSoapbox) ... ok | |
test_utf8_urlencode (vagrant.apps.devmo.tests.test_helpers.TestUrlEncode) | |
Bug 689056: Unicode strings with non-ASCII characters should not ... ok | |
Problem installing fixture 'wiki/documents.json.bz2': Traceback (most recent call last): | |
File "/vagrant/vendor/src/django/django/core/management/commands/loaddata.py", line 226, in handle | |
connection.check_constraints(table_names=table_names) | |
File "/vagrant/vendor/src/django/django/db/backends/mysql/base.py", line 474, in check_constraints | |
referenced_table_name, referenced_column_name)) | |
IntegrityError: The row in table 'wiki_revision' with primary key '19' has an invalid foreign key: wiki_revision.creator_id contains a value '7' that does not have a corresponding value in auth_user.id. | |
test_devmo_url (vagrant.apps.devmo.tests.test_misc.TestDevMoHelpers) ... SKIP | |
test_basic (vagrant.apps.devmo.tests.test_misc.TestDevMoNextUrl) ... ok | |
test_querystring (vagrant.apps.devmo.tests.test_misc.TestDevMoNextUrl) ... ok | |
test_production (vagrant.apps.devmo.tests.test_misc.TestDevMoRobots) ... SKIP | |
test_stage_bug607996 (vagrant.apps.devmo.tests.test_misc.TestDevMoRobots) ... SKIP | |
test_prefixer_get_language (vagrant.apps.devmo.tests.test_misc.TestDevMoUrlResolvers) ... SKIP | |
test_bad_date_column_skips_row (vagrant.apps.devmo.tests.test_models.TestCalendar) ... ok | |
test_html_santiziation (vagrant.apps.devmo.tests.test_models.TestCalendar) ... ok | |
test_reload_bad_url_does_not_delete_data (vagrant.apps.devmo.tests.test_models.TestCalendar) ... ok | |
test_reload_end_date_determines_done (vagrant.apps.devmo.tests.test_models.TestCalendar) ... ok | |
test_reload_from_csv_data (vagrant.apps.devmo.tests.test_models.TestCalendar) ... ok | |
test_reload_from_csv_data_blank_end_date (vagrant.apps.devmo.tests.test_models.TestCalendar) ... ok | |
test_activity_url_bug689203 (vagrant.apps.devmo.tests.test_models.TestUserProfile) ... ok | |
test_bug715923_feed_parsing_errors (vagrant.apps.devmo.tests.test_models.TestUserProfile) ... SKIP | |
test_irc_nickname (vagrant.apps.devmo.tests.test_models.TestUserProfile) | |
We've added IRC nickname as a profile field. ... ok | |
test_locale_timezone_fields (vagrant.apps.devmo.tests.test_models.TestUserProfile) | |
We've added locale and timezone fields. Verify defaults. ... ok | |
test_mindtouch_language (vagrant.apps.devmo.tests.test_models.TestUserProfile) ... ok | |
test_mindtouch_timezone (vagrant.apps.devmo.tests.test_models.TestUserProfile) ... ok | |
test_unicode_email_gravatar (vagrant.apps.devmo.tests.test_models.TestUserProfile) | |
Bug 689056: Unicode characters in email addresses shouldn't break ... ok | |
test_user_docs_activity (vagrant.apps.devmo.tests.test_models.TestUserProfile) ... SKIP | |
test_user_docs_activity_url (vagrant.apps.devmo.tests.test_models.TestUserProfile) | |
Can build the API URL for a user docs activity feed ... ok | |
test_websites (vagrant.apps.devmo.tests.test_models.TestUserProfile) ... ok | |
test_wiki_activity (vagrant.apps.devmo.tests.test_models.TestUserProfile) ... ok | |
test_events (vagrant.apps.devmo.tests.test_views.EventsViewsTest) ... ok | |
test_bug715923_feed_parsing_errors (vagrant.apps.devmo.tests.test_views.ProfileViewsTest) ... ERROR | |
test_bug_698126_l10n (vagrant.apps.devmo.tests.test_views.ProfileViewsTest) | |
Test that the form field names are localized ... ERROR | |
test_bug_698971 (vagrant.apps.devmo.tests.test_views.ProfileViewsTest) ... ERROR | |
test_bug_709938_interests (vagrant.apps.devmo.tests.test_views.ProfileViewsTest) ... ERROR | |
test_my_profile_edit (vagrant.apps.devmo.tests.test_views.ProfileViewsTest) ... ok | |
test_my_profile_view (vagrant.apps.devmo.tests.test_views.ProfileViewsTest) ... ok | |
test_profile_edit (vagrant.apps.devmo.tests.test_views.ProfileViewsTest) ... ERROR | |
test_profile_edit_interests (vagrant.apps.devmo.tests.test_views.ProfileViewsTest) ... ERROR | |
test_profile_edit_language_saves_to_mindtouch (vagrant.apps.devmo.tests.test_views.ProfileViewsTest) ... SKIP | |
test_profile_edit_websites (vagrant.apps.devmo.tests.test_views.ProfileViewsTest) ... ERROR | |
test_profile_view (vagrant.apps.devmo.tests.test_views.ProfileViewsTest) ... ERROR | |
test_global_home (vagrant.apps.devmo.tests.test_views.SoapboxViewsTest) ... 2013-02-28 14:07:15,135 WARNING [] cannot be cached. | |
ok | |
test_inactive (vagrant.apps.devmo.tests.test_views.SoapboxViewsTest) ... ok | |
test_subsection (vagrant.apps.devmo.tests.test_views.SoapboxViewsTest) ... 2013-02-28 14:07:15,257 WARNING [] cannot be cached. | |
ok | |
test_update_l10n_metric_cron (vagrant.apps.kpi.tests.test_cron.CronJobTests) | |
Verify the cron job creates the correct metric. ... ok | |
test_google_analytics (vagrant.apps.landing.test_templates.HomeTests) ... 2013-02-28 14:07:17,620 WARNING [] cannot be cached. | |
2013-02-28 14:07:17,744 WARNING [] cannot be cached. | |
ok | |
test_social_promo (vagrant.apps.landing.test_templates.HomeTests) ... 2013-02-28 14:07:17,855 WARNING [] cannot be cached. | |
ok | |
test_apps_subscription (vagrant.apps.landing.test_views.AppsViewsTest) ... ok | |
test_apps_subscription_bad_values (vagrant.apps.landing.test_views.AppsViewsTest) ... ok | |
test_addons (vagrant.apps.landing.test_views.LandingViewsTest) ... ok | |
test_home (vagrant.apps.landing.test_views.LandingViewsTest) ... 2013-02-28 14:07:18,098 WARNING [] cannot be cached. | |
ok | |
test_mobile (vagrant.apps.landing.test_views.LandingViewsTest) ... ok | |
test_mozilla (vagrant.apps.landing.test_views.LandingViewsTest) ... ok | |
test_promote_buttons (vagrant.apps.landing.test_views.LandingViewsTest) ... ok | |
test_search (vagrant.apps.landing.test_views.LandingViewsTest) ... SKIP: Search test disabled until we switch to kuma wiki | |
test_web (vagrant.apps.landing.test_views.LandingViewsTest) ... ok | |
test_learn (vagrant.apps.landing.test_views.LearnViewsTest) ... ok | |
test_learn_css (vagrant.apps.landing.test_views.LearnViewsTest) ... ok | |
test_learn_html (vagrant.apps.landing.test_views.LearnViewsTest) ... ok | |
test_learn_html5 (vagrant.apps.landing.test_views.LearnViewsTest) ... 2013-02-28 14:07:18,503 WARNING Not Found: /en-US/learn/html5 | |
ok | |
test_learn_javascript (vagrant.apps.landing.test_views.LearnViewsTest) ... ok | |
test_allow_inactive (vagrant.apps.users.tests.test_forms.AuthenticationFormTests) ... ok | |
test_only_active (vagrant.apps.users.tests.test_forms.AuthenticationFormTests) ... ok | |
test_can_haz_3_char_username (vagrant.apps.users.tests.test_forms.EmailReminderFormTest) ... ok | |
test_clean_facebook (vagrant.apps.users.tests.test_forms.ProfileFormTestCase) ... ok | |
test_clean_twitter (vagrant.apps.users.tests.test_forms.ProfileFormTestCase) ... ok | |
test_facebook_pattern_attr (vagrant.apps.users.tests.test_forms.ProfileFormTestCase) | |
Facebook field has the correct pattern attribute. ... ok | |
test_twitter_pattern_attr (vagrant.apps.users.tests.test_forms.ProfileFormTestCase) | |
Twitter field has the correct pattern attribute. ... ok | |
test_display_name (vagrant.apps.users.tests.test_helpers.HelperTestCase) ... ok | |
test_profile_avatar (vagrant.apps.users.tests.test_helpers.HelperTestCase) ... ok | |
test_profile_default_gravatar (vagrant.apps.users.tests.test_helpers.HelperTestCase) ... ok | |
test_profile_url (vagrant.apps.users.tests.test_helpers.HelperTestCase) ... ok | |
test_public_email (vagrant.apps.users.tests.test_helpers.HelperTestCase) ... ok | |
test_user_list (vagrant.apps.users.tests.test_helpers.HelperTestCase) ... ok | |
test_user_get_profile (vagrant.apps.users.tests.test_models.ProfileTestCase) | |
user.get_profile() returns what you'd expect. ... ok | |
test_clean_url (vagrant.apps.users.tests.test_templates.LoginTests) ... ok | |
test_login (vagrant.apps.users.tests.test_templates.LoginTests) | |
Test a valid login. ... ok | |
test_login_bad_password (vagrant.apps.users.tests.test_templates.LoginTests) | |
Test login with a good username and bad password. ... ERROR | |
test_login_bad_username (vagrant.apps.users.tests.test_templates.LoginTests) | |
Test login with a bad username. ... ERROR | |
test_login_invalid_next_parameter (vagrant.apps.users.tests.test_templates.LoginTests) ... ERROR | |
test_login_legacy_password (vagrant.apps.users.tests.test_templates.LoginTests) | |
Test logging in with a legacy md5 password. ... ok | |
test_login_next_parameter (vagrant.apps.users.tests.test_templates.LoginTests) | |
Test with a valid ?next=url parameter. ... ERROR | |
test_login_next_parameter_in_forms (vagrant.apps.users.tests.test_templates.LoginTests) | |
Test with a valid ?next=url parameter. ... ERROR | |
test_bad_old_password (vagrant.apps.users.tests.test_templates.PasswordChangeTests) ... ok | |
test_change_password (vagrant.apps.users.tests.test_templates.PasswordChangeTests) ... ok | |
test_new_pw_doesnt_match (vagrant.apps.users.tests.test_templates.PasswordChangeTests) ... ok | |
test_bad_email (vagrant.apps.users.tests.test_templates.PasswordReset) ... ok | |
test_bad_reset_url (vagrant.apps.users.tests.test_templates.PasswordReset) ... 2013-02-28 14:07:20,363 WARNING Not Found: /en-US/users/pwreset/junk/ | |
ERROR | |
test_deki_email_multi_user (vagrant.apps.users.tests.test_templates.PasswordReset) ... SKIP | |
test_deki_only_user (vagrant.apps.users.tests.test_templates.PasswordReset) ... SKIP | |
test_reset_fail (vagrant.apps.users.tests.test_templates.PasswordReset) ... ERROR | |
test_reset_success (vagrant.apps.users.tests.test_templates.PasswordReset) ... ok | |
test_success (vagrant.apps.users.tests.test_templates.PasswordReset) ... ok | |
test_resend_confirmation (vagrant.apps.users.tests.test_templates.ResendConfirmationTests) ... ok | |
test_browserid_register_retries_mindtouch (vagrant.apps.users.tests.test_views.BrowserIDTestCase) ... SKIP | |
test_explain_popup (vagrant.apps.users.tests.test_views.BrowserIDTestCase) ... 2013-02-28 14:07:20,905 WARNING [] cannot be cached. | |
ERROR | |
test_invalid_assertion (vagrant.apps.users.tests.test_views.BrowserIDTestCase) ... ok | |
test_invalid_post (vagrant.apps.users.tests.test_views.BrowserIDTestCase) ... ok | |
test_mindtouch_disabled_redirect_login (vagrant.apps.users.tests.test_views.BrowserIDTestCase) ... ok | |
test_valid_assertion_changing_email (vagrant.apps.users.tests.test_views.BrowserIDTestCase) ... ERROR | |
test_valid_assertion_doesnt_steal_email (vagrant.apps.users.tests.test_views.BrowserIDTestCase) ... ERROR | |
test_valid_assertion_with_django_user (vagrant.apps.users.tests.test_views.BrowserIDTestCase) ... ok | |
test_valid_assertion_with_existing_account_login (vagrant.apps.users.tests.test_views.BrowserIDTestCase) ... ERROR | |
test_valid_assertion_with_mindtouch_user (vagrant.apps.users.tests.test_views.BrowserIDTestCase) ... SKIP | |
test_valid_assertion_with_mt_disabled (vagrant.apps.users.tests.test_views.BrowserIDTestCase) ... ok | |
test_valid_assertion_with_new_account_creation (vagrant.apps.users.tests.test_views.BrowserIDTestCase) ... ERROR | |
test_user_change_email (vagrant.apps.users.tests.test_views.ChangeEmailTestCase) ... ok | |
test_user_change_email_duplicate (vagrant.apps.users.tests.test_views.ChangeEmailTestCase) | |
Changing to same email shows validation error. ... ok | |
test_user_change_email_same (vagrant.apps.users.tests.test_views.ChangeEmailTestCase) | |
Changing to same email shows validation error. ... ok | |
test_user_change_email_updates_mindtouch (vagrant.apps.users.tests.test_views.ChangeEmailTestCase) ... ok | |
test_user_confirm_email_duplicate (vagrant.apps.users.tests.test_views.ChangeEmailTestCase) ... ok | |
test_bad_login_fails_both_backends (vagrant.apps.users.tests.test_views.LoginTestCase) ... ERROR | |
test_django_login (vagrant.apps.users.tests.test_views.LoginTestCase) ... 2013-02-28 14:07:23,498 WARNING [] cannot be cached. | |
ERROR | |
test_django_login_redirects_to_next (vagrant.apps.users.tests.test_views.LoginTestCase) ... 2013-02-28 14:07:23,843 WARNING [] cannot be cached. | |
ERROR | |
test_django_login_wont_redirect_to_login (vagrant.apps.users.tests.test_views.LoginTestCase) ... 2013-02-28 14:07:24,192 WARNING [] cannot be cached. | |
ERROR | |
test_logged_in_message (vagrant.apps.users.tests.test_views.LoginTestCase) ... 2013-02-28 14:07:24,543 WARNING [] cannot be cached. | |
ERROR | |
test_mindtouch_creds_create_user_and_profile (vagrant.apps.users.tests.test_views.LoginTestCase) ... SKIP | |
test_mindtouch_disabled_login (vagrant.apps.users.tests.test_views.LoginTestCase) ... ERROR | |
test_old_profile_url_gone (vagrant.apps.users.tests.test_views.OldProfileTestCase) ... 2013-02-28 14:07:24,923 WARNING Not Found: /en-US/users/edit | |
ok | |
test_duplicate_email (vagrant.apps.users.tests.test_views.RegisterTestCase) ... ERROR | |
test_duplicate_mindtouch_username (vagrant.apps.users.tests.test_views.RegisterTestCase) ... SKIP | |
test_duplicate_username (vagrant.apps.users.tests.test_views.RegisterTestCase) ... ERROR | |
test_new_user (vagrant.apps.users.tests.test_views.RegisterTestCase) ... ERROR | |
test_new_user_activation (vagrant.apps.users.tests.test_views.RegisterTestCase) ... ERROR | |
test_new_user_claim_watches (vagrant.apps.users.tests.test_views.RegisterTestCase) ... ERROR | |
test_new_user_posts_mindtouch_user (vagrant.apps.users.tests.test_views.RegisterTestCase) ... ERROR | |
test_new_user_retries_mindtouch_post (vagrant.apps.users.tests.test_views.RegisterTestCase) ... SKIP | |
test_no_match_passwords (vagrant.apps.users.tests.test_views.RegisterTestCase) ... ERROR | |
test_unicode_password (vagrant.apps.users.tests.test_views.RegisterTestCase) ... ERROR | |
test_reminder_email (vagrant.apps.users.tests.test_views.ReminderEmailTestCase) ... ok | |
test_unknown_user_no_email_sent (vagrant.apps.users.tests.test_views.ReminderEmailTestCase) ... ok | |
test_user_without_email_message (vagrant.apps.users.tests.test_views.ReminderEmailTestCase) ... ok | |
vagrant.apps.wiki.tests.make_test_file | |
vagrant.apps.wiki.tests.make_test_file ... ok | |
test_allowed_attributes (vagrant.apps.wiki.tests.test_content.AllowedHTMLTests) ... ok | |
test_allowed_tags (vagrant.apps.wiki.tests.test_content.AllowedHTMLTests) ... ok | |
test_basic_section_replace (vagrant.apps.wiki.tests.test_content.ContentSectionToolTests) ... ok | |
test_bug819999 (vagrant.apps.wiki.tests.test_content.ContentSectionToolTests) | |
Non-breaking spaces are turned to normal spaces in code sample ... ok | |
test_bugize_text (vagrant.apps.wiki.tests.test_content.ContentSectionToolTests) ... ok | |
test_code_syntax_conversion (vagrant.apps.wiki.tests.test_content.ContentSectionToolTests) ... ok | |
test_contained_implicit_section_extract (vagrant.apps.wiki.tests.test_content.ContentSectionToolTests) ... ok | |
test_dekiscript_macro_conversion (vagrant.apps.wiki.tests.test_content.ContentSectionToolTests) ... ok | |
test_explicit_section_extract (vagrant.apps.wiki.tests.test_content.ContentSectionToolTests) ... ok | |
test_generate_toc (vagrant.apps.wiki.tests.test_content.ContentSectionToolTests) ... ok | |
test_iframe_host_filter (vagrant.apps.wiki.tests.test_content.ContentSectionToolTests) ... ok | |
test_link_annotation (vagrant.apps.wiki.tests.test_content.ContentSectionToolTests) ... ok | |
test_morelevels_implicit_section_extract (vagrant.apps.wiki.tests.test_content.ContentSectionToolTests) ... ok | |
test_multilevel_implicit_section_extract (vagrant.apps.wiki.tests.test_content.ContentSectionToolTests) ... ok | |
test_noinclude (vagrant.apps.wiki.tests.test_content.ContentSectionToolTests) ... ok | |
test_noinclude_empty_content (vagrant.apps.wiki.tests.test_content.ContentSectionToolTests) | |
Bug 777475: The noinclude filter and pyquery seems to really dislike ... ok | |
test_non_ascii_section_headers (vagrant.apps.wiki.tests.test_content.ContentSectionToolTests) ... ok | |
test_sample_code_extraction (vagrant.apps.wiki.tests.test_content.ContentSectionToolTests) ... ok | |
test_section_edit_links (vagrant.apps.wiki.tests.test_content.ContentSectionToolTests) ... ok | |
test_section_ids (vagrant.apps.wiki.tests.test_content.ContentSectionToolTests) ... ok | |
test_simple_implicit_section_extract (vagrant.apps.wiki.tests.test_content.ContentSectionToolTests) ... ok | |
test_sitemaps_files (vagrant.apps.wiki.tests.test_cron.SitemapsTestCase) | |
Comprehensive test of sitemap logic and file writing ... ok | |
test_feed_locale_filter (vagrant.apps.wiki.tests.test_feeds.FeedTests) | |
Documents and Revisions in feeds should be filtered by locale ... ok | |
test_feed_unchanged_after_render (vagrant.apps.wiki.tests.test_feeds.FeedTests) | |
Rendering a document shouldn't affect feed contents, unless the ... ok | |
test_revisions_feed (vagrant.apps.wiki.tests.test_feeds.FeedTests) ... ok | |
test_revisions_feed_diffs (vagrant.apps.wiki.tests.test_feeds.FeedTests) ... ok | |
test_updated_translation_parent_feed (vagrant.apps.wiki.tests.test_feeds.FeedTests) ... ok | |
test_updated_translation_parent_feed_mod_link (vagrant.apps.wiki.tests.test_feeds.FeedTests) ... ok | |
test_form_loaded_with_section (vagrant.apps.wiki.tests.test_forms.FormSectionEditingTests) | |
RevisionForm given section_id should load initial content for only ... ok | |
test_form_save_section (vagrant.apps.wiki.tests.test_forms.FormSectionEditingTests) ... ok | |
test_form_rejects_empty_slugs_with_parent (vagrant.apps.wiki.tests.test_forms.RevisionValidationTests) | |
RevisionValidationForm should reject empty slugs, even if there ... ok | |
test_html_elements_spaces (vagrant.apps.wiki.tests.test_helpers.GetSEODescriptionTests) ... ok | |
test_env_vars (vagrant.apps.wiki.tests.test_kumascript.KumascriptClientTests) | |
Exercise building of env var headers for kumascript ... ok | |
test_permissions (vagrant.apps.wiki.tests.test_models.AttachmentTests) | |
Ensure that the negative and positive permissions for adding ... ok | |
test_deferred_vs_immediate_rendering (vagrant.apps.wiki.tests.test_models.DeferredRenderingTests) ... ok | |
test_errors_stored_correctly (vagrant.apps.wiki.tests.test_models.DeferredRenderingTests) ... ok | |
test_get_rendered (vagrant.apps.wiki.tests.test_models.DeferredRenderingTests) ... ok | |
test_long_render_sets_deferred (vagrant.apps.wiki.tests.test_models.DeferredRenderingTests) ... ok | |
test_one_render_at_a_time (vagrant.apps.wiki.tests.test_models.DeferredRenderingTests) ... ok | |
test_render_timeout (vagrant.apps.wiki.tests.test_models.DeferredRenderingTests) ... ok | |
test_rendering_fields (vagrant.apps.wiki.tests.test_models.DeferredRenderingTests) | |
Defaults for model fields related to rendering should work as ... ok | |
test_schedule_rendering (vagrant.apps.wiki.tests.test_models.DeferredRenderingTests) ... ok | |
test_cannot_make_non_localizable_if_children (vagrant.apps.wiki.tests.test_models.DocumentTests) | |
You can't make a document non-localizable if it has children. ... ok | |
test_category_inheritance (vagrant.apps.wiki.tests.test_models.DocumentTests) | |
A document's categories must always be those of its parent. ... ok | |
test_delete_tagged_document (vagrant.apps.wiki.tests.test_models.DocumentTests) | |
Make sure deleting a tagged doc deletes its tag relationships. ... ok | |
test_document_is_template (vagrant.apps.wiki.tests.test_models.DocumentTests) | |
is_template stays in sync with the title ... ok | |
test_firefox_version_inheritance (vagrant.apps.wiki.tests.test_models.DocumentTests) | |
Assert the parent delegation of firefox_version works. ... ok | |
test_firefox_versions (vagrant.apps.wiki.tests.test_models.DocumentTests) | |
Test firefox_versions attr ... ok | |
test_new_doc_does_not_update_categories (vagrant.apps.wiki.tests.test_models.DocumentTests) | |
Make sure that creating a new document doesn't change the ... ok | |
test_non_english_implies_nonlocalizable (vagrant.apps.wiki.tests.test_models.DocumentTests) ... ok | |
test_only_localizable_allowed_children (vagrant.apps.wiki.tests.test_models.DocumentTests) | |
You can't have children for a non-localizable document. ... ok | |
test_operating_system_inheritance (vagrant.apps.wiki.tests.test_models.DocumentTests) | |
Assert the parent delegation of operating_system works. ... ok | |
test_operating_systems (vagrant.apps.wiki.tests.test_models.DocumentTests) | |
Test operating_systems attr ... ok | |
test_other_translations (vagrant.apps.wiki.tests.test_models.DocumentTests) | |
parent doc should list all docs for which it is parent ... ok | |
test_slug_setter (vagrant.apps.wiki.tests.test_models.DocumentTests) | |
Make sure changing a slug remembers its old value. ... ok | |
test_slug_setter_unsaved (vagrant.apps.wiki.tests.test_models.DocumentTests) ... ok | |
test_title_setter (vagrant.apps.wiki.tests.test_models.DocumentTests) | |
Make sure changing a title remembers its old value. ... ok | |
test_title_setter_unsaved (vagrant.apps.wiki.tests.test_models.DocumentTests) ... ok | |
test_topical_parents (vagrant.apps.wiki.tests.test_models.DocumentTests) ... ok | |
test_validate_category_on_save (vagrant.apps.wiki.tests.test_models.DocumentTests) | |
Make sure invalid categories can't be saved. ... ok | |
test_code_sample_extraction (vagrant.apps.wiki.tests.test_models.DocumentTestsWithFixture) | |
Make sure sample extraction works from the model. ... ok | |
test_default_topic_parents_for_translation (vagrant.apps.wiki.tests.test_models.DocumentTestsWithFixture) | |
A translated document with no topic parent should by default use ... ok | |
test_default_topic_with_path_gaps (vagrant.apps.wiki.tests.test_models.DocumentTestsWithFixture) ... ok | |
test_default_topic_with_stub_creation (vagrant.apps.wiki.tests.test_models.DocumentTestsWithFixture) ... ok | |
test_majorly_outdated (vagrant.apps.wiki.tests.test_models.DocumentTestsWithFixture) | |
Test the is_majorly_outdated method. ... ok | |
test_majorly_outdated_with_unapproved_parents (vagrant.apps.wiki.tests.test_models.DocumentTestsWithFixture) | |
Migrations might introduce translated revisions without based_on ... ok | |
test_redirect_document_external_redirect (vagrant.apps.wiki.tests.test_models.DocumentTestsWithFixture) | |
Assert redirects to external pages return None. ... ok | |
test_redirect_document_non_redirect (vagrant.apps.wiki.tests.test_models.DocumentTestsWithFixture) | |
Assert redirect_document on non-redirects returns None. ... ok | |
test_redirect_document_nonexistent (vagrant.apps.wiki.tests.test_models.DocumentTestsWithFixture) | |
Assert redirects to non-existent pages return None. ... ok | |
test_roundtrip (vagrant.apps.wiki.tests.test_models.DumpAndLoadJsonTests) ... ok | |
test_approved_over_most_recent (vagrant.apps.wiki.tests.test_models.GetCurrentOrLatestRevisionTests) | |
Should return most recently approved when there is a more recent ... ok | |
test_latest (vagrant.apps.wiki.tests.test_models.GetCurrentOrLatestRevisionTests) | |
Return latest not-rejected revision when no current exists. ... ok | |
test_latest_rejected (vagrant.apps.wiki.tests.test_models.GetCurrentOrLatestRevisionTests) | |
Return latest rejected revision when no current exists. ... ok | |
test_latest_unreviewed (vagrant.apps.wiki.tests.test_models.GetCurrentOrLatestRevisionTests) | |
Return latest unreviewed revision when no current exists. ... ok | |
test_multiple_approved (vagrant.apps.wiki.tests.test_models.GetCurrentOrLatestRevisionTests) | |
When multiple approved revisions exist, return the most recent. ... ok | |
test_single_approved (vagrant.apps.wiki.tests.test_models.GetCurrentOrLatestRevisionTests) | |
Get approved revision. ... ok | |
test_single_rejected (vagrant.apps.wiki.tests.test_models.GetCurrentOrLatestRevisionTests) | |
No approved revisions available should return None. ... ok | |
test_additional_conflicts (vagrant.apps.wiki.tests.test_models.PageMoveTests) ... ok | |
test_children_complex (vagrant.apps.wiki.tests.test_models.PageMoveTests) | |
A slightly more complex tree, with multiple children, some ... ok | |
test_children_simple (vagrant.apps.wiki.tests.test_models.PageMoveTests) | |
A basic tree with two direct children and no sub-trees on ... ok | |
test_circular_dependency (vagrant.apps.wiki.tests.test_models.PageMoveTests) | |
Make sure we can detect potential circular dependencies in ... ok | |
test_conflicts (vagrant.apps.wiki.tests.test_models.PageMoveTests) ... ok | |
test_get_descendants_limited (vagrant.apps.wiki.tests.test_models.PageMoveTests) | |
Tests limiting of descendant levels ... ok | |
test_has_children (vagrant.apps.wiki.tests.test_models.PageMoveTests) ... ok | |
test_move (vagrant.apps.wiki.tests.test_models.PageMoveTests) | |
Changing title/slug leaves behind a redirect document ... ok | |
test_move_prepend (vagrant.apps.wiki.tests.test_models.PageMoveTests) | |
Test the special-case prepend logic. ... ok | |
test_move_tree (vagrant.apps.wiki.tests.test_models.PageMoveTests) | |
Moving a tree of documents does the correct thing ... ok | |
test_preserve_tags (vagrant.apps.wiki.tests.test_models.PageMoveTests) ... ok | |
test_template_permissions (vagrant.apps.wiki.tests.test_models.PermissionTests) ... ok | |
test_change_slug (vagrant.apps.wiki.tests.test_models.RedirectCreationTests) | |
Test proper redirect creation on slug change. ... ok | |
test_change_slug_and_title (vagrant.apps.wiki.tests.test_models.RedirectCreationTests) | |
Assert only one redirect is made when both slug and title change. ... ok | |
test_no_redirect_on_unsaved_change (vagrant.apps.wiki.tests.test_models.RedirectCreationTests) | |
No redirect should be made when an unsaved doc's title or slug is ... ok | |
test_redirects_unlocalizable (vagrant.apps.wiki.tests.test_models.RedirectCreationTests) | |
Auto-created redirects should be marked unlocalizable. ... ok | |
test_slug_collision_avoidance (vagrant.apps.wiki.tests.test_models.RedirectCreationTests) | |
Dodge existing slugs when making redirects due to title changes. ... ok | |
test_only_approved_have_related (vagrant.apps.wiki.tests.test_models.RelatedDocumentTests) ... ok | |
test_only_approved_revisions (vagrant.apps.wiki.tests.test_models.RelatedDocumentTests) ... ok | |
test_related_documents_calculated (vagrant.apps.wiki.tests.test_models.RelatedDocumentTests) ... ok | |
test_related_only_locale (vagrant.apps.wiki.tests.test_models.RelatedDocumentTests) ... ok | |
test_approved_revision_updates_html (vagrant.apps.wiki.tests.test_models.RevisionTests) | |
Creating an approved revision updates document.html ... ok | |
test_correct_based_on_to_current_revision (vagrant.apps.wiki.tests.test_models.RevisionTests) | |
Assure Revision.clean() defaults based_on value to the English ... ok | |
test_correct_based_on_to_none (vagrant.apps.wiki.tests.test_models.RevisionTests) | |
Assure Revision.clean() changes a bad based_on value to None when ... ok | |
test_get_previous (vagrant.apps.wiki.tests.test_models.RevisionTests) | |
Revision.get_previous() should return this revision's document's ... ok | |
test_revert (vagrant.apps.wiki.tests.test_models.RevisionTests) | |
Reverting to a specific revision. ... ok | |
test_revision_unicode (vagrant.apps.wiki.tests.test_models.RevisionTests) | |
Revision containing unicode characters is saved successfully. ... ok | |
test_save_bad_based_on (vagrant.apps.wiki.tests.test_models.RevisionTests) | |
Saving a Revision with a bad based_on value raises an error. ... ok | |
test_show_toc (vagrant.apps.wiki.tests.test_models.RevisionTests) | |
Setting show_toc appropriately affects the Document's ... ok | |
test_unapproved_revision_not_updates_html (vagrant.apps.wiki.tests.test_models.RevisionTests) | |
Creating an unapproved revision does not update document.html ... ok | |
test_revision_tags (vagrant.apps.wiki.tests.test_models.TaggedDocumentTests) | |
Change tags on Document by creating Revisions ... ok | |
test_already_queued (vagrant.apps.wiki.tests.test_tasks.RebuildTestCase) ... ERROR | |
test_dont_queue (vagrant.apps.wiki.tests.test_tasks.RebuildTestCase) ... ERROR | |
test_eager_queue (vagrant.apps.wiki.tests.test_tasks.RebuildTestCase) ... ERROR | |
test_rebuild_chunk (vagrant.apps.wiki.tests.test_tasks.RebuildTestCase) ... ERROR | |
test_task_queue (vagrant.apps.wiki.tests.test_tasks.RebuildTestCase) ... ERROR | |
test_reviewed_by_creator_no_notification (vagrant.apps.wiki.tests.test_tasks.ReviewMailTestCase) ... ok | |
test_reviewed_notification (vagrant.apps.wiki.tests.test_tasks.ReviewMailTestCase) ... ok | |
test_unwatch_GET_405 (vagrant.apps.wiki.tests.test_templates.ApprovedWatchTests) | |
Unwatch with HTTP GET results in 405. ... SKIP | |
test_watch_GET_405 (vagrant.apps.wiki.tests.test_templates.ApprovedWatchTests) | |
Watch with HTTP GET results in 405. ... SKIP | |
test_watch_unwatch (vagrant.apps.wiki.tests.test_templates.ApprovedWatchTests) | |
Watch and unwatch a document. ... SKIP | |
test_preview (vagrant.apps.wiki.tests.test_templates.ArticlePreviewTests) | |
Preview the wiki syntax content. ... ok | |
test_preview_GET_405 (vagrant.apps.wiki.tests.test_templates.ArticlePreviewTests) | |
Preview with HTTP GET results in 405. ... 2013-02-28 14:07:51,582 WARNING Method Not Allowed (GET): /en-US/docs/preview-wiki-content | |
ok | |
test_preview_locale (vagrant.apps.wiki.tests.test_templates.ArticlePreviewTests) ... SKIP | |
test_xss_file_attachment_title (vagrant.apps.wiki.tests.test_templates.AttachmentTests) ... ok | |
test_compare_revisions (vagrant.apps.wiki.tests.test_templates.CompareRevisionTests) | |
Compare two revisions ... SKIP | |
test_compare_revisions_invalid_from_int (vagrant.apps.wiki.tests.test_templates.CompareRevisionTests) | |
Provide invalid 'from' int for revision ids. ... SKIP | |
test_compare_revisions_invalid_to_int (vagrant.apps.wiki.tests.test_templates.CompareRevisionTests) | |
Provide invalid 'to' int for revision ids. ... SKIP | |
test_compare_revisions_missing_query_param (vagrant.apps.wiki.tests.test_templates.CompareRevisionTests) | |
Try to compare two revisions, with a missing query string param. ... SKIP | |
test_can_save_document_with_translations (vagrant.apps.wiki.tests.test_templates.DocumentEditTests) | |
Make sure we can save a document with translations. ... ok | |
test_change_slug_case (vagrant.apps.wiki.tests.test_templates.DocumentEditTests) | |
Changing the case of some letters in the slug should work. ... ok | |
test_change_title_case (vagrant.apps.wiki.tests.test_templates.DocumentEditTests) | |
Changing the case of some letters in the title should work. ... ok | |
test_all_list (vagrant.apps.wiki.tests.test_templates.DocumentListTests) | |
Verify the all documents list view. ... ok | |
test_category_list (vagrant.apps.wiki.tests.test_templates.DocumentListTests) | |
Verify the category documents list view. ... ok | |
test_tag_list (vagrant.apps.wiki.tests.test_templates.DocumentListTests) | |
Verify the tagged documents list view. ... ok | |
test_document_revisions_list (vagrant.apps.wiki.tests.test_templates.DocumentRevisionsTests) | |
Verify the document revisions list view. ... SKIP | |
test_document_breadcrumbs (vagrant.apps.wiki.tests.test_templates.DocumentTests) | |
Create docs with topical parent/child rel, verify breadcrumbs. ... ok | |
test_document_fallback_no_translation (vagrant.apps.wiki.tests.test_templates.DocumentTests) | |
The document template falls back to English if no translation ... ok | |
test_document_fallback_with_translation (vagrant.apps.wiki.tests.test_templates.DocumentTests) | |
The document template falls back to English if translation exists ... ok | |
test_document_view (vagrant.apps.wiki.tests.test_templates.DocumentTests) | |
Load the document view page and verify the title and content. ... ok | |
test_english_document_no_approved_content (vagrant.apps.wiki.tests.test_templates.DocumentTests) | |
Load an English document with no approved content. ... ok | |
test_non_localizable_translate_disabled (vagrant.apps.wiki.tests.test_templates.DocumentTests) | |
Non localizable document doesn't show tab for 'Localize'. ... ok | |
test_redirect (vagrant.apps.wiki.tests.test_templates.DocumentTests) | |
Make sure documents with REDIRECT directives redirect properly. ... ok | |
test_redirect_from_nonexistent (vagrant.apps.wiki.tests.test_templates.DocumentTests) | |
The template shouldn't crash or print a backlink if the "from" page ... ok | |
test_show_toc (vagrant.apps.wiki.tests.test_templates.DocumentTests) | |
Toggling show_toc field on/off should cause table of ... ok | |
test_translation_document_no_approved_content (vagrant.apps.wiki.tests.test_templates.DocumentTests) | |
Load a non-English document with no approved content, with a parent ... ok | |
test_watch_includes_csrf (vagrant.apps.wiki.tests.test_templates.DocumentTests) | |
The watch/unwatch forms should include the csrf tag. ... SKIP | |
test_unwatch_GET_405 (vagrant.apps.wiki.tests.test_templates.DocumentWatchTests) | |
Unwatch document with HTTP GET results in 405. ... SKIP | |
test_watch_GET_405 (vagrant.apps.wiki.tests.test_templates.DocumentWatchTests) | |
Watch document with HTTP GET results in 405. ... SKIP | |
test_watch_unwatch (vagrant.apps.wiki.tests.test_templates.DocumentWatchTests) | |
Watch and unwatch a document. ... SKIP | |
test_vote_ajax (vagrant.apps.wiki.tests.test_templates.HelpfulVoteTests) | |
Test voting via ajax. ... SKIP | |
test_vote_anonymous (vagrant.apps.wiki.tests.test_templates.HelpfulVoteTests) | |
Test that voting works for anonymous user. ... SKIP | |
test_vote_no (vagrant.apps.wiki.tests.test_templates.HelpfulVoteTests) | |
Test voting not helpful. ... SKIP | |
test_vote_yes (vagrant.apps.wiki.tests.test_templates.HelpfulVoteTests) | |
Test voting helpful. ... SKIP | |
test_unwatch_GET_405 (vagrant.apps.wiki.tests.test_templates.LocaleWatchTests) | |
Unwatch document with HTTP GET results in 405. ... SKIP | |
test_watch_GET_405 (vagrant.apps.wiki.tests.test_templates.LocaleWatchTests) | |
Watch document with HTTP GET results in 405. ... SKIP | |
test_watch_unwatch (vagrant.apps.wiki.tests.test_templates.LocaleWatchTests) | |
Watch and unwatch a document. ... SKIP | |
test_new_document_GET_with_perm (vagrant.apps.wiki.tests.test_templates.NewDocumentTests) | |
HTTP GET to new document URL renders the form. ... ok | |
test_new_document_POST (vagrant.apps.wiki.tests.test_templates.NewDocumentTests) ... ok | |
test_new_document_POST_empty_content (vagrant.apps.wiki.tests.test_templates.NewDocumentTests) | |
Trigger required field validation for content. ... ok | |
test_new_document_POST_empty_title (vagrant.apps.wiki.tests.test_templates.NewDocumentTests) | |
Trigger required field validation for title. ... ok | |
test_new_document_POST_invalid_category (vagrant.apps.wiki.tests.test_templates.NewDocumentTests) | |
Try to create a new document with an invalid category value. ... ok | |
test_new_document_form_defaults (vagrant.apps.wiki.tests.test_templates.NewDocumentTests) | |
The new document form should have all all 'Relevant to' options ... ok | |
test_new_document_missing_category (vagrant.apps.wiki.tests.test_templates.NewDocumentTests) | |
Test the DocumentForm's category validation. ... ok | |
test_new_document_other_locale (vagrant.apps.wiki.tests.test_templates.NewDocumentTests) ... ok | |
test_slug_3_chars (vagrant.apps.wiki.tests.test_templates.NewDocumentTests) | |
Make sure we can create a slug with only 3 characters. ... ok | |
test_slug_collision_validation (vagrant.apps.wiki.tests.test_templates.NewDocumentTests) | |
Trying to create document with existing locale/slug should ... ok | |
test_title_no_collision (vagrant.apps.wiki.tests.test_templates.NewDocumentTests) | |
Only slugs and not titles are required to be unique per ... ok | |
test_new_form_maintains_based_on_rev (vagrant.apps.wiki.tests.test_templates.NewRevisionTests) | |
Revision.based_on should be the rev that was current when the Edit ... ok | |
test_new_revision_GET_based_on (vagrant.apps.wiki.tests.test_templates.NewRevisionTests) | |
HTTP GET to new revision URL based on another revision. ... ok | |
test_new_revision_GET_logged_out (vagrant.apps.wiki.tests.test_templates.NewRevisionTests) | |
Creating a revision without being logged in redirects to login page. ... ok | |
test_new_revision_GET_with_perm (vagrant.apps.wiki.tests.test_templates.NewRevisionTests) | |
HTTP GET to new revision URL renders the form. ... ok | |
test_new_revision_POST_document_with_current (vagrant.apps.wiki.tests.test_templates.NewRevisionTests) ... ok | |
test_new_revision_POST_document_without_current (vagrant.apps.wiki.tests.test_templates.NewRevisionTests) ... ok | |
test_new_revision_POST_removes_old_tags (vagrant.apps.wiki.tests.test_templates.NewRevisionTests) | |
Changing the tags on a document removes the old tags from ... ok | |
test_related_order (vagrant.apps.wiki.tests.test_templates.RelatedDocumentTestCase) ... SKIP | |
test_approve_revision (vagrant.apps.wiki.tests.test_templates.ReviewRevisionTests) ... SKIP | |
test_fancy_renderer (vagrant.apps.wiki.tests.test_templates.ReviewRevisionTests) | |
Make sure it renders the whizzy new wiki syntax. ... SKIP | |
test_reject_revision (vagrant.apps.wiki.tests.test_templates.ReviewRevisionTests) ... SKIP | |
test_review_logged_out (vagrant.apps.wiki.tests.test_templates.ReviewRevisionTests) | |
Make sure logged out users can't review revisions. ... SKIP | |
test_review_translation (vagrant.apps.wiki.tests.test_templates.ReviewRevisionTests) | |
Make sure it works for localizations as well. ... SKIP | |
test_review_translation_of_rejected_parent (vagrant.apps.wiki.tests.test_templates.ReviewRevisionTests) | |
Translate rejected English document a 2nd time. ... SKIP | |
test_review_translation_of_unapproved_parent (vagrant.apps.wiki.tests.test_templates.ReviewRevisionTests) | |
Translate unapproved English document a 2nd time. ... SKIP | |
test_review_without_permission (vagrant.apps.wiki.tests.test_templates.ReviewRevisionTests) | |
Make sure unauthorized users can't review revisions. ... SKIP | |
test_delete_current_revision (vagrant.apps.wiki.tests.test_templates.RevisionDeleteTestCase) | |
Deleting a the current_revision of a document, should update ... SKIP | |
test_delete_revision_logged_out (vagrant.apps.wiki.tests.test_templates.RevisionDeleteTestCase) | |
Deleting a revision while logged out redirects to login. ... SKIP | |
test_delete_revision_with_permissions (vagrant.apps.wiki.tests.test_templates.RevisionDeleteTestCase) | |
Deleting a revision with permissions should work. ... SKIP | |
test_delete_revision_without_permissions (vagrant.apps.wiki.tests.test_templates.RevisionDeleteTestCase) | |
Deleting a revision without permissions sends 403. ... SKIP | |
test_revision_view (vagrant.apps.wiki.tests.test_templates.RevisionTests) | |
Load the revision view page and verify the title and content. ... ok | |
test_page_renders_locales (vagrant.apps.wiki.tests.test_templates.SelectLocaleTests) | |
Load the page and verify it contains all the locales for l10n. ... ok | |
test_another_translation_to_locale (vagrant.apps.wiki.tests.test_templates.TranslateTests) ... ok | |
test_first_translation_to_locale (vagrant.apps.wiki.tests.test_templates.TranslateTests) ... ok | |
test_invalid_document_form (vagrant.apps.wiki.tests.test_templates.TranslateTests) | |
Make sure we handle invalid document form without a 500. ... ok | |
test_invalid_revision_form (vagrant.apps.wiki.tests.test_templates.TranslateTests) | |
When creating a new translation, an invalid revision form shouldn't ... ok | |
test_translate_GET_logged_out (vagrant.apps.wiki.tests.test_templates.TranslateTests) | |
Try to create a translation while logged out. ... ok | |
test_translate_GET_with_perm (vagrant.apps.wiki.tests.test_templates.TranslateTests) | |
HTTP GET to translate URL renders the form. ... ok | |
test_translate_based_on (vagrant.apps.wiki.tests.test_templates.TranslateTests) ... SKIP: Figure out WTF is going on with this one. | |
test_translate_disallow (vagrant.apps.wiki.tests.test_templates.TranslateTests) | |
HTTP GET to translate URL returns 400 when not localizable. ... ok | |
test_translate_form_content_fallback (vagrant.apps.wiki.tests.test_templates.TranslateTests) | |
If there are existing but unapproved translations, prefill ... ok | |
test_translate_form_maintains_based_on_rev (vagrant.apps.wiki.tests.test_templates.TranslateTests) | |
Revision.based_on should be the rev that was current when the ... SKIP: Figure out WTF is going on with this one. | |
test_translate_rejected_parent (vagrant.apps.wiki.tests.test_templates.TranslateTests) | |
Translate view of rejected English document shows warning. ... SKIP: TODO: FIXME for Kuma | |
test_translate_update_doc_only (vagrant.apps.wiki.tests.test_templates.TranslateTests) | |
Submitting the document form should update document. No new ... ok | |
test_translate_update_rev_and_doc (vagrant.apps.wiki.tests.test_templates.TranslateTests) | |
Submitting the revision form should create a new revision. ... ok | |
vagrant.apps.wiki.tests.test_templates.make_test_file | |
vagrant.apps.wiki.tests.test_templates.make_test_file ... ok | |
test_put_complex_html (vagrant.apps.wiki.tests.test_views.APITests) | |
PUT API should handle text/html requests with complex HTML documents ... ok | |
test_put_etag_conflict (vagrant.apps.wiki.tests.test_views.APITests) | |
A PUT request with an if-match header throws a 412 Precondition ... ok | |
test_put_existing (vagrant.apps.wiki.tests.test_views.APITests) | |
PUT API should allow overwrite of existing document content ... 2013-02-28 14:08:01,755 WARNING Forbidden (Permission denied): /en-US/docs/2013-02-28-140801678982 | |
ok | |
test_put_json (vagrant.apps.wiki.tests.test_views.APITests) | |
PUT API should handle application/json requests ... ok | |
test_put_new_child (vagrant.apps.wiki.tests.test_views.APITests) | |
PUT API should allow creation of a document whose path would make it ... 2013-02-28 14:08:02,406 WARNING Not Found: /en-US/docs/2013-02-28-140802314340/nonexistent/newchild | |
ok | |
test_put_new_root (vagrant.apps.wiki.tests.test_views.APITests) | |
PUT API should allow creation of a document whose path would place ... ok | |
test_put_section_edit (vagrant.apps.wiki.tests.test_views.APITests) | |
PUT API should allow overwrite of a specific section of an existing ... ok | |
test_put_simple_html (vagrant.apps.wiki.tests.test_views.APITests) | |
PUT API should handle text/html requests ... ok | |
test_put_track_authkey (vagrant.apps.wiki.tests.test_views.APITests) | |
Revisions modified by PUT API should track the auth key used ... ok | |
test_put_unsupported_content_type (vagrant.apps.wiki.tests.test_views.APITests) | |
PUT API should complain with a 400 Bad Request on an unsupported ... ok | |
test_attachment_detail (vagrant.apps.wiki.tests.test_views.AttachmentTests) ... ok | |
test_attachment_raw_requires_attachment_host (vagrant.apps.wiki.tests.test_views.AttachmentTests) ... ok | |
test_edit_attachment (vagrant.apps.wiki.tests.test_views.AttachmentTests) ... ok | |
test_files_dict (vagrant.apps.wiki.tests.test_views.AttachmentTests) ... ok | |
test_get_previous (vagrant.apps.wiki.tests.test_views.AttachmentTests) | |
AttachmentRevision.get_previous() should return this revisions's files's ... ok | |
test_intermediate (vagrant.apps.wiki.tests.test_views.AttachmentTests) | |
Test that the intermediate DocumentAttachment gets created ... ok | |
test_legacy_redirect (vagrant.apps.wiki.tests.test_views.AttachmentTests) ... ok | |
test_mime_type_filtering (vagrant.apps.wiki.tests.test_views.AttachmentTests) | |
Don't allow uploads outside of the explicitly-permitted ... ok | |
test_new_attachment (vagrant.apps.wiki.tests.test_views.AttachmentTests) ... ok | |
test_document_redirects (vagrant.apps.wiki.tests.test_views.AutosuggestDocumentsTests) ... ok | |
test_list_no_redirects (vagrant.apps.wiki.tests.test_views.AutosuggestDocumentsTests) ... ok | |
test_code_sample_1 (vagrant.apps.wiki.tests.test_views.CodeSampleViewTests) | |
The raw source for a document can be requested ... ok | |
test_code_sample_host_restriction (vagrant.apps.wiki.tests.test_views.CodeSampleViewTests) ... 2013-02-28 14:08:05,922 WARNING Forbidden (Permission denied): /en-US/docs/2013-02-28-140805873958$samples/sample1 | |
ok | |
test_code_sample_iframe_embed (vagrant.apps.wiki.tests.test_views.CodeSampleViewTests) ... ok | |
test_last_modified (vagrant.apps.wiki.tests.test_views.ConditionalGetTests) | |
Ensure the last-modified stamp of a document is cached ... ok | |
test_alternate_bleach_whitelist (vagrant.apps.wiki.tests.test_views.DeferredRenderingViewTests) ... ok | |
test_raw_content_during_initial_render (vagrant.apps.wiki.tests.test_views.DeferredRenderingViewTests) ... ok | |
test_rendered_content (vagrant.apps.wiki.tests.test_views.DeferredRenderingViewTests) ... ok | |
test_rendering_in_progress_warning (vagrant.apps.wiki.tests.test_views.DeferredRenderingViewTests) | |
Document view should serve up rendered content when available ... ok | |
test_schedule_rendering (vagrant.apps.wiki.tests.test_views.DeferredRenderingViewTests) ... ok | |
test_changing_metadata (vagrant.apps.wiki.tests.test_views.DocumentEditingTests) | |
Changing metadata works as expected. ... ok | |
test_clone (vagrant.apps.wiki.tests.test_views.DocumentEditingTests) ... ok | |
test_create_on_404 (vagrant.apps.wiki.tests.test_views.DocumentEditingTests) ... 2013-02-28 14:08:09,608 WARNING Not Found: /en-US/docs/2013-02-28-140809554766/Some_New_Title | |
2013-02-28 14:08:09,635 WARNING Not Found: /en-US/docs/2013-02-28-140809554766/Some_New_Title | |
2013-02-28 14:08:09,654 WARNING Not Found: /en-US/docs/2013-02-28-140809554766/Some_New_Title | |
ok | |
test_discard_location (vagrant.apps.wiki.tests.test_views.DocumentEditingTests) | |
Testing that the 'discard' HREF goes to the correct place when it's ... ok | |
test_document_tags (vagrant.apps.wiki.tests.test_views.DocumentEditingTests) ... 2013-02-28 14:08:10,346 WARNING Not Found: /en-US/docs/tag/XML | |
2013-02-28 14:08:10,376 WARNING Not Found: /en-US/docs/tag/JSON | |
ok | |
test_edit_midair_collision (vagrant.apps.wiki.tests.test_views.DocumentEditingTests) ... ok | |
test_invalid_reserved_term_slug (vagrant.apps.wiki.tests.test_views.DocumentEditingTests) | |
Slugs should not collide with reserved URL patterns ... ok | |
test_invalid_slug (vagrant.apps.wiki.tests.test_views.DocumentEditingTests) | |
Slugs cannot contain "$", but can contain "/". ... ok | |
test_localized_based_on (vagrant.apps.wiki.tests.test_views.DocumentEditingTests) | |
Editing a localized article 'based on' an older revision of the ... ok | |
test_noindex_post (vagrant.apps.wiki.tests.test_views.DocumentEditingTests) ... ok | |
test_parent_topic (vagrant.apps.wiki.tests.test_views.DocumentEditingTests) | |
Selection of a parent topic when creating a document. ... ok | |
test_redirect_can_be_clobbered (vagrant.apps.wiki.tests.test_views.DocumentEditingTests) | |
When an attempt is made to retitle an article, and another article ... ok | |
test_restore_translation_source (vagrant.apps.wiki.tests.test_views.DocumentEditingTests) | |
Edit a localized article without an English parent allows user to ... ok | |
test_retitling_parent_doc (vagrant.apps.wiki.tests.test_views.DocumentEditingTests) | |
Editing just title of parent doc: ... ok | |
test_retitling_solo_doc (vagrant.apps.wiki.tests.test_views.DocumentEditingTests) | |
Editing just title of non-parent doc: ... ok | |
test_revert (vagrant.apps.wiki.tests.test_views.DocumentEditingTests) ... ok | |
test_review_tags (vagrant.apps.wiki.tests.test_views.DocumentEditingTests) ... ok | |
test_slug_change_ignored_for_iframe (vagrant.apps.wiki.tests.test_views.DocumentEditingTests) | |
When the title of an article is edited in an iframe, the change is ... ok | |
test_slug_collision_errors (vagrant.apps.wiki.tests.test_views.DocumentEditingTests) | |
When an attempt is made to retitle an article and another with that ... ok | |
test_slug_revamp (vagrant.apps.wiki.tests.test_views.DocumentEditingTests) ... ok | |
test_slug_translate (vagrant.apps.wiki.tests.test_views.DocumentEditingTests) | |
Editing a translated doc keeps the correct slug ... ok | |
test_toc_toggle_off (vagrant.apps.wiki.tests.test_views.DocumentEditingTests) | |
Toggling of table of contents in revisions ... ok | |
test_toc_toggle_on (vagrant.apps.wiki.tests.test_views.DocumentEditingTests) | |
Toggling of table of contents in revisions ... ok | |
test_translate_on_edit (vagrant.apps.wiki.tests.test_views.DocumentEditingTests) ... ok | |
test_seo_script (vagrant.apps.wiki.tests.test_views.DocumentSEOTests) ... ok | |
test_seo_title (vagrant.apps.wiki.tests.test_views.DocumentSEOTests) ... ok | |
test_basic_view (vagrant.apps.wiki.tests.test_views.KumascriptIntegrationTests) ... ok | |
test_conditional_get (vagrant.apps.wiki.tests.test_views.KumascriptIntegrationTests) ... ok | |
test_disabled (vagrant.apps.wiki.tests.test_views.KumascriptIntegrationTests) ... ok | |
test_disabled_rendering (vagrant.apps.wiki.tests.test_views.KumascriptIntegrationTests) ... ok | |
test_error_reporting (vagrant.apps.wiki.tests.test_views.KumascriptIntegrationTests) ... ok | |
test_nomacros (vagrant.apps.wiki.tests.test_views.KumascriptIntegrationTests) ... ok | |
test_preview_nonascii (vagrant.apps.wiki.tests.test_views.KumascriptIntegrationTests) ... ok | |
test_raw (vagrant.apps.wiki.tests.test_views.KumascriptIntegrationTests) ... ok | |
test_raw_macros (vagrant.apps.wiki.tests.test_views.KumascriptIntegrationTests) ... ok | |
test_ua_max_age_zero (vagrant.apps.wiki.tests.test_views.KumascriptIntegrationTests) ... ok | |
test_ua_no_cache (vagrant.apps.wiki.tests.test_views.KumascriptIntegrationTests) ... ok | |
test_fallback_to_translation (vagrant.apps.wiki.tests.test_views.LocaleRedirectTests) | |
If a slug isn't found in the requested locale but is in the default ... ok | |
test_fallback_with_query_params (vagrant.apps.wiki.tests.test_views.LocaleRedirectTests) | |
The query parameters should be passed along to the redirect. ... ok | |
test_redirect_with_no_slug (vagrant.apps.wiki.tests.test_views.LocaleRedirectTests) | |
Bug 775241: Fix exception in redirect for URL with ui-locale ... 2013-02-28 14:08:23,588 WARNING Not Found: /en-US/docs/en-US/ | |
ok | |
test_document_urls (vagrant.apps.wiki.tests.test_views.MindTouchRedirectTests) ... ok | |
test_namespace_urls (vagrant.apps.wiki.tests.test_views.MindTouchRedirectTests) ... ok | |
test_trailing_slash (vagrant.apps.wiki.tests.test_views.MindTouchRedirectTests) ... ok | |
test_view_param (vagrant.apps.wiki.tests.test_views.MindTouchRedirectTests) ... SKIP: WTF does the spot check work but test doesn't? | |
test_mid_move (vagrant.apps.wiki.tests.test_views.PageMoveTests) ... ok | |
test_move_conflict (vagrant.apps.wiki.tests.test_views.PageMoveTests) ... ok | |
test_move_top_level_docs (vagrant.apps.wiki.tests.test_views.PageMoveTests) | |
Moving a top document to a new slug location ... ok | |
test_move_tree_breadcrumbs (vagrant.apps.wiki.tests.test_views.PageMoveTests) | |
Moving a tree of documents under an existing doc updates breadcrumbs ... ok | |
test_move_view (vagrant.apps.wiki.tests.test_views.PageMoveTests) ... ok | |
test_template_permissions (vagrant.apps.wiki.tests.test_views.PermissionTests) ... 2013-02-28 14:08:26,857 WARNING Forbidden (Permission denied): /en-US/docs/new | |
2013-02-28 14:08:27,174 WARNING Forbidden (Permission denied): /en-US/docs/new | |
2013-02-28 14:08:28,105 WARNING Forbidden (Permission denied): /en-US/docs/Template:test_for_user_none$edit | |
2013-02-28 14:08:28,321 WARNING Forbidden (Permission denied): /en-US/docs/Template:test_for_user_add$edit | |
ok | |
test_banned_users (vagrant.apps.wiki.tests.test_views.ReadOnlyTests) | |
kumaediting: everyone, kumabanned: testuser2 ... ok | |
test_everyone (vagrant.apps.wiki.tests.test_views.ReadOnlyTests) | |
kumaediting: everyone, kumabanned: none ... ok | |
test_superusers_only (vagrant.apps.wiki.tests.test_views.ReadOnlyTests) | |
kumaediting: superusers, kumabanned: none ... ok | |
test_redirect_suppression (vagrant.apps.wiki.tests.test_views.RedirectTests) | |
The document view shouldn't redirect when passed redirect=no. ... ok | |
test_midair_section_collision (vagrant.apps.wiki.tests.test_views.SectionEditingResourceTests) | |
If both a revision and the edited section has changed, then a ... ok | |
test_midair_section_merge (vagrant.apps.wiki.tests.test_views.SectionEditingResourceTests) | |
If a page was changed while someone was editing, but the changes ... ok | |
test_raw_include_option (vagrant.apps.wiki.tests.test_views.SectionEditingResourceTests) ... ok | |
test_raw_section_edit (vagrant.apps.wiki.tests.test_views.SectionEditingResourceTests) ... ok | |
test_raw_section_source (vagrant.apps.wiki.tests.test_views.SectionEditingResourceTests) | |
The raw source for a document section can be requested ... ok | |
test_raw_source (vagrant.apps.wiki.tests.test_views.SectionEditingResourceTests) | |
The raw source for a document can be requested ... ok | |
test_raw_with_editing_links_source (vagrant.apps.wiki.tests.test_views.SectionEditingResourceTests) | |
The raw source for a document can be requested, with section editing ... ok | |
test_section_edit_review_tags (vagrant.apps.wiki.tests.test_views.SectionEditingResourceTests) | |
review tags are preserved in section editing. ... ok | |
test_section_edit_toc (vagrant.apps.wiki.tests.test_views.SectionEditingResourceTests) | |
show_toc is preserved in section editing. ... ok | |
test_version_groups (vagrant.apps.wiki.tests.test_views.VersionGroupTests) | |
Make sure we correctly set up browser/version mappings for the JS ... ok | |
test_children_view (vagrant.apps.wiki.tests.test_views.ViewTests) ... ok | |
test_json_view (vagrant.apps.wiki.tests.test_views.ViewTests) ... ok | |
test_revision_view_bleached_content (vagrant.apps.wiki.tests.test_views.ViewTests) | |
Bug 821988: Revision content should be cleaned with bleach ... ok | |
test_toc_view (vagrant.apps.wiki.tests.test_views.ViewTests) ... ok | |
vagrant.apps.wiki.tests.test_views.make_test_file | |
vagrant.apps.wiki.tests.test_views.make_test_file ... ok | |
====================================================================== | |
ERROR: test_demo_file_size_limit (vagrant.apps.demos.tests.test_models.DemoPackageTest) | |
Demo package with any individual file >1MB in size is invalid | |
---------------------------------------------------------------------- | |
Traceback (most recent call last): | |
File "/vagrant/apps/demos/tests/test_models.py", line 348, in test_demo_file_size_limit | |
s.demo_package.save('play_demo.zip', ContentFile(fout.getvalue())) | |
File "/vagrant/apps/demos/models.py", line 168, in save | |
super(ReplacingFieldZipFile, self).save(new_filename, content, save) | |
File "/vagrant/vendor/src/django/django/db/models/fields/files.py", line 86, in save | |
self.name = self.storage.save(name, content) | |
File "/vagrant/vendor/src/django/django/core/files/storage.py", line 45, in save | |
name = self._save(name, content) | |
File "/vagrant/vendor/src/django/django/core/files/storage.py", line 192, in _save | |
fd = os.open(full_path, os.O_WRONLY | os.O_CREAT | os.O_EXCL | getattr(os, 'O_BINARY', 0)) | |
OSError: [Errno 13] Permission denied: '/home/vagrant/uploads/demos/t/e/tester/2095312189753de6ad47dfe20cbe97ec/hello-world_1362089225_demo_package.zip' | |
====================================================================== | |
ERROR: test_demo_file_type_blacklist (vagrant.apps.demos.tests.test_models.DemoPackageTest) | |
Demo package cannot contain files whose detected types are blacklisted | |
---------------------------------------------------------------------- | |
Traceback (most recent call last): | |
File "/vagrant/apps/demos/tests/test_models.py", line 385, in test_demo_file_type_blacklist | |
s.demo_package.save('play_demo.zip', ContentFile(fout.getvalue())) | |
File "/vagrant/apps/demos/models.py", line 168, in save | |
super(ReplacingFieldZipFile, self).save(new_filename, content, save) | |
File "/vagrant/vendor/src/django/django/db/models/fields/files.py", line 86, in save | |
self.name = self.storage.save(name, content) | |
File "/vagrant/vendor/src/django/django/core/files/storage.py", line 45, in save | |
name = self._save(name, content) | |
File "/vagrant/vendor/src/django/django/core/files/storage.py", line 192, in _save | |
fd = os.open(full_path, os.O_WRONLY | os.O_CREAT | os.O_EXCL | getattr(os, 'O_BINARY', 0)) | |
OSError: [Errno 13] Permission denied: '/home/vagrant/uploads/demos/t/e/tester/2095312189753de6ad47dfe20cbe97ec/hello-world_1362089225_demo_package.zip' | |
====================================================================== | |
ERROR: test_demo_html_normalized (vagrant.apps.demos.tests.test_models.DemoPackageTest) | |
Ensure a demo.html in zip file is normalized to index.html when unpacked | |
---------------------------------------------------------------------- | |
Traceback (most recent call last): | |
File "/vagrant/apps/demos/tests/test_models.py", line 264, in test_demo_html_normalized | |
s.demo_package.save('play_demo.zip', ContentFile(fout.getvalue())) | |
File "/vagrant/apps/demos/models.py", line 168, in save | |
super(ReplacingFieldZipFile, self).save(new_filename, content, save) | |
File "/vagrant/vendor/src/django/django/db/models/fields/files.py", line 86, in save | |
self.name = self.storage.save(name, content) | |
File "/vagrant/vendor/src/django/django/core/files/storage.py", line 45, in save | |
name = self._save(name, content) | |
File "/vagrant/vendor/src/django/django/core/files/storage.py", line 192, in _save | |
fd = os.open(full_path, os.O_WRONLY | os.O_CREAT | os.O_EXCL | getattr(os, 'O_BINARY', 0)) | |
OSError: [Errno 13] Permission denied: '/home/vagrant/uploads/demos/t/e/tester/2095312189753de6ad47dfe20cbe97ec/hello-world_1362089225_demo_package.zip' | |
====================================================================== | |
ERROR: test_demo_package_also_accept_demo_html (vagrant.apps.demos.tests.test_models.DemoPackageTest) | |
Demo package with demo.html in root is valid, too | |
---------------------------------------------------------------------- | |
Traceback (most recent call last): | |
File "/vagrant/apps/demos/tests/test_models.py", line 195, in test_demo_package_also_accept_demo_html | |
s.demo_package.save('play_demo.zip', ContentFile(fout.getvalue())) | |
File "/vagrant/apps/demos/models.py", line 168, in save | |
super(ReplacingFieldZipFile, self).save(new_filename, content, save) | |
File "/vagrant/vendor/src/django/django/db/models/fields/files.py", line 86, in save | |
self.name = self.storage.save(name, content) | |
File "/vagrant/vendor/src/django/django/core/files/storage.py", line 45, in save | |
name = self._save(name, content) | |
File "/vagrant/vendor/src/django/django/core/files/storage.py", line 192, in _save | |
fd = os.open(full_path, os.O_WRONLY | os.O_CREAT | os.O_EXCL | getattr(os, 'O_BINARY', 0)) | |
OSError: [Errno 13] Permission denied: '/home/vagrant/uploads/demos/t/e/tester/2095312189753de6ad47dfe20cbe97ec/hello-world_1362089225_demo_package.zip' | |
====================================================================== | |
ERROR: test_demo_package_badfiles (vagrant.apps.demos.tests.test_models.DemoPackageTest) | |
Demo package with naughty file entries is invalid | |
---------------------------------------------------------------------- | |
Traceback (most recent call last): | |
File "/vagrant/apps/demos/tests/test_models.py", line 159, in test_demo_package_badfiles | |
s.demo_package.save('play_demo.zip', ContentFile(fout.getvalue())) | |
File "/vagrant/apps/demos/models.py", line 168, in save | |
super(ReplacingFieldZipFile, self).save(new_filename, content, save) | |
File "/vagrant/vendor/src/django/django/db/models/fields/files.py", line 86, in save | |
self.name = self.storage.save(name, content) | |
File "/vagrant/vendor/src/django/django/core/files/storage.py", line 45, in save | |
name = self._save(name, content) | |
File "/vagrant/vendor/src/django/django/core/files/storage.py", line 192, in _save | |
fd = os.open(full_path, os.O_WRONLY | os.O_CREAT | os.O_EXCL | getattr(os, 'O_BINARY', 0)) | |
OSError: [Errno 13] Permission denied: '/home/vagrant/uploads/demos/t/e/tester/2095312189753de6ad47dfe20cbe97ec/hello-world_1362089225_demo_package.zip' | |
====================================================================== | |
ERROR: test_demo_package_index_not_in_root (vagrant.apps.demos.tests.test_models.DemoPackageTest) | |
Demo package with no index.html at the root is invalid | |
---------------------------------------------------------------------- | |
Traceback (most recent call last): | |
File "/vagrant/apps/demos/tests/test_models.py", line 122, in test_demo_package_index_not_in_root | |
s.demo_package.save('play_demo.zip', ContentFile(fout.getvalue())) | |
File "/vagrant/apps/demos/models.py", line 168, in save | |
super(ReplacingFieldZipFile, self).save(new_filename, content, save) | |
File "/vagrant/vendor/src/django/django/db/models/fields/files.py", line 86, in save | |
self.name = self.storage.save(name, content) | |
File "/vagrant/vendor/src/django/django/core/files/storage.py", line 45, in save | |
name = self._save(name, content) | |
File "/vagrant/vendor/src/django/django/core/files/storage.py", line 192, in _save | |
fd = os.open(full_path, os.O_WRONLY | os.O_CREAT | os.O_EXCL | getattr(os, 'O_BINARY', 0)) | |
OSError: [Errno 13] Permission denied: '/home/vagrant/uploads/demos/t/e/tester/2095312189753de6ad47dfe20cbe97ec/hello-world_1362089225_demo_package.zip' | |
====================================================================== | |
ERROR: test_demo_package_no_files (vagrant.apps.demos.tests.test_models.DemoPackageTest) | |
Demo package with no files is invalid | |
---------------------------------------------------------------------- | |
Traceback (most recent call last): | |
File "/vagrant/apps/demos/tests/test_models.py", line 104, in test_demo_package_no_files | |
s.demo_package.save('play_demo.zip', ContentFile(fout.getvalue())) | |
File "/vagrant/apps/demos/models.py", line 168, in save | |
super(ReplacingFieldZipFile, self).save(new_filename, content, save) | |
File "/vagrant/vendor/src/django/django/db/models/fields/files.py", line 86, in save | |
self.name = self.storage.save(name, content) | |
File "/vagrant/vendor/src/django/django/core/files/storage.py", line 45, in save | |
name = self._save(name, content) | |
File "/vagrant/vendor/src/django/django/core/files/storage.py", line 192, in _save | |
fd = os.open(full_path, os.O_WRONLY | os.O_CREAT | os.O_EXCL | getattr(os, 'O_BINARY', 0)) | |
OSError: [Errno 13] Permission denied: '/home/vagrant/uploads/demos/t/e/tester/2095312189753de6ad47dfe20cbe97ec/hello-world_1362089225_demo_package.zip' | |
====================================================================== | |
ERROR: test_demo_package_no_index (vagrant.apps.demos.tests.test_models.DemoPackageTest) | |
Demo package with no index.html at all is invalid | |
---------------------------------------------------------------------- | |
Traceback (most recent call last): | |
File "/vagrant/apps/demos/tests/test_models.py", line 140, in test_demo_package_no_index | |
s.demo_package.save('play_demo.zip', ContentFile(fout.getvalue())) | |
File "/vagrant/apps/demos/models.py", line 168, in save | |
super(ReplacingFieldZipFile, self).save(new_filename, content, save) | |
File "/vagrant/vendor/src/django/django/db/models/fields/files.py", line 86, in save | |
self.name = self.storage.save(name, content) | |
File "/vagrant/vendor/src/django/django/core/files/storage.py", line 45, in save | |
name = self._save(name, content) | |
File "/vagrant/vendor/src/django/django/core/files/storage.py", line 192, in _save | |
fd = os.open(full_path, os.O_WRONLY | os.O_CREAT | os.O_EXCL | getattr(os, 'O_BINARY', 0)) | |
OSError: [Errno 13] Permission denied: '/home/vagrant/uploads/demos/t/e/tester/2095312189753de6ad47dfe20cbe97ec/hello-world_1362089225_demo_package.zip' | |
====================================================================== | |
ERROR: test_demo_package_valid (vagrant.apps.demos.tests.test_models.DemoPackageTest) | |
Demo package with at least index.html in root is valid | |
---------------------------------------------------------------------- | |
Traceback (most recent call last): | |
File "/vagrant/apps/demos/tests/test_models.py", line 177, in test_demo_package_valid | |
s.demo_package.save('play_demo.zip', ContentFile(fout.getvalue())) | |
File "/vagrant/apps/demos/models.py", line 168, in save | |
super(ReplacingFieldZipFile, self).save(new_filename, content, save) | |
File "/vagrant/vendor/src/django/django/db/models/fields/files.py", line 86, in save | |
self.name = self.storage.save(name, content) | |
File "/vagrant/vendor/src/django/django/core/files/storage.py", line 45, in save | |
name = self._save(name, content) | |
File "/vagrant/vendor/src/django/django/core/files/storage.py", line 192, in _save | |
fd = os.open(full_path, os.O_WRONLY | os.O_CREAT | os.O_EXCL | getattr(os, 'O_BINARY', 0)) | |
OSError: [Errno 13] Permission denied: '/home/vagrant/uploads/demos/t/e/tester/2095312189753de6ad47dfe20cbe97ec/hello-world_1362089225_demo_package.zip' | |
====================================================================== | |
ERROR: test_demo_unicode_filenames (vagrant.apps.demos.tests.test_models.DemoPackageTest) | |
Bug 741660: Demo package containing filenames with non-ASCII | |
---------------------------------------------------------------------- | |
Traceback (most recent call last): | |
File "/vagrant/apps/demos/tests/test_models.py", line 295, in test_demo_unicode_filenames | |
s.demo_package.save('play_demo.zip', ContentFile(fout.getvalue())) | |
File "/vagrant/apps/demos/models.py", line 168, in save | |
super(ReplacingFieldZipFile, self).save(new_filename, content, save) | |
File "/vagrant/vendor/src/django/django/db/models/fields/files.py", line 86, in save | |
self.name = self.storage.save(name, content) | |
File "/vagrant/vendor/src/django/django/core/files/storage.py", line 45, in save | |
name = self._save(name, content) | |
File "/vagrant/vendor/src/django/django/core/files/storage.py", line 192, in _save | |
fd = os.open(full_path, os.O_WRONLY | os.O_CREAT | os.O_EXCL | getattr(os, 'O_BINARY', 0)) | |
OSError: [Errno 13] Permission denied: '/home/vagrant/uploads/demos/t/e/tester/2095312189753de6ad47dfe20cbe97ec/hello-world_1362089226_demo_package.zip' | |
====================================================================== | |
ERROR: test_demo_unicode_filenames_2 (vagrant.apps.demos.tests.test_models.DemoPackageTest) | |
Bug 741660: Try testing a real .zip with non-ASCII filenames | |
---------------------------------------------------------------------- | |
Traceback (most recent call last): | |
File "/vagrant/apps/demos/tests/test_models.py", line 321, in test_demo_unicode_filenames_2 | |
s.demo_package.save('play_demo.zip', ContentFile(open(zip_fn).read())) | |
File "/vagrant/apps/demos/models.py", line 168, in save | |
super(ReplacingFieldZipFile, self).save(new_filename, content, save) | |
File "/vagrant/vendor/src/django/django/db/models/fields/files.py", line 86, in save | |
self.name = self.storage.save(name, content) | |
File "/vagrant/vendor/src/django/django/core/files/storage.py", line 45, in save | |
name = self._save(name, content) | |
File "/vagrant/vendor/src/django/django/core/files/storage.py", line 192, in _save | |
fd = os.open(full_path, os.O_WRONLY | os.O_CREAT | os.O_EXCL | getattr(os, 'O_BINARY', 0)) | |
OSError: [Errno 13] Permission denied: '/home/vagrant/uploads/demos/t/e/tester/2095312189753de6ad47dfe20cbe97ec/hello-world_1362089226_demo_package.zip' | |
====================================================================== | |
ERROR: test_process_demo_package (vagrant.apps.demos.tests.test_models.DemoPackageTest) | |
Calling process_demo_package() should result in a directory of demo files | |
---------------------------------------------------------------------- | |
Traceback (most recent call last): | |
File "/vagrant/apps/demos/tests/test_models.py", line 234, in test_process_demo_package | |
s.demo_package.save('play_demo.zip', ContentFile(fout.getvalue())) | |
File "/vagrant/apps/demos/models.py", line 168, in save | |
super(ReplacingFieldZipFile, self).save(new_filename, content, save) | |
File "/vagrant/vendor/src/django/django/db/models/fields/files.py", line 86, in save | |
self.name = self.storage.save(name, content) | |
File "/vagrant/vendor/src/django/django/core/files/storage.py", line 45, in save | |
name = self._save(name, content) | |
File "/vagrant/vendor/src/django/django/core/files/storage.py", line 192, in _save | |
fd = os.open(full_path, os.O_WRONLY | os.O_CREAT | os.O_EXCL | getattr(os, 'O_BINARY', 0)) | |
OSError: [Errno 13] Permission denied: '/home/vagrant/uploads/demos/t/e/tester/2095312189753de6ad47dfe20cbe97ec/hello-world_1362089226_demo_package.zip' | |
====================================================================== | |
ERROR: test_derby_radio_buttons (vagrant.apps.demos.tests.test_templates.SubmitTests) | |
Test derby radio buttons include a None option. | |
---------------------------------------------------------------------- | |
Traceback (most recent call last): | |
File "/vagrant/apps/demos/tests/test_templates.py", line 26, in test_derby_radio_buttons | |
response = self.client.get(reverse('demos_submit')) | |
File "/vagrant/vendor/src/django/django/test/client.py", line 439, in get | |
response = super(Client, self).get(path, data=data, **extra) | |
File "/vagrant/vendor/src/django/django/test/client.py", line 244, in get | |
return self.request(**r) | |
File "/vagrant/apps/sumo/tests/__init__.py", line 42, in request | |
return super(LocalizingClient, self).request(**request) | |
File "/vagrant/vendor/src/django/django/test/client.py", line 381, in request | |
response = self.handler(environ) | |
File "/vagrant/vendor/src/django/django/test/client.py", line 84, in __call__ | |
response = self.get_response(request) | |
File "/vagrant/vendor/src/django/django/core/handlers/base.py", line 192, in get_response | |
response = self.handle_uncaught_exception(request, resolver, sys.exc_info()) | |
File "/vagrant/vendor/src/django/django/core/handlers/base.py", line 188, in get_response | |
response = middleware_method(request, response) | |
File "/vagrant/vendor/src/django-debug-toolbar/debug_toolbar/middleware.py", line 104, in process_response | |
smart_unicode(self.debug_toolbars[request].render_toolbar() + self.tag)) | |
File "/vagrant/vendor/src/django-debug-toolbar/debug_toolbar/toolbar/loader.py", line 78, in render_toolbar | |
return render_to_string('debug_toolbar/base.html', context) | |
File "/vagrant/vendor/src/django/django/template/loader.py", line 171, in render_to_string | |
return t.render(Context(dictionary)) | |
File "/vagrant/vendor/src/django/django/test/utils.py", line 62, in instrumented_test_render | |
return self.nodelist.render(context) | |
File "/vagrant/vendor/src/django/django/template/base.py", line 823, in render | |
bit = self.render_node(node, context) | |
File "/vagrant/vendor/src/django/django/template/base.py", line 837, in render_node | |
return node.render(context) | |
File "/vagrant/vendor/src/django/django/template/defaulttags.py", line 192, in render | |
nodelist.append(node.render(context)) | |
File "/vagrant/vendor/src/django/django/template/defaulttags.py", line 281, in render | |
return nodelist.render(context) | |
File "/vagrant/vendor/src/django/django/template/base.py", line 823, in render | |
bit = self.render_node(node, context) | |
File "/vagrant/vendor/src/django/django/template/base.py", line 837, in render_node | |
return node.render(context) | |
File "/vagrant/vendor/src/django/django/template/base.py", line 874, in render | |
output = self.filter_expression.resolve(context) | |
File "/vagrant/vendor/src/django/django/template/base.py", line 571, in resolve | |
obj = self.var.resolve(context) | |
File "/vagrant/vendor/src/django/django/template/base.py", line 721, in resolve | |
value = self._resolve_lookup(context) | |
File "/vagrant/vendor/src/django/django/template/base.py", line 772, in _resolve_lookup | |
current = current() | |
File "/vagrant/vendor/src/django-debug-toolbar/debug_toolbar/panels/template.py", line 76, in content | |
if template.origin and template.origin.name: | |
AttributeError: 'Template' object has no attribute 'origin' | |
-------------------- >> begin captured logging << -------------------- | |
django.db.backends: DEBUG: (0.001) SELECT `auth_user`.`id`, `auth_user`.`username`, `auth_user`.`first_name`, `auth_user`.`last_name`, `auth_user`.`email`, `auth_user`.`password`, `auth_user`.`is_staff`, `auth_user`.`is_active`, `auth_user`.`is_superuser`, `auth_user`.`last_login`, `auth_user`.`date_joined` FROM `auth_user` WHERE `auth_user`.`username` = 'testuser' ; args=('testuser',) | |
django.db.backends: DEBUG: (0.000) SELECT (1) AS `a` FROM `auth_user` WHERE `auth_user`.`id` = 7 LIMIT 1; args=(7,) | |
django.db.backends: DEBUG: (0.000) UPDATE `auth_user` SET `username` = 'testuser', `first_name` = 'Test', `last_name` = 'User', `email` = 'testuser@test.com', `password` = 'sha256$SpYhc7RMXEHl$ee3d865189c1f58bf175975b44290e87bacaa64ace2af0ce7ab09556cf54ea07', `is_staff` = 0, `is_active` = 1, `is_superuser` = 0, `last_login` = '2011-06-03 16:12:08', `date_joined` = '2011-06-03 16:12:08' WHERE `auth_user`.`id` = 7 ; args=(u'testuser', u'Test', u'User', u'testuser@test.com', 'sha256$SpYhc7RMXEHl$ee3d865189c1f58bf175975b44290e87bacaa64ace2af0ce7ab09556cf54ea07', False, True, False, u'2011-06-03 16:12:08', u'2011-06-03 16:12:08', 7) | |
django.db.backends: DEBUG: (0.000) SELECT (1) AS `a` FROM `django_session` WHERE `django_session`.`session_key` = '3913c0059688cfd6dae586c97d0d20ab' LIMIT 1; args=('3913c0059688cfd6dae586c97d0d20ab',) | |
django.db.backends: DEBUG: (0.000) SAVEPOINT s140196843075328_x1; args=() | |
django.db.backends: DEBUG: (0.000) INSERT INTO `django_session` (`session_key`, `session_data`, `expire_date`) VALUES ('3913c0059688cfd6dae586c97d0d20ab', 'MDFkYTFiN2MwMGMxZjFiYWE0NjA3NDIzM2JkYjQwYzI4NjM0OGE3ZTqAAn1xAS4=\n', '2013-03-14 14:07:06'); args=('3913c0059688cfd6dae586c97d0d20ab', 'MDFkYTFiN2MwMGMxZjFiYWE0NjA3NDIzM2JkYjQwYzI4NjM0OGE3ZTqAAn1xAS4=\n', u'2013-03-14 14:07:06') | |
django.db.backends: DEBUG: (0.000) SELECT `django_session`.`session_key`, `django_session`.`session_data`, `django_session`.`expire_date` FROM `django_session` WHERE `django_session`.`session_key` = '3913c0059688cfd6dae586c97d0d20ab' ; args=('3913c0059688cfd6dae586c97d0d20ab',) | |
django.db.backends: DEBUG: (0.000) DELETE FROM `django_session` WHERE `session_key` IN ('3913c0059688cfd6dae586c97d0d20ab'); args=(u'3913c0059688cfd6dae586c97d0d20ab',) | |
django.db.backends: DEBUG: (0.000) SELECT (1) AS `a` FROM `auth_user` WHERE `auth_user`.`id` = 7 LIMIT 1; args=(7,) | |
django.db.backends: DEBUG: (0.000) UPDATE `auth_user` SET `username` = 'testuser', `first_name` = 'Test', `last_name` = 'User', `email` = 'testuser@test.com', `password` = 'sha256$SpYhc7RMXEHl$ee3d865189c1f58bf175975b44290e87bacaa64ace2af0ce7ab09556cf54ea07', `is_staff` = 0, `is_active` = 1, `is_superuser` = 0, `last_login` = '2013-02-28 14:07:06', `date_joined` = '2011-06-03 16:12:08' WHERE `auth_user`.`id` = 7 ; args=(u'testuser', u'Test', u'User', u'testuser@test.com', 'sha256$SpYhc7RMXEHl$ee3d865189c1f58bf175975b44290e87bacaa64ace2af0ce7ab09556cf54ea07', False, True, False, u'2013-02-28 14:07:06', u'2011-06-03 16:12:08', 7) | |
django.db.backends: DEBUG: (0.000) SAVEPOINT s140196843075328_x2; args=() | |
django.db.backends: DEBUG: (0.000) SELECT (1) AS `a` FROM `django_session` WHERE `django_session`.`session_key` = '3913c0059688cfd6dae586c97d0d20ab' LIMIT 1; args=('3913c0059688cfd6dae586c97d0d20ab',) | |
django.db.backends: DEBUG: (0.000) INSERT INTO `django_session` (`session_key`, `session_data`, `expire_date`) VALUES ('3913c0059688cfd6dae586c97d0d20ab', 'NjkwMTExOTQ4ODA4YjU1ZmVhYjAzNDBkNjAwN2Y0MmMyZmJjNjhmZjqAAn1xAShVEl9hdXRoX3Vz\nZXJfYmFja2VuZHECVSlkamFuZ28uY29udHJpYi5hdXRoLmJhY2tlbmRzLk1vZGVsQmFja2VuZHED\nVQ1fYXV0aF91c2VyX2lkcQSKAQd1Lg==\n', '2013-03-14 14:07:06'); args=('3913c0059688cfd6dae586c97d0d20ab', 'NjkwMTExOTQ4ODA4YjU1ZmVhYjAzNDBkNjAwN2Y0MmMyZmJjNjhmZjqAAn1xAShVEl9hdXRoX3Vz\nZXJfYmFja2VuZHECVSlkamFuZ28uY29udHJpYi5hdXRoLmJhY2tlbmRzLk1vZGVsQmFja2VuZHED\nVQ1fYXV0aF91c2VyX2lkcQSKAQd1Lg==\n', u'2013-03-14 14:07:06') | |
--------------------- >> end captured logging << --------------------- | |
====================================================================== | |
ERROR: test_bug715923_feed_parsing_errors (vagrant.apps.devmo.tests.test_views.ProfileViewsTest) | |
---------------------------------------------------------------------- | |
Traceback (most recent call last): | |
File "/vagrant/vendor/packages/mock/mock.py", line 196, in patched | |
return func(*args, **keywargs) | |
File "/vagrant/apps/devmo/tests/test_views.py", line 71, in test_bug715923_feed_parsing_errors | |
raise e | |
AttributeError: 'Template' object has no attribute 'origin' | |
====================================================================== | |
ERROR: test_bug_698126_l10n (vagrant.apps.devmo.tests.test_views.ProfileViewsTest) | |
Test that the form field names are localized | |
---------------------------------------------------------------------- | |
Traceback (most recent call last): | |
File "/vagrant/apps/devmo/tests/test_views.py", line 462, in test_bug_698126_l10n | |
r = self.client.get(url, follow=True) | |
File "/vagrant/vendor/src/django/django/test/client.py", line 439, in get | |
response = super(Client, self).get(path, data=data, **extra) | |
File "/vagrant/vendor/src/django/django/test/client.py", line 244, in get | |
return self.request(**r) | |
File "/vagrant/apps/sumo/tests/__init__.py", line 42, in request | |
return super(LocalizingClient, self).request(**request) | |
File "/vagrant/vendor/src/django/django/test/client.py", line 381, in request | |
response = self.handler(environ) | |
File "/vagrant/vendor/src/django/django/test/client.py", line 84, in __call__ | |
response = self.get_response(request) | |
File "/vagrant/vendor/src/django/django/core/handlers/base.py", line 192, in get_response | |
response = self.handle_uncaught_exception(request, resolver, sys.exc_info()) | |
File "/vagrant/vendor/src/django/django/core/handlers/base.py", line 188, in get_response | |
response = middleware_method(request, response) | |
File "/vagrant/vendor/src/django-debug-toolbar/debug_toolbar/middleware.py", line 104, in process_response | |
smart_unicode(self.debug_toolbars[request].render_toolbar() + self.tag)) | |
File "/vagrant/vendor/src/django-debug-toolbar/debug_toolbar/toolbar/loader.py", line 78, in render_toolbar | |
return render_to_string('debug_toolbar/base.html', context) | |
File "/vagrant/vendor/src/django/django/template/loader.py", line 171, in render_to_string | |
return t.render(Context(dictionary)) | |
File "/vagrant/vendor/src/django/django/test/utils.py", line 62, in instrumented_test_render | |
return self.nodelist.render(context) | |
File "/vagrant/vendor/src/django/django/template/base.py", line 823, in render | |
bit = self.render_node(node, context) | |
File "/vagrant/vendor/src/django/django/template/base.py", line 837, in render_node | |
return node.render(context) | |
File "/vagrant/vendor/src/django/django/template/defaulttags.py", line 192, in render | |
nodelist.append(node.render(context)) | |
File "/vagrant/vendor/src/django/django/template/defaulttags.py", line 281, in render | |
return nodelist.render(context) | |
File "/vagrant/vendor/src/django/django/template/base.py", line 823, in render | |
bit = self.render_node(node, context) | |
File "/vagrant/vendor/src/django/django/template/base.py", line 837, in render_node | |
return node.render(context) | |
File "/vagrant/vendor/src/django/django/template/base.py", line 874, in render | |
output = self.filter_expression.resolve(context) | |
File "/vagrant/vendor/src/django/django/template/base.py", line 571, in resolve | |
obj = self.var.resolve(context) | |
File "/vagrant/vendor/src/django/django/template/base.py", line 721, in resolve | |
value = self._resolve_lookup(context) | |
File "/vagrant/vendor/src/django/django/template/base.py", line 772, in _resolve_lookup | |
current = current() | |
File "/vagrant/vendor/src/django-debug-toolbar/debug_toolbar/panels/template.py", line 76, in content | |
if template.origin and template.origin.name: | |
AttributeError: 'Template' object has no attribute 'origin' | |
====================================================================== | |
ERROR: test_bug_698971 (vagrant.apps.devmo.tests.test_views.ProfileViewsTest) | |
---------------------------------------------------------------------- | |
Traceback (most recent call last): | |
File "/vagrant/vendor/packages/mock/mock.py", line 196, in patched | |
return func(*args, **keywargs) | |
File "/vagrant/apps/dekicompat/tests.py", line 80, in test_new | |
test(self) | |
File "/vagrant/vendor/packages/mock/mock.py", line 196, in patched | |
return func(*args, **keywargs) | |
File "/vagrant/apps/devmo/tests/__init__.py", line 53, in test_new | |
test(self) | |
File "/vagrant/apps/devmo/tests/test_views.py", line 144, in test_bug_698971 | |
self.client.get(url, follow=True) | |
File "/vagrant/vendor/src/django/django/test/client.py", line 439, in get | |
response = super(Client, self).get(path, data=data, **extra) | |
File "/vagrant/vendor/src/django/django/test/client.py", line 244, in get | |
return self.request(**r) | |
File "/vagrant/apps/sumo/tests/__init__.py", line 42, in request | |
return super(LocalizingClient, self).request(**request) | |
File "/vagrant/vendor/src/django/django/test/client.py", line 381, in request | |
response = self.handler(environ) | |
File "/vagrant/vendor/src/django/django/test/client.py", line 84, in __call__ | |
response = self.get_response(request) | |
File "/vagrant/vendor/src/django/django/core/handlers/base.py", line 192, in get_response | |
response = self.handle_uncaught_exception(request, resolver, sys.exc_info()) | |
File "/vagrant/vendor/src/django/django/core/handlers/base.py", line 188, in get_response | |
response = middleware_method(request, response) | |
File "/vagrant/vendor/src/django-debug-toolbar/debug_toolbar/middleware.py", line 104, in process_response | |
smart_unicode(self.debug_toolbars[request].render_toolbar() + self.tag)) | |
File "/vagrant/vendor/src/django-debug-toolbar/debug_toolbar/toolbar/loader.py", line 78, in render_toolbar | |
return render_to_string('debug_toolbar/base.html', context) | |
File "/vagrant/vendor/src/django/django/template/loader.py", line 171, in render_to_string | |
return t.render(Context(dictionary)) | |
File "/vagrant/vendor/src/django/django/test/utils.py", line 62, in instrumented_test_render | |
return self.nodelist.render(context) | |
File "/vagrant/vendor/src/django/django/template/base.py", line 823, in render | |
bit = self.render_node(node, context) | |
File "/vagrant/vendor/src/django/django/template/base.py", line 837, in render_node | |
return node.render(context) | |
File "/vagrant/vendor/src/django/django/template/defaulttags.py", line 192, in render | |
nodelist.append(node.render(context)) | |
File "/vagrant/vendor/src/django/django/template/defaulttags.py", line 281, in render | |
return nodelist.render(context) | |
File "/vagrant/vendor/src/django/django/template/base.py", line 823, in render | |
bit = self.render_node(node, context) | |
File "/vagrant/vendor/src/django/django/template/base.py", line 837, in render_node | |
return node.render(context) | |
File "/vagrant/vendor/src/django/django/template/base.py", line 874, in render | |
output = self.filter_expression.resolve(context) | |
File "/vagrant/vendor/src/django/django/template/base.py", line 571, in resolve | |
obj = self.var.resolve(context) | |
File "/vagrant/vendor/src/django/django/template/base.py", line 721, in resolve | |
value = self._resolve_lookup(context) | |
File "/vagrant/vendor/src/django/django/template/base.py", line 772, in _resolve_lookup | |
current = current() | |
File "/vagrant/vendor/src/django-debug-toolbar/debug_toolbar/panels/template.py", line 76, in content | |
if template.origin and template.origin.name: | |
AttributeError: 'Template' object has no attribute 'origin' | |
====================================================================== | |
ERROR: test_bug_709938_interests (vagrant.apps.devmo.tests.test_views.ProfileViewsTest) | |
---------------------------------------------------------------------- | |
Traceback (most recent call last): | |
File "/vagrant/vendor/packages/mock/mock.py", line 196, in patched | |
return func(*args, **keywargs) | |
File "/vagrant/apps/dekicompat/tests.py", line 80, in test_new | |
test(self) | |
File "/vagrant/vendor/packages/mock/mock.py", line 196, in patched | |
return func(*args, **keywargs) | |
File "/vagrant/apps/devmo/tests/__init__.py", line 53, in test_new | |
test(self) | |
File "/vagrant/apps/devmo/tests/test_views.py", line 346, in test_bug_709938_interests | |
r = self.client.get(url, follow=True) | |
File "/vagrant/vendor/src/django/django/test/client.py", line 439, in get | |
response = super(Client, self).get(path, data=data, **extra) | |
File "/vagrant/vendor/src/django/django/test/client.py", line 244, in get | |
return self.request(**r) | |
File "/vagrant/apps/sumo/tests/__init__.py", line 42, in request | |
return super(LocalizingClient, self).request(**request) | |
File "/vagrant/vendor/src/django/django/test/client.py", line 381, in request | |
response = self.handler(environ) | |
File "/vagrant/vendor/src/django/django/test/client.py", line 84, in __call__ | |
response = self.get_response(request) | |
File "/vagrant/vendor/src/django/django/core/handlers/base.py", line 192, in get_response | |
response = self.handle_uncaught_exception(request, resolver, sys.exc_info()) | |
File "/vagrant/vendor/src/django/django/core/handlers/base.py", line 188, in get_response | |
response = middleware_method(request, response) | |
File "/vagrant/vendor/src/django-debug-toolbar/debug_toolbar/middleware.py", line 104, in process_response | |
smart_unicode(self.debug_toolbars[request].render_toolbar() + self.tag)) | |
File "/vagrant/vendor/src/django-debug-toolbar/debug_toolbar/toolbar/loader.py", line 78, in render_toolbar | |
return render_to_string('debug_toolbar/base.html', context) | |
File "/vagrant/vendor/src/django/django/template/loader.py", line 171, in render_to_string | |
return t.render(Context(dictionary)) | |
File "/vagrant/vendor/src/django/django/test/utils.py", line 62, in instrumented_test_render | |
return self.nodelist.render(context) | |
File "/vagrant/vendor/src/django/django/template/base.py", line 823, in render | |
bit = self.render_node(node, context) | |
File "/vagrant/vendor/src/django/django/template/base.py", line 837, in render_node | |
return node.render(context) | |
File "/vagrant/vendor/src/django/django/template/defaulttags.py", line 192, in render | |
nodelist.append(node.render(context)) | |
File "/vagrant/vendor/src/django/django/template/defaulttags.py", line 281, in render | |
return nodelist.render(context) | |
File "/vagrant/vendor/src/django/django/template/base.py", line 823, in render | |
bit = self.render_node(node, context) | |
File "/vagrant/vendor/src/django/django/template/base.py", line 837, in render_node | |
return node.render(context) | |
File "/vagrant/vendor/src/django/django/template/base.py", line 874, in render | |
output = self.filter_expression.resolve(context) | |
File "/vagrant/vendor/src/django/django/template/base.py", line 571, in resolve | |
obj = self.var.resolve(context) | |
File "/vagrant/vendor/src/django/django/template/base.py", line 721, in resolve | |
value = self._resolve_lookup(context) | |
File "/vagrant/vendor/src/django/django/template/base.py", line 772, in _resolve_lookup | |
current = current() | |
File "/vagrant/vendor/src/django-debug-toolbar/debug_toolbar/panels/template.py", line 76, in content | |
if template.origin and template.origin.name: | |
AttributeError: 'Template' object has no attribute 'origin' | |
====================================================================== | |
ERROR: test_profile_edit (vagrant.apps.devmo.tests.test_views.ProfileViewsTest) | |
---------------------------------------------------------------------- | |
Traceback (most recent call last): | |
File "/vagrant/vendor/packages/mock/mock.py", line 196, in patched | |
return func(*args, **keywargs) | |
File "/vagrant/apps/dekicompat/tests.py", line 80, in test_new | |
test(self) | |
File "/vagrant/vendor/packages/mock/mock.py", line 196, in patched | |
return func(*args, **keywargs) | |
File "/vagrant/apps/devmo/tests/__init__.py", line 53, in test_new | |
test(self) | |
File "/vagrant/apps/devmo/tests/test_views.py", line 154, in test_profile_edit | |
r = self.client.get(url, follow=True) | |
File "/vagrant/vendor/src/django/django/test/client.py", line 439, in get | |
response = super(Client, self).get(path, data=data, **extra) | |
File "/vagrant/vendor/src/django/django/test/client.py", line 244, in get | |
return self.request(**r) | |
File "/vagrant/apps/sumo/tests/__init__.py", line 42, in request | |
return super(LocalizingClient, self).request(**request) | |
File "/vagrant/vendor/src/django/django/test/client.py", line 381, in request | |
response = self.handler(environ) | |
File "/vagrant/vendor/src/django/django/test/client.py", line 84, in __call__ | |
response = self.get_response(request) | |
File "/vagrant/vendor/src/django/django/core/handlers/base.py", line 192, in get_response | |
response = self.handle_uncaught_exception(request, resolver, sys.exc_info()) | |
File "/vagrant/vendor/src/django/django/core/handlers/base.py", line 188, in get_response | |
response = middleware_method(request, response) | |
File "/vagrant/vendor/src/django-debug-toolbar/debug_toolbar/middleware.py", line 104, in process_response | |
smart_unicode(self.debug_toolbars[request].render_toolbar() + self.tag)) | |
File "/vagrant/vendor/src/django-debug-toolbar/debug_toolbar/toolbar/loader.py", line 78, in render_toolbar | |
return render_to_string('debug_toolbar/base.html', context) | |
File "/vagrant/vendor/src/django/django/template/loader.py", line 171, in render_to_string | |
return t.render(Context(dictionary)) | |
File "/vagrant/vendor/src/django/django/test/utils.py", line 62, in instrumented_test_render | |
return self.nodelist.render(context) | |
File "/vagrant/vendor/src/django/django/template/base.py", line 823, in render | |
bit = self.render_node(node, context) | |
File "/vagrant/vendor/src/django/django/template/base.py", line 837, in render_node | |
return node.render(context) | |
File "/vagrant/vendor/src/django/django/template/defaulttags.py", line 192, in render | |
nodelist.append(node.render(context)) | |
File "/vagrant/vendor/src/django/django/template/defaulttags.py", line 281, in render | |
return nodelist.render(context) | |
File "/vagrant/vendor/src/django/django/template/base.py", line 823, in render | |
bit = self.render_node(node, context) | |
File "/vagrant/vendor/src/django/django/template/base.py", line 837, in render_node | |
return node.render(context) | |
File "/vagrant/vendor/src/django/django/template/base.py", line 874, in render | |
output = self.filter_expression.resolve(context) | |
File "/vagrant/vendor/src/django/django/template/base.py", line 571, in resolve | |
obj = self.var.resolve(context) | |
File "/vagrant/vendor/src/django/django/template/base.py", line 721, in resolve | |
value = self._resolve_lookup(context) | |
File "/vagrant/vendor/src/django/django/template/base.py", line 772, in _resolve_lookup | |
current = current() | |
File "/vagrant/vendor/src/django-debug-toolbar/debug_toolbar/panels/template.py", line 76, in content | |
if template.origin and template.origin.name: | |
AttributeError: 'Template' object has no attribute 'origin' | |
====================================================================== | |
ERROR: test_profile_edit_interests (vagrant.apps.devmo.tests.test_views.ProfileViewsTest) | |
---------------------------------------------------------------------- | |
Traceback (most recent call last): | |
File "/vagrant/vendor/packages/mock/mock.py", line 196, in patched | |
return func(*args, **keywargs) | |
File "/vagrant/apps/dekicompat/tests.py", line 80, in test_new | |
test(self) | |
File "/vagrant/vendor/packages/mock/mock.py", line 196, in patched | |
return func(*args, **keywargs) | |
File "/vagrant/apps/devmo/tests/__init__.py", line 53, in test_new | |
test(self) | |
File "/vagrant/apps/devmo/tests/test_views.py", line 289, in test_profile_edit_interests | |
r = self.client.get(url, follow=True) | |
File "/vagrant/vendor/src/django/django/test/client.py", line 439, in get | |
response = super(Client, self).get(path, data=data, **extra) | |
File "/vagrant/vendor/src/django/django/test/client.py", line 244, in get | |
return self.request(**r) | |
File "/vagrant/apps/sumo/tests/__init__.py", line 42, in request | |
return super(LocalizingClient, self).request(**request) | |
File "/vagrant/vendor/src/django/django/test/client.py", line 381, in request | |
response = self.handler(environ) | |
File "/vagrant/vendor/src/django/django/test/client.py", line 84, in __call__ | |
response = self.get_response(request) | |
File "/vagrant/vendor/src/django/django/core/handlers/base.py", line 192, in get_response | |
response = self.handle_uncaught_exception(request, resolver, sys.exc_info()) | |
File "/vagrant/vendor/src/django/django/core/handlers/base.py", line 188, in get_response | |
response = middleware_method(request, response) | |
File "/vagrant/vendor/src/django-debug-toolbar/debug_toolbar/middleware.py", line 104, in process_response | |
smart_unicode(self.debug_toolbars[request].render_toolbar() + self.tag)) | |
File "/vagrant/vendor/src/django-debug-toolbar/debug_toolbar/toolbar/loader.py", line 78, in render_toolbar | |
return render_to_string('debug_toolbar/base.html', context) | |
File "/vagrant/vendor/src/django/django/template/loader.py", line 171, in render_to_string | |
return t.render(Context(dictionary)) | |
File "/vagrant/vendor/src/django/django/test/utils.py", line 62, in instrumented_test_render | |
return self.nodelist.render(context) | |
File "/vagrant/vendor/src/django/django/template/base.py", line 823, in render | |
bit = self.render_node(node, context) | |
File "/vagrant/vendor/src/django/django/template/base.py", line 837, in render_node | |
return node.render(context) | |
File "/vagrant/vendor/src/django/django/template/defaulttags.py", line 192, in render | |
nodelist.append(node.render(context)) | |
File "/vagrant/vendor/src/django/django/template/defaulttags.py", line 281, in render | |
return nodelist.render(context) | |
File "/vagrant/vendor/src/django/django/template/base.py", line 823, in render | |
bit = self.render_node(node, context) | |
File "/vagrant/vendor/src/django/django/template/base.py", line 837, in render_node | |
return node.render(context) | |
File "/vagrant/vendor/src/django/django/template/base.py", line 874, in render | |
output = self.filter_expression.resolve(context) | |
File "/vagrant/vendor/src/django/django/template/base.py", line 571, in resolve | |
obj = self.var.resolve(context) | |
File "/vagrant/vendor/src/django/django/template/base.py", line 721, in resolve | |
value = self._resolve_lookup(context) | |
File "/vagrant/vendor/src/django/django/template/base.py", line 772, in _resolve_lookup | |
current = current() | |
File "/vagrant/vendor/src/django-debug-toolbar/debug_toolbar/panels/template.py", line 76, in content | |
if template.origin and template.origin.name: | |
AttributeError: 'Template' object has no attribute 'origin' | |
====================================================================== | |
ERROR: test_profile_edit_websites (vagrant.apps.devmo.tests.test_views.ProfileViewsTest) | |
---------------------------------------------------------------------- | |
Traceback (most recent call last): | |
File "/vagrant/vendor/packages/mock/mock.py", line 196, in patched | |
return func(*args, **keywargs) | |
File "/vagrant/apps/dekicompat/tests.py", line 80, in test_new | |
test(self) | |
File "/vagrant/vendor/packages/mock/mock.py", line 196, in patched | |
return func(*args, **keywargs) | |
File "/vagrant/apps/devmo/tests/__init__.py", line 53, in test_new | |
test(self) | |
File "/vagrant/apps/devmo/tests/test_views.py", line 224, in test_profile_edit_websites | |
r = self.client.get(url, follow=True) | |
File "/vagrant/vendor/src/django/django/test/client.py", line 439, in get | |
response = super(Client, self).get(path, data=data, **extra) | |
File "/vagrant/vendor/src/django/django/test/client.py", line 244, in get | |
return self.request(**r) | |
File "/vagrant/apps/sumo/tests/__init__.py", line 42, in request | |
return super(LocalizingClient, self).request(**request) | |
File "/vagrant/vendor/src/django/django/test/client.py", line 381, in request | |
response = self.handler(environ) | |
File "/vagrant/vendor/src/django/django/test/client.py", line 84, in __call__ | |
response = self.get_response(request) | |
File "/vagrant/vendor/src/django/django/core/handlers/base.py", line 192, in get_response | |
response = self.handle_uncaught_exception(request, resolver, sys.exc_info()) | |
File "/vagrant/vendor/src/django/django/core/handlers/base.py", line 188, in get_response | |
response = middleware_method(request, response) | |
File "/vagrant/vendor/src/django-debug-toolbar/debug_toolbar/middleware.py", line 104, in process_response | |
smart_unicode(self.debug_toolbars[request].render_toolbar() + self.tag)) | |
File "/vagrant/vendor/src/django-debug-toolbar/debug_toolbar/toolbar/loader.py", line 78, in render_toolbar | |
return render_to_string('debug_toolbar/base.html', context) | |
File "/vagrant/vendor/src/django/django/template/loader.py", line 171, in render_to_string | |
return t.render(Context(dictionary)) | |
File "/vagrant/vendor/src/django/django/test/utils.py", line 62, in instrumented_test_render | |
return self.nodelist.render(context) | |
File "/vagrant/vendor/src/django/django/template/base.py", line 823, in render | |
bit = self.render_node(node, context) | |
File "/vagrant/vendor/src/django/django/template/base.py", line 837, in render_node | |
return node.render(context) | |
File "/vagrant/vendor/src/django/django/template/defaulttags.py", line 192, in render | |
nodelist.append(node.render(context)) | |
File "/vagrant/vendor/src/django/django/template/defaulttags.py", line 281, in render | |
return nodelist.render(context) | |
File "/vagrant/vendor/src/django/django/template/base.py", line 823, in render | |
bit = self.render_node(node, context) | |
File "/vagrant/vendor/src/django/django/template/base.py", line 837, in render_node | |
return node.render(context) | |
File "/vagrant/vendor/src/django/django/template/base.py", line 874, in render | |
output = self.filter_expression.resolve(context) | |
File "/vagrant/vendor/src/django/django/template/base.py", line 571, in resolve | |
obj = self.var.resolve(context) | |
File "/vagrant/vendor/src/django/django/template/base.py", line 721, in resolve | |
value = self._resolve_lookup(context) | |
File "/vagrant/vendor/src/django/django/template/base.py", line 772, in _resolve_lookup | |
current = current() | |
File "/vagrant/vendor/src/django-debug-toolbar/debug_toolbar/panels/template.py", line 76, in content | |
if template.origin and template.origin.name: | |
AttributeError: 'Template' object has no attribute 'origin' | |
====================================================================== | |
ERROR: test_profile_view (vagrant.apps.devmo.tests.test_views.ProfileViewsTest) | |
---------------------------------------------------------------------- | |
Traceback (most recent call last): | |
File "/vagrant/vendor/packages/mock/mock.py", line 196, in patched | |
return func(*args, **keywargs) | |
File "/vagrant/apps/devmo/tests/__init__.py", line 53, in test_new | |
test(self) | |
File "/vagrant/apps/devmo/tests/test_views.py", line 82, in test_profile_view | |
r = self.client.get(url, follow=True) | |
File "/vagrant/vendor/src/django/django/test/client.py", line 439, in get | |
response = super(Client, self).get(path, data=data, **extra) | |
File "/vagrant/vendor/src/django/django/test/client.py", line 244, in get | |
return self.request(**r) | |
File "/vagrant/apps/sumo/tests/__init__.py", line 42, in request | |
return super(LocalizingClient, self).request(**request) | |
File "/vagrant/vendor/src/django/django/test/client.py", line 381, in request | |
response = self.handler(environ) | |
File "/vagrant/vendor/src/django/django/test/client.py", line 84, in __call__ | |
response = self.get_response(request) | |
File "/vagrant/vendor/src/django/django/core/handlers/base.py", line 192, in get_response | |
response = self.handle_uncaught_exception(request, resolver, sys.exc_info()) | |
File "/vagrant/vendor/src/django/django/core/handlers/base.py", line 188, in get_response | |
response = middleware_method(request, response) | |
File "/vagrant/vendor/src/django-debug-toolbar/debug_toolbar/middleware.py", line 104, in process_response | |
smart_unicode(self.debug_toolbars[request].render_toolbar() + self.tag)) | |
File "/vagrant/vendor/src/django-debug-toolbar/debug_toolbar/toolbar/loader.py", line 78, in render_toolbar | |
return render_to_string('debug_toolbar/base.html', context) | |
File "/vagrant/vendor/src/django/django/template/loader.py", line 171, in render_to_string | |
return t.render(Context(dictionary)) | |
File "/vagrant/vendor/src/django/django/test/utils.py", line 62, in instrumented_test_render | |
return self.nodelist.render(context) | |
File "/vagrant/vendor/src/django/django/template/base.py", line 823, in render | |
bit = self.render_node(node, context) | |
File "/vagrant/vendor/src/django/django/template/base.py", line 837, in render_node | |
return node.render(context) | |
File "/vagrant/vendor/src/django/django/template/defaulttags.py", line 192, in render | |
nodelist.append(node.render(context)) | |
File "/vagrant/vendor/src/django/django/template/defaulttags.py", line 281, in render | |
return nodelist.render(context) | |
File "/vagrant/vendor/src/django/django/template/base.py", line 823, in render | |
bit = self.render_node(node, context) | |
File "/vagrant/vendor/src/django/django/template/base.py", line 837, in render_node | |
return node.render(context) | |
File "/vagrant/vendor/src/django/django/template/base.py", line 874, in render | |
output = self.filter_expression.resolve(context) | |
File "/vagrant/vendor/src/django/django/template/base.py", line 571, in resolve | |
obj = self.var.resolve(context) | |
File "/vagrant/vendor/src/django/django/template/base.py", line 721, in resolve | |
value = self._resolve_lookup(context) | |
File "/vagrant/vendor/src/django/django/template/base.py", line 772, in _resolve_lookup | |
current = current() | |
File "/vagrant/vendor/src/django-debug-toolbar/debug_toolbar/panels/template.py", line 76, in content | |
if template.origin and template.origin.name: | |
AttributeError: 'Template' object has no attribute 'origin' | |
====================================================================== | |
ERROR: test_login_bad_password (vagrant.apps.users.tests.test_templates.LoginTests) | |
Test login with a good username and bad password. | |
---------------------------------------------------------------------- | |
Traceback (most recent call last): | |
File "/vagrant/apps/users/tests/test_templates.py", line 51, in test_login_bad_password | |
{'username': 'testuser', 'password': 'foobar'}) | |
File "/vagrant/apps/sumo/tests/__init__.py", line 17, in <lambda> | |
post = lambda c, v, data={}, **kw: c.post(reverse(v, **kw), data, follow=True) | |
File "/vagrant/vendor/src/django/django/test/client.py", line 449, in post | |
response = super(Client, self).post(path, data=data, content_type=content_type, **extra) | |
File "/vagrant/vendor/src/django/django/test/client.py", line 262, in post | |
return self.request(**r) | |
File "/vagrant/apps/sumo/tests/__init__.py", line 42, in request | |
return super(LocalizingClient, self).request(**request) | |
File "/vagrant/vendor/src/django/django/test/client.py", line 381, in request | |
response = self.handler(environ) | |
File "/vagrant/vendor/src/django/django/test/client.py", line 84, in __call__ | |
response = self.get_response(request) | |
File "/vagrant/vendor/src/django/django/core/handlers/base.py", line 192, in get_response | |
response = self.handle_uncaught_exception(request, resolver, sys.exc_info()) | |
File "/vagrant/vendor/src/django/django/core/handlers/base.py", line 188, in get_response | |
response = middleware_method(request, response) | |
File "/vagrant/vendor/src/django-debug-toolbar/debug_toolbar/middleware.py", line 104, in process_response | |
smart_unicode(self.debug_toolbars[request].render_toolbar() + self.tag)) | |
File "/vagrant/vendor/src/django-debug-toolbar/debug_toolbar/toolbar/loader.py", line 78, in render_toolbar | |
return render_to_string('debug_toolbar/base.html', context) | |
File "/vagrant/vendor/src/django/django/template/loader.py", line 171, in render_to_string | |
return t.render(Context(dictionary)) | |
File "/vagrant/vendor/src/django/django/test/utils.py", line 62, in instrumented_test_render | |
return self.nodelist.render(context) | |
File "/vagrant/vendor/src/django/django/template/base.py", line 823, in render | |
bit = self.render_node(node, context) | |
File "/vagrant/vendor/src/django/django/template/base.py", line 837, in render_node | |
return node.render(context) | |
File "/vagrant/vendor/src/django/django/template/defaulttags.py", line 192, in render | |
nodelist.append(node.render(context)) | |
File "/vagrant/vendor/src/django/django/template/defaulttags.py", line 281, in render | |
return nodelist.render(context) | |
File "/vagrant/vendor/src/django/django/template/base.py", line 823, in render | |
bit = self.render_node(node, context) | |
File "/vagrant/vendor/src/django/django/template/base.py", line 837, in render_node | |
return node.render(context) | |
File "/vagrant/vendor/src/django/django/template/base.py", line 874, in render | |
output = self.filter_expression.resolve(context) | |
File "/vagrant/vendor/src/django/django/template/base.py", line 571, in resolve | |
obj = self.var.resolve(context) | |
File "/vagrant/vendor/src/django/django/template/base.py", line 721, in resolve | |
value = self._resolve_lookup(context) | |
File "/vagrant/vendor/src/django/django/template/base.py", line 772, in _resolve_lookup | |
current = current() | |
File "/vagrant/vendor/src/django-debug-toolbar/debug_toolbar/panels/template.py", line 76, in content | |
if template.origin and template.origin.name: | |
AttributeError: 'Template' object has no attribute 'origin' | |
====================================================================== | |
ERROR: test_login_bad_username (vagrant.apps.users.tests.test_templates.LoginTests) | |
Test login with a bad username. | |
---------------------------------------------------------------------- | |
Traceback (most recent call last): | |
File "/vagrant/apps/users/tests/test_templates.py", line 60, in test_login_bad_username | |
{'username': 'foobarbizbin', 'password': 'testpass'}) | |
File "/vagrant/apps/sumo/tests/__init__.py", line 17, in <lambda> | |
post = lambda c, v, data={}, **kw: c.post(reverse(v, **kw), data, follow=True) | |
File "/vagrant/vendor/src/django/django/test/client.py", line 449, in post | |
response = super(Client, self).post(path, data=data, content_type=content_type, **extra) | |
File "/vagrant/vendor/src/django/django/test/client.py", line 262, in post | |
return self.request(**r) | |
File "/vagrant/apps/sumo/tests/__init__.py", line 42, in request | |
return super(LocalizingClient, self).request(**request) | |
File "/vagrant/vendor/src/django/django/test/client.py", line 381, in request | |
response = self.handler(environ) | |
File "/vagrant/vendor/src/django/django/test/client.py", line 84, in __call__ | |
response = self.get_response(request) | |
File "/vagrant/vendor/src/django/django/core/handlers/base.py", line 192, in get_response | |
response = self.handle_uncaught_exception(request, resolver, sys.exc_info()) | |
File "/vagrant/vendor/src/django/django/core/handlers/base.py", line 188, in get_response | |
response = middleware_method(request, response) | |
File "/vagrant/vendor/src/django-debug-toolbar/debug_toolbar/middleware.py", line 104, in process_response | |
smart_unicode(self.debug_toolbars[request].render_toolbar() + self.tag)) | |
File "/vagrant/vendor/src/django-debug-toolbar/debug_toolbar/toolbar/loader.py", line 78, in render_toolbar | |
return render_to_string('debug_toolbar/base.html', context) | |
File "/vagrant/vendor/src/django/django/template/loader.py", line 171, in render_to_string | |
return t.render(Context(dictionary)) | |
File "/vagrant/vendor/src/django/django/test/utils.py", line 62, in instrumented_test_render | |
return self.nodelist.render(context) | |
File "/vagrant/vendor/src/django/django/template/base.py", line 823, in render | |
bit = self.render_node(node, context) | |
File "/vagrant/vendor/src/django/django/template/base.py", line 837, in render_node | |
return node.render(context) | |
File "/vagrant/vendor/src/django/django/template/defaulttags.py", line 192, in render | |
nodelist.append(node.render(context)) | |
File "/vagrant/vendor/src/django/django/template/defaulttags.py", line 281, in render | |
return nodelist.render(context) | |
File "/vagrant/vendor/src/django/django/template/base.py", line 823, in render | |
bit = self.render_node(node, context) | |
File "/vagrant/vendor/src/django/django/template/base.py", line 837, in render_node | |
return node.render(context) | |
File "/vagrant/vendor/src/django/django/template/base.py", line 874, in render | |
output = self.filter_expression.resolve(context) | |
File "/vagrant/vendor/src/django/django/template/base.py", line 571, in resolve | |
obj = self.var.resolve(context) | |
File "/vagrant/vendor/src/django/django/template/base.py", line 721, in resolve | |
value = self._resolve_lookup(context) | |
File "/vagrant/vendor/src/django/django/template/base.py", line 772, in _resolve_lookup | |
current = current() | |
File "/vagrant/vendor/src/django-debug-toolbar/debug_toolbar/panels/template.py", line 76, in content | |
if template.origin and template.origin.name: | |
AttributeError: 'Template' object has no attribute 'origin' | |
====================================================================== | |
ERROR: test_login_invalid_next_parameter (vagrant.apps.users.tests.test_templates.LoginTests) | |
---------------------------------------------------------------------- | |
Traceback (most recent call last): | |
File "/vagrant/vendor/packages/mock/mock.py", line 196, in patched | |
return func(*args, **keywargs) | |
File "/vagrant/apps/users/tests/test_templates.py", line 132, in test_login_invalid_next_parameter | |
next=invalid_next)) | |
File "/vagrant/vendor/src/django/django/test/client.py", line 439, in get | |
response = super(Client, self).get(path, data=data, **extra) | |
File "/vagrant/vendor/src/django/django/test/client.py", line 244, in get | |
return self.request(**r) | |
File "/vagrant/apps/sumo/tests/__init__.py", line 42, in request | |
return super(LocalizingClient, self).request(**request) | |
File "/vagrant/vendor/src/django/django/test/client.py", line 381, in request | |
response = self.handler(environ) | |
File "/vagrant/vendor/src/django/django/test/client.py", line 84, in __call__ | |
response = self.get_response(request) | |
File "/vagrant/vendor/src/django/django/core/handlers/base.py", line 192, in get_response | |
response = self.handle_uncaught_exception(request, resolver, sys.exc_info()) | |
File "/vagrant/vendor/src/django/django/core/handlers/base.py", line 188, in get_response | |
response = middleware_method(request, response) | |
File "/vagrant/vendor/src/django-debug-toolbar/debug_toolbar/middleware.py", line 104, in process_response | |
smart_unicode(self.debug_toolbars[request].render_toolbar() + self.tag)) | |
File "/vagrant/vendor/src/django-debug-toolbar/debug_toolbar/toolbar/loader.py", line 78, in render_toolbar | |
return render_to_string('debug_toolbar/base.html', context) | |
File "/vagrant/vendor/src/django/django/template/loader.py", line 171, in render_to_string | |
return t.render(Context(dictionary)) | |
File "/vagrant/vendor/src/django/django/test/utils.py", line 62, in instrumented_test_render | |
return self.nodelist.render(context) | |
File "/vagrant/vendor/src/django/django/template/base.py", line 823, in render | |
bit = self.render_node(node, context) | |
File "/vagrant/vendor/src/django/django/template/base.py", line 837, in render_node | |
return node.render(context) | |
File "/vagrant/vendor/src/django/django/template/defaulttags.py", line 192, in render | |
nodelist.append(node.render(context)) | |
File "/vagrant/vendor/src/django/django/template/defaulttags.py", line 281, in render | |
return nodelist.render(context) | |
File "/vagrant/vendor/src/django/django/template/base.py", line 823, in render | |
bit = self.render_node(node, context) | |
File "/vagrant/vendor/src/django/django/template/base.py", line 837, in render_node | |
return node.render(context) | |
File "/vagrant/vendor/src/django/django/template/base.py", line 874, in render | |
output = self.filter_expression.resolve(context) | |
File "/vagrant/vendor/src/django/django/template/base.py", line 571, in resolve | |
obj = self.var.resolve(context) | |
File "/vagrant/vendor/src/django/django/template/base.py", line 721, in resolve | |
value = self._resolve_lookup(context) | |
File "/vagrant/vendor/src/django/django/template/base.py", line 772, in _resolve_lookup | |
current = current() | |
File "/vagrant/vendor/src/django-debug-toolbar/debug_toolbar/panels/template.py", line 76, in content | |
if template.origin and template.origin.name: | |
AttributeError: 'Template' object has no attribute 'origin' | |
====================================================================== | |
ERROR: test_login_next_parameter (vagrant.apps.users.tests.test_templates.LoginTests) | |
Test with a valid ?next=url parameter. | |
---------------------------------------------------------------------- | |
Traceback (most recent call last): | |
File "/vagrant/apps/users/tests/test_templates.py", line 82, in test_login_next_parameter | |
next=next)) | |
File "/vagrant/vendor/src/django/django/test/client.py", line 439, in get | |
response = super(Client, self).get(path, data=data, **extra) | |
File "/vagrant/vendor/src/django/django/test/client.py", line 244, in get | |
return self.request(**r) | |
File "/vagrant/apps/sumo/tests/__init__.py", line 42, in request | |
return super(LocalizingClient, self).request(**request) | |
File "/vagrant/vendor/src/django/django/test/client.py", line 381, in request | |
response = self.handler(environ) | |
File "/vagrant/vendor/src/django/django/test/client.py", line 84, in __call__ | |
response = self.get_response(request) | |
File "/vagrant/vendor/src/django/django/core/handlers/base.py", line 192, in get_response | |
response = self.handle_uncaught_exception(request, resolver, sys.exc_info()) | |
File "/vagrant/vendor/src/django/django/core/handlers/base.py", line 188, in get_response | |
response = middleware_method(request, response) | |
File "/vagrant/vendor/src/django-debug-toolbar/debug_toolbar/middleware.py", line 104, in process_response | |
smart_unicode(self.debug_toolbars[request].render_toolbar() + self.tag)) | |
File "/vagrant/vendor/src/django-debug-toolbar/debug_toolbar/toolbar/loader.py", line 78, in render_toolbar | |
return render_to_string('debug_toolbar/base.html', context) | |
File "/vagrant/vendor/src/django/django/template/loader.py", line 171, in render_to_string | |
return t.render(Context(dictionary)) | |
File "/vagrant/vendor/src/django/django/test/utils.py", line 62, in instrumented_test_render | |
return self.nodelist.render(context) | |
File "/vagrant/vendor/src/django/django/template/base.py", line 823, in render | |
bit = self.render_node(node, context) | |
File "/vagrant/vendor/src/django/django/template/base.py", line 837, in render_node | |
return node.render(context) | |
File "/vagrant/vendor/src/django/django/template/defaulttags.py", line 192, in render | |
nodelist.append(node.render(context)) | |
File "/vagrant/vendor/src/django/django/template/defaulttags.py", line 281, in render | |
return nodelist.render(context) | |
File "/vagrant/vendor/src/django/django/template/base.py", line 823, in render | |
bit = self.render_node(node, context) | |
File "/vagrant/vendor/src/django/django/template/base.py", line 837, in render_node | |
return node.render(context) | |
File "/vagrant/vendor/src/django/django/template/base.py", line 874, in render | |
output = self.filter_expression.resolve(context) | |
File "/vagrant/vendor/src/django/django/template/base.py", line 571, in resolve | |
obj = self.var.resolve(context) | |
File "/vagrant/vendor/src/django/django/template/base.py", line 721, in resolve | |
value = self._resolve_lookup(context) | |
File "/vagrant/vendor/src/django/django/template/base.py", line 772, in _resolve_lookup | |
current = current() | |
File "/vagrant/vendor/src/django-debug-toolbar/debug_toolbar/panels/template.py", line 76, in content | |
if template.origin and template.origin.name: | |
AttributeError: 'Template' object has no attribute 'origin' | |
====================================================================== | |
ERROR: test_login_next_parameter_in_forms (vagrant.apps.users.tests.test_templates.LoginTests) | |
Test with a valid ?next=url parameter. | |
---------------------------------------------------------------------- | |
Traceback (most recent call last): | |
File "/vagrant/apps/users/tests/test_templates.py", line 99, in test_login_next_parameter_in_forms | |
response = self.client.get(urlparams(reverse('demos_submit'))) | |
File "/vagrant/vendor/src/django/django/test/client.py", line 439, in get | |
response = super(Client, self).get(path, data=data, **extra) | |
File "/vagrant/vendor/src/django/django/test/client.py", line 244, in get | |
return self.request(**r) | |
File "/vagrant/apps/sumo/tests/__init__.py", line 42, in request | |
return super(LocalizingClient, self).request(**request) | |
File "/vagrant/vendor/src/django/django/test/client.py", line 381, in request | |
response = self.handler(environ) | |
File "/vagrant/vendor/src/django/django/test/client.py", line 84, in __call__ | |
response = self.get_response(request) | |
File "/vagrant/vendor/src/django/django/core/handlers/base.py", line 192, in get_response | |
response = self.handle_uncaught_exception(request, resolver, sys.exc_info()) | |
File "/vagrant/vendor/src/django/django/core/handlers/base.py", line 188, in get_response | |
response = middleware_method(request, response) | |
File "/vagrant/vendor/src/django-debug-toolbar/debug_toolbar/middleware.py", line 104, in process_response | |
smart_unicode(self.debug_toolbars[request].render_toolbar() + self.tag)) | |
File "/vagrant/vendor/src/django-debug-toolbar/debug_toolbar/toolbar/loader.py", line 78, in render_toolbar | |
return render_to_string('debug_toolbar/base.html', context) | |
File "/vagrant/vendor/src/django/django/template/loader.py", line 171, in render_to_string | |
return t.render(Context(dictionary)) | |
File "/vagrant/vendor/src/django/django/test/utils.py", line 62, in instrumented_test_render | |
return self.nodelist.render(context) | |
File "/vagrant/vendor/src/django/django/template/base.py", line 823, in render | |
bit = self.render_node(node, context) | |
File "/vagrant/vendor/src/django/django/template/base.py", line 837, in render_node | |
return node.render(context) | |
File "/vagrant/vendor/src/django/django/template/defaulttags.py", line 192, in render | |
nodelist.append(node.render(context)) | |
File "/vagrant/vendor/src/django/django/template/defaulttags.py", line 281, in render | |
return nodelist.render(context) | |
File "/vagrant/vendor/src/django/django/template/base.py", line 823, in render | |
bit = self.render_node(node, context) | |
File "/vagrant/vendor/src/django/django/template/base.py", line 837, in render_node | |
return node.render(context) | |
File "/vagrant/vendor/src/django/django/template/base.py", line 874, in render | |
output = self.filter_expression.resolve(context) | |
File "/vagrant/vendor/src/django/django/template/base.py", line 571, in resolve | |
obj = self.var.resolve(context) | |
File "/vagrant/vendor/src/django/django/template/base.py", line 721, in resolve | |
value = self._resolve_lookup(context) | |
File "/vagrant/vendor/src/django/django/template/base.py", line 772, in _resolve_lookup | |
current = current() | |
File "/vagrant/vendor/src/django-debug-toolbar/debug_toolbar/panels/template.py", line 76, in content | |
if template.origin and template.origin.name: | |
AttributeError: 'Template' object has no attribute 'origin' | |
====================================================================== | |
ERROR: test_bad_reset_url (vagrant.apps.users.tests.test_templates.PasswordReset) | |
---------------------------------------------------------------------- | |
Traceback (most recent call last): | |
File "/vagrant/apps/users/tests/test_templates.py", line 277, in test_bad_reset_url | |
args=[self.uidb36, '12-345'])) | |
File "/vagrant/vendor/src/django/django/test/client.py", line 439, in get | |
response = super(Client, self).get(path, data=data, **extra) | |
File "/vagrant/vendor/src/django/django/test/client.py", line 244, in get | |
return self.request(**r) | |
File "/vagrant/apps/sumo/tests/__init__.py", line 42, in request | |
return super(LocalizingClient, self).request(**request) | |
File "/vagrant/vendor/src/django/django/test/client.py", line 381, in request | |
response = self.handler(environ) | |
File "/vagrant/vendor/src/django/django/test/client.py", line 84, in __call__ | |
response = self.get_response(request) | |
File "/vagrant/vendor/src/django/django/core/handlers/base.py", line 192, in get_response | |
response = self.handle_uncaught_exception(request, resolver, sys.exc_info()) | |
File "/vagrant/vendor/src/django/django/core/handlers/base.py", line 188, in get_response | |
response = middleware_method(request, response) | |
File "/vagrant/vendor/src/django-debug-toolbar/debug_toolbar/middleware.py", line 104, in process_response | |
smart_unicode(self.debug_toolbars[request].render_toolbar() + self.tag)) | |
File "/vagrant/vendor/src/django-debug-toolbar/debug_toolbar/toolbar/loader.py", line 78, in render_toolbar | |
return render_to_string('debug_toolbar/base.html', context) | |
File "/vagrant/vendor/src/django/django/template/loader.py", line 171, in render_to_string | |
return t.render(Context(dictionary)) | |
File "/vagrant/vendor/src/django/django/test/utils.py", line 62, in instrumented_test_render | |
return self.nodelist.render(context) | |
File "/vagrant/vendor/src/django/django/template/base.py", line 823, in render | |
bit = self.render_node(node, context) | |
File "/vagrant/vendor/src/django/django/template/base.py", line 837, in render_node | |
return node.render(context) | |
File "/vagrant/vendor/src/django/django/template/defaulttags.py", line 192, in render | |
nodelist.append(node.render(context)) | |
File "/vagrant/vendor/src/django/django/template/defaulttags.py", line 281, in render | |
return nodelist.render(context) | |
File "/vagrant/vendor/src/django/django/template/base.py", line 823, in render | |
bit = self.render_node(node, context) | |
File "/vagrant/vendor/src/django/django/template/base.py", line 837, in render_node | |
return node.render(context) | |
File "/vagrant/vendor/src/django/django/template/base.py", line 874, in render | |
output = self.filter_expression.resolve(context) | |
File "/vagrant/vendor/src/django/django/template/base.py", line 571, in resolve | |
obj = self.var.resolve(context) | |
File "/vagrant/vendor/src/django/django/template/base.py", line 721, in resolve | |
value = self._resolve_lookup(context) | |
File "/vagrant/vendor/src/django/django/template/base.py", line 772, in _resolve_lookup | |
current = current() | |
File "/vagrant/vendor/src/django-debug-toolbar/debug_toolbar/panels/template.py", line 76, in content | |
if template.origin and template.origin.name: | |
AttributeError: 'Template' object has no attribute 'origin' | |
-------------------- >> begin captured logging << -------------------- | |
django.request: WARNING: Not Found: /en-US/users/pwreset/junk/ | |
--------------------- >> end captured logging << --------------------- | |
====================================================================== | |
ERROR: test_reset_fail (vagrant.apps.users.tests.test_templates.PasswordReset) | |
---------------------------------------------------------------------- | |
Traceback (most recent call last): | |
File "/vagrant/apps/users/tests/test_templates.py", line 284, in test_reset_fail | |
r = self.client.post(url, {'new_password1': '', 'new_password2': ''}) | |
File "/vagrant/vendor/src/django/django/test/client.py", line 449, in post | |
response = super(Client, self).post(path, data=data, content_type=content_type, **extra) | |
File "/vagrant/vendor/src/django/django/test/client.py", line 262, in post | |
return self.request(**r) | |
File "/vagrant/apps/sumo/tests/__init__.py", line 42, in request | |
return super(LocalizingClient, self).request(**request) | |
File "/vagrant/vendor/src/django/django/test/client.py", line 381, in request | |
response = self.handler(environ) | |
File "/vagrant/vendor/src/django/django/test/client.py", line 84, in __call__ | |
response = self.get_response(request) | |
File "/vagrant/vendor/src/django/django/core/handlers/base.py", line 192, in get_response | |
response = self.handle_uncaught_exception(request, resolver, sys.exc_info()) | |
File "/vagrant/vendor/src/django/django/core/handlers/base.py", line 188, in get_response | |
response = middleware_method(request, response) | |
File "/vagrant/vendor/src/django-debug-toolbar/debug_toolbar/middleware.py", line 104, in process_response | |
smart_unicode(self.debug_toolbars[request].render_toolbar() + self.tag)) | |
File "/vagrant/vendor/src/django-debug-toolbar/debug_toolbar/toolbar/loader.py", line 78, in render_toolbar | |
return render_to_string('debug_toolbar/base.html', context) | |
File "/vagrant/vendor/src/django/django/template/loader.py", line 171, in render_to_string | |
return t.render(Context(dictionary)) | |
File "/vagrant/vendor/src/django/django/test/utils.py", line 62, in instrumented_test_render | |
return self.nodelist.render(context) | |
File "/vagrant/vendor/src/django/django/template/base.py", line 823, in render | |
bit = self.render_node(node, context) | |
File "/vagrant/vendor/src/django/django/template/base.py", line 837, in render_node | |
return node.render(context) | |
File "/vagrant/vendor/src/django/django/template/defaulttags.py", line 192, in render | |
nodelist.append(node.render(context)) | |
File "/vagrant/vendor/src/django/django/template/defaulttags.py", line 281, in render | |
return nodelist.render(context) | |
File "/vagrant/vendor/src/django/django/template/base.py", line 823, in render | |
bit = self.render_node(node, context) | |
File "/vagrant/vendor/src/django/django/template/base.py", line 837, in render_node | |
return node.render(context) | |
File "/vagrant/vendor/src/django/django/template/base.py", line 874, in render | |
output = self.filter_expression.resolve(context) | |
File "/vagrant/vendor/src/django/django/template/base.py", line 571, in resolve | |
obj = self.var.resolve(context) | |
File "/vagrant/vendor/src/django/django/template/base.py", line 721, in resolve | |
value = self._resolve_lookup(context) | |
File "/vagrant/vendor/src/django/django/template/base.py", line 772, in _resolve_lookup | |
current = current() | |
File "/vagrant/vendor/src/django-debug-toolbar/debug_toolbar/panels/template.py", line 76, in content | |
if template.origin and template.origin.name: | |
AttributeError: 'Template' object has no attribute 'origin' | |
====================================================================== | |
ERROR: test_explain_popup (vagrant.apps.users.tests.test_views.BrowserIDTestCase) | |
---------------------------------------------------------------------- | |
Traceback (most recent call last): | |
File "/vagrant/vendor/packages/mock/mock.py", line 196, in patched | |
return func(*args, **keywargs) | |
File "/vagrant/apps/dekicompat/tests.py", line 107, in test_new | |
test(self) | |
File "/vagrant/vendor/packages/mock/mock.py", line 196, in patched | |
return func(*args, **keywargs) | |
File "/vagrant/apps/dekicompat/tests.py", line 80, in test_new | |
test(self) | |
File "/vagrant/vendor/packages/mock/mock.py", line 196, in patched | |
return func(*args, **keywargs) | |
File "/vagrant/apps/dekicompat/tests.py", line 141, in test_new | |
test(self) | |
File "/vagrant/vendor/packages/mock/mock.py", line 196, in patched | |
return func(*args, **keywargs) | |
File "/vagrant/apps/users/tests/test_views.py", line 624, in test_explain_popup | |
resp = self.client.get(reverse('home', locale='en-US')) | |
File "/vagrant/vendor/src/django/django/test/client.py", line 439, in get | |
response = super(Client, self).get(path, data=data, **extra) | |
File "/vagrant/vendor/src/django/django/test/client.py", line 244, in get | |
return self.request(**r) | |
File "/vagrant/apps/sumo/tests/__init__.py", line 42, in request | |
return super(LocalizingClient, self).request(**request) | |
File "/vagrant/vendor/src/django/django/test/client.py", line 381, in request | |
response = self.handler(environ) | |
File "/vagrant/vendor/src/django/django/test/client.py", line 84, in __call__ | |
response = self.get_response(request) | |
File "/vagrant/vendor/src/django/django/core/handlers/base.py", line 192, in get_response | |
response = self.handle_uncaught_exception(request, resolver, sys.exc_info()) | |
File "/vagrant/vendor/src/django/django/core/handlers/base.py", line 188, in get_response | |
response = middleware_method(request, response) | |
File "/vagrant/vendor/src/django-debug-toolbar/debug_toolbar/middleware.py", line 104, in process_response | |
smart_unicode(self.debug_toolbars[request].render_toolbar() + self.tag)) | |
File "/vagrant/vendor/src/django-debug-toolbar/debug_toolbar/toolbar/loader.py", line 78, in render_toolbar | |
return render_to_string('debug_toolbar/base.html', context) | |
File "/vagrant/vendor/src/django/django/template/loader.py", line 171, in render_to_string | |
return t.render(Context(dictionary)) | |
File "/vagrant/vendor/src/django/django/test/utils.py", line 62, in instrumented_test_render | |
return self.nodelist.render(context) | |
File "/vagrant/vendor/src/django/django/template/base.py", line 823, in render | |
bit = self.render_node(node, context) | |
File "/vagrant/vendor/src/django/django/template/base.py", line 837, in render_node | |
return node.render(context) | |
File "/vagrant/vendor/src/django/django/template/defaulttags.py", line 192, in render | |
nodelist.append(node.render(context)) | |
File "/vagrant/vendor/src/django/django/template/defaulttags.py", line 281, in render | |
return nodelist.render(context) | |
File "/vagrant/vendor/src/django/django/template/base.py", line 823, in render | |
bit = self.render_node(node, context) | |
File "/vagrant/vendor/src/django/django/template/base.py", line 837, in render_node | |
return node.render(context) | |
File "/vagrant/vendor/src/django/django/template/base.py", line 874, in render | |
output = self.filter_expression.resolve(context) | |
File "/vagrant/vendor/src/django/django/template/base.py", line 571, in resolve | |
obj = self.var.resolve(context) | |
File "/vagrant/vendor/src/django/django/template/base.py", line 721, in resolve | |
value = self._resolve_lookup(context) | |
File "/vagrant/vendor/src/django/django/template/base.py", line 772, in _resolve_lookup | |
current = current() | |
File "/vagrant/vendor/src/django-debug-toolbar/debug_toolbar/panels/template.py", line 76, in content | |
if template.origin and template.origin.name: | |
AttributeError: 'Template' object has no attribute 'origin' | |
-------------------- >> begin captured logging << -------------------- | |
caching: WARNING: [] cannot be cached. | |
--------------------- >> end captured logging << --------------------- | |
====================================================================== | |
ERROR: test_valid_assertion_changing_email (vagrant.apps.users.tests.test_views.BrowserIDTestCase) | |
---------------------------------------------------------------------- | |
Traceback (most recent call last): | |
File "/vagrant/vendor/packages/mock/mock.py", line 196, in patched | |
return func(*args, **keywargs) | |
File "/vagrant/apps/dekicompat/tests.py", line 107, in test_new | |
test(self) | |
File "/vagrant/vendor/packages/mock/mock.py", line 196, in patched | |
return func(*args, **keywargs) | |
File "/vagrant/apps/dekicompat/tests.py", line 80, in test_new | |
test(self) | |
File "/vagrant/vendor/packages/mock/mock.py", line 196, in patched | |
return func(*args, **keywargs) | |
File "/vagrant/apps/dekicompat/tests.py", line 141, in test_new | |
test(self) | |
File "/vagrant/vendor/packages/mock/mock.py", line 196, in patched | |
return func(*args, **keywargs) | |
File "/vagrant/apps/users/tests/test_views.py", line 956, in test_valid_assertion_changing_email | |
args=['testuser', ])) | |
File "/vagrant/vendor/src/django/django/test/client.py", line 439, in get | |
response = super(Client, self).get(path, data=data, **extra) | |
File "/vagrant/vendor/src/django/django/test/client.py", line 244, in get | |
return self.request(**r) | |
File "/vagrant/apps/sumo/tests/__init__.py", line 42, in request | |
return super(LocalizingClient, self).request(**request) | |
File "/vagrant/vendor/src/django/django/test/client.py", line 381, in request | |
response = self.handler(environ) | |
File "/vagrant/vendor/src/django/django/test/client.py", line 84, in __call__ | |
response = self.get_response(request) | |
File "/vagrant/vendor/src/django/django/core/handlers/base.py", line 192, in get_response | |
response = self.handle_uncaught_exception(request, resolver, sys.exc_info()) | |
File "/vagrant/vendor/src/django/django/core/handlers/base.py", line 188, in get_response | |
response = middleware_method(request, response) | |
File "/vagrant/vendor/src/django-debug-toolbar/debug_toolbar/middleware.py", line 104, in process_response | |
smart_unicode(self.debug_toolbars[request].render_toolbar() + self.tag)) | |
File "/vagrant/vendor/src/django-debug-toolbar/debug_toolbar/toolbar/loader.py", line 78, in render_toolbar | |
return render_to_string('debug_toolbar/base.html', context) | |
File "/vagrant/vendor/src/django/django/template/loader.py", line 171, in render_to_string | |
return t.render(Context(dictionary)) | |
File "/vagrant/vendor/src/django/django/test/utils.py", line 62, in instrumented_test_render | |
return self.nodelist.render(context) | |
File "/vagrant/vendor/src/django/django/template/base.py", line 823, in render | |
bit = self.render_node(node, context) | |
File "/vagrant/vendor/src/django/django/template/base.py", line 837, in render_node | |
return node.render(context) | |
File "/vagrant/vendor/src/django/django/template/defaulttags.py", line 192, in render | |
nodelist.append(node.render(context)) | |
File "/vagrant/vendor/src/django/django/template/defaulttags.py", line 281, in render | |
return nodelist.render(context) | |
File "/vagrant/vendor/src/django/django/template/base.py", line 823, in render | |
bit = self.render_node(node, context) | |
File "/vagrant/vendor/src/django/django/template/base.py", line 837, in render_node | |
return node.render(context) | |
File "/vagrant/vendor/src/django/django/template/base.py", line 874, in render | |
output = self.filter_expression.resolve(context) | |
File "/vagrant/vendor/src/django/django/template/base.py", line 571, in resolve | |
obj = self.var.resolve(context) | |
File "/vagrant/vendor/src/django/django/template/base.py", line 721, in resolve | |
value = self._resolve_lookup(context) | |
File "/vagrant/vendor/src/django/django/template/base.py", line 772, in _resolve_lookup | |
current = current() | |
File "/vagrant/vendor/src/django-debug-toolbar/debug_toolbar/panels/template.py", line 76, in content | |
if template.origin and template.origin.name: | |
AttributeError: 'Template' object has no attribute 'origin' | |
====================================================================== | |
ERROR: test_valid_assertion_doesnt_steal_email (vagrant.apps.users.tests.test_views.BrowserIDTestCase) | |
---------------------------------------------------------------------- | |
Traceback (most recent call last): | |
File "/vagrant/vendor/packages/mock/mock.py", line 196, in patched | |
return func(*args, **keywargs) | |
File "/vagrant/apps/dekicompat/tests.py", line 107, in test_new | |
test(self) | |
File "/vagrant/vendor/packages/mock/mock.py", line 196, in patched | |
return func(*args, **keywargs) | |
File "/vagrant/apps/dekicompat/tests.py", line 80, in test_new | |
test(self) | |
File "/vagrant/vendor/packages/mock/mock.py", line 196, in patched | |
return func(*args, **keywargs) | |
File "/vagrant/apps/dekicompat/tests.py", line 141, in test_new | |
test(self) | |
File "/vagrant/vendor/packages/mock/mock.py", line 196, in patched | |
return func(*args, **keywargs) | |
File "/vagrant/apps/users/tests/test_views.py", line 979, in test_valid_assertion_doesnt_steal_email | |
args=['testuser', ])) | |
File "/vagrant/vendor/src/django/django/test/client.py", line 439, in get | |
response = super(Client, self).get(path, data=data, **extra) | |
File "/vagrant/vendor/src/django/django/test/client.py", line 244, in get | |
return self.request(**r) | |
File "/vagrant/apps/sumo/tests/__init__.py", line 42, in request | |
return super(LocalizingClient, self).request(**request) | |
File "/vagrant/vendor/src/django/django/test/client.py", line 381, in request | |
response = self.handler(environ) | |
File "/vagrant/vendor/src/django/django/test/client.py", line 84, in __call__ | |
response = self.get_response(request) | |
File "/vagrant/vendor/src/django/django/core/handlers/base.py", line 192, in get_response | |
response = self.handle_uncaught_exception(request, resolver, sys.exc_info()) | |
File "/vagrant/vendor/src/django/django/core/handlers/base.py", line 188, in get_response | |
response = middleware_method(request, response) | |
File "/vagrant/vendor/src/django-debug-toolbar/debug_toolbar/middleware.py", line 104, in process_response | |
smart_unicode(self.debug_toolbars[request].render_toolbar() + self.tag)) | |
File "/vagrant/vendor/src/django-debug-toolbar/debug_toolbar/toolbar/loader.py", line 78, in render_toolbar | |
return render_to_string('debug_toolbar/base.html', context) | |
File "/vagrant/vendor/src/django/django/template/loader.py", line 171, in render_to_string | |
return t.render(Context(dictionary)) | |
File "/vagrant/vendor/src/django/django/test/utils.py", line 62, in instrumented_test_render | |
return self.nodelist.render(context) | |
File "/vagrant/vendor/src/django/django/template/base.py", line 823, in render | |
bit = self.render_node(node, context) | |
File "/vagrant/vendor/src/django/django/template/base.py", line 837, in render_node | |
return node.render(context) | |
File "/vagrant/vendor/src/django/django/template/defaulttags.py", line 192, in render | |
nodelist.append(node.render(context)) | |
File "/vagrant/vendor/src/django/django/template/defaulttags.py", line 281, in render | |
return nodelist.render(context) | |
File "/vagrant/vendor/src/django/django/template/base.py", line 823, in render | |
bit = self.render_node(node, context) | |
File "/vagrant/vendor/src/django/django/template/base.py", line 837, in render_node | |
return node.render(context) | |
File "/vagrant/vendor/src/django/django/template/base.py", line 874, in render | |
output = self.filter_expression.resolve(context) | |
File "/vagrant/vendor/src/django/django/template/base.py", line 571, in resolve | |
obj = self.var.resolve(context) | |
File "/vagrant/vendor/src/django/django/template/base.py", line 721, in resolve | |
value = self._resolve_lookup(context) | |
File "/vagrant/vendor/src/django/django/template/base.py", line 772, in _resolve_lookup | |
current = current() | |
File "/vagrant/vendor/src/django-debug-toolbar/debug_toolbar/panels/template.py", line 76, in content | |
if template.origin and template.origin.name: | |
AttributeError: 'Template' object has no attribute 'origin' | |
====================================================================== | |
ERROR: test_valid_assertion_with_existing_account_login (vagrant.apps.users.tests.test_views.BrowserIDTestCase) | |
---------------------------------------------------------------------- | |
Traceback (most recent call last): | |
File "/vagrant/vendor/packages/mock/mock.py", line 196, in patched | |
return func(*args, **keywargs) | |
File "/vagrant/apps/dekicompat/tests.py", line 119, in test_new | |
test(self) | |
File "/vagrant/vendor/packages/mock/mock.py", line 196, in patched | |
return func(*args, **keywargs) | |
File "/vagrant/apps/dekicompat/tests.py", line 47, in test_new | |
test(self) | |
File "/vagrant/vendor/packages/mock/mock.py", line 196, in patched | |
return func(*args, **keywargs) | |
File "/vagrant/apps/dekicompat/tests.py", line 80, in test_new | |
test(self) | |
File "/vagrant/vendor/packages/mock/mock.py", line 196, in patched | |
return func(*args, **keywargs) | |
File "/vagrant/apps/dekicompat/tests.py", line 141, in test_new | |
test(self) | |
File "/vagrant/vendor/packages/mock/mock.py", line 196, in patched | |
return func(*args, **keywargs) | |
File "/vagrant/apps/dekicompat/tests.py", line 93, in test_new | |
test(self) | |
File "/vagrant/vendor/packages/mock/mock.py", line 196, in patched | |
return func(*args, **keywargs) | |
File "/vagrant/apps/users/tests/test_views.py", line 901, in test_valid_assertion_with_existing_account_login | |
resp = self.client.get(redir_url) | |
File "/vagrant/vendor/src/django/django/test/client.py", line 439, in get | |
response = super(Client, self).get(path, data=data, **extra) | |
File "/vagrant/vendor/src/django/django/test/client.py", line 244, in get | |
return self.request(**r) | |
File "/vagrant/apps/sumo/tests/__init__.py", line 42, in request | |
return super(LocalizingClient, self).request(**request) | |
File "/vagrant/vendor/src/django/django/test/client.py", line 381, in request | |
response = self.handler(environ) | |
File "/vagrant/vendor/src/django/django/test/client.py", line 84, in __call__ | |
response = self.get_response(request) | |
File "/vagrant/vendor/src/django/django/core/handlers/base.py", line 192, in get_response | |
response = self.handle_uncaught_exception(request, resolver, sys.exc_info()) | |
File "/vagrant/vendor/src/django/django/core/handlers/base.py", line 188, in get_response | |
response = middleware_method(request, response) | |
File "/vagrant/vendor/src/django-debug-toolbar/debug_toolbar/middleware.py", line 104, in process_response | |
smart_unicode(self.debug_toolbars[request].render_toolbar() + self.tag)) | |
File "/vagrant/vendor/src/django-debug-toolbar/debug_toolbar/toolbar/loader.py", line 78, in render_toolbar | |
return render_to_string('debug_toolbar/base.html', context) | |
File "/vagrant/vendor/src/django/django/template/loader.py", line 171, in render_to_string | |
return t.render(Context(dictionary)) | |
File "/vagrant/vendor/src/django/django/test/utils.py", line 62, in instrumented_test_render | |
return self.nodelist.render(context) | |
File "/vagrant/vendor/src/django/django/template/base.py", line 823, in render | |
bit = self.render_node(node, context) | |
File "/vagrant/vendor/src/django/django/template/base.py", line 837, in render_node | |
return node.render(context) | |
File "/vagrant/vendor/src/django/django/template/defaulttags.py", line 192, in render | |
nodelist.append(node.render(context)) | |
File "/vagrant/vendor/src/django/django/template/defaulttags.py", line 281, in render | |
return nodelist.render(context) | |
File "/vagrant/vendor/src/django/django/template/base.py", line 823, in render | |
bit = self.render_node(node, context) | |
File "/vagrant/vendor/src/django/django/template/base.py", line 837, in render_node | |
return node.render(context) | |
File "/vagrant/vendor/src/django/django/template/base.py", line 874, in render | |
output = self.filter_expression.resolve(context) | |
File "/vagrant/vendor/src/django/django/template/base.py", line 571, in resolve | |
obj = self.var.resolve(context) | |
File "/vagrant/vendor/src/django/django/template/base.py", line 721, in resolve | |
value = self._resolve_lookup(context) | |
File "/vagrant/vendor/src/django/django/template/base.py", line 772, in _resolve_lookup | |
current = current() | |
File "/vagrant/vendor/src/django-debug-toolbar/debug_toolbar/panels/template.py", line 76, in content | |
if template.origin and template.origin.name: | |
AttributeError: 'Template' object has no attribute 'origin' | |
====================================================================== | |
ERROR: test_valid_assertion_with_new_account_creation (vagrant.apps.users.tests.test_views.BrowserIDTestCase) | |
---------------------------------------------------------------------- | |
Traceback (most recent call last): | |
File "/vagrant/vendor/packages/mock/mock.py", line 196, in patched | |
return func(*args, **keywargs) | |
File "/vagrant/apps/dekicompat/tests.py", line 119, in test_new | |
test(self) | |
File "/vagrant/vendor/packages/mock/mock.py", line 196, in patched | |
return func(*args, **keywargs) | |
File "/vagrant/apps/dekicompat/tests.py", line 130, in test_new | |
test(self) | |
File "/vagrant/vendor/packages/mock/mock.py", line 196, in patched | |
return func(*args, **keywargs) | |
File "/vagrant/apps/dekicompat/tests.py", line 47, in test_new | |
test(self) | |
File "/vagrant/vendor/packages/mock/mock.py", line 196, in patched | |
return func(*args, **keywargs) | |
File "/vagrant/apps/dekicompat/tests.py", line 80, in test_new | |
test(self) | |
File "/vagrant/vendor/packages/mock/mock.py", line 196, in patched | |
return func(*args, **keywargs) | |
File "/vagrant/apps/dekicompat/tests.py", line 141, in test_new | |
test(self) | |
File "/vagrant/vendor/packages/mock/mock.py", line 196, in patched | |
return func(*args, **keywargs) | |
File "/vagrant/apps/users/tests/test_views.py", line 773, in test_valid_assertion_with_new_account_creation | |
resp = self.client.get(redir_url) | |
File "/vagrant/vendor/src/django/django/test/client.py", line 439, in get | |
response = super(Client, self).get(path, data=data, **extra) | |
File "/vagrant/vendor/src/django/django/test/client.py", line 244, in get | |
return self.request(**r) | |
File "/vagrant/apps/sumo/tests/__init__.py", line 42, in request | |
return super(LocalizingClient, self).request(**request) | |
File "/vagrant/vendor/src/django/django/test/client.py", line 381, in request | |
response = self.handler(environ) | |
File "/vagrant/vendor/src/django/django/test/client.py", line 84, in __call__ | |
response = self.get_response(request) | |
File "/vagrant/vendor/src/django/django/core/handlers/base.py", line 192, in get_response | |
response = self.handle_uncaught_exception(request, resolver, sys.exc_info()) | |
File "/vagrant/vendor/src/django/django/core/handlers/base.py", line 188, in get_response | |
response = middleware_method(request, response) | |
File "/vagrant/vendor/src/django-debug-toolbar/debug_toolbar/middleware.py", line 104, in process_response | |
smart_unicode(self.debug_toolbars[request].render_toolbar() + self.tag)) | |
File "/vagrant/vendor/src/django-debug-toolbar/debug_toolbar/toolbar/loader.py", line 78, in render_toolbar | |
return render_to_string('debug_toolbar/base.html', context) | |
File "/vagrant/vendor/src/django/django/template/loader.py", line 171, in render_to_string | |
return t.render(Context(dictionary)) | |
File "/vagrant/vendor/src/django/django/test/utils.py", line 62, in instrumented_test_render | |
return self.nodelist.render(context) | |
File "/vagrant/vendor/src/django/django/template/base.py", line 823, in render | |
bit = self.render_node(node, context) | |
File "/vagrant/vendor/src/django/django/template/base.py", line 837, in render_node | |
return node.render(context) | |
File "/vagrant/vendor/src/django/django/template/defaulttags.py", line 192, in render | |
nodelist.append(node.render(context)) | |
File "/vagrant/vendor/src/django/django/template/defaulttags.py", line 281, in render | |
return nodelist.render(context) | |
File "/vagrant/vendor/src/django/django/template/base.py", line 823, in render | |
bit = self.render_node(node, context) | |
File "/vagrant/vendor/src/django/django/template/base.py", line 837, in render_node | |
return node.render(context) | |
File "/vagrant/vendor/src/django/django/template/base.py", line 874, in render | |
output = self.filter_expression.resolve(context) | |
File "/vagrant/vendor/src/django/django/template/base.py", line 571, in resolve | |
obj = self.var.resolve(context) | |
File "/vagrant/vendor/src/django/django/template/base.py", line 721, in resolve | |
value = self._resolve_lookup(context) | |
File "/vagrant/vendor/src/django/django/template/base.py", line 772, in _resolve_lookup | |
current = current() | |
File "/vagrant/vendor/src/django-debug-toolbar/debug_toolbar/panels/template.py", line 76, in content | |
if template.origin and template.origin.name: | |
AttributeError: 'Template' object has no attribute 'origin' | |
====================================================================== | |
ERROR: test_bad_login_fails_both_backends (vagrant.apps.users.tests.test_views.LoginTestCase) | |
---------------------------------------------------------------------- | |
Traceback (most recent call last): | |
File "/vagrant/vendor/packages/mock/mock.py", line 196, in patched | |
return func(*args, **keywargs) | |
File "/vagrant/apps/users/tests/test_views.py", line 53, in test_bad_login_fails_both_backends | |
'password': 'nopass'}, follow=True) | |
File "/vagrant/vendor/src/django/django/test/client.py", line 449, in post | |
response = super(Client, self).post(path, data=data, content_type=content_type, **extra) | |
File "/vagrant/vendor/src/django/django/test/client.py", line 262, in post | |
return self.request(**r) | |
File "/vagrant/apps/sumo/tests/__init__.py", line 42, in request | |
return super(LocalizingClient, self).request(**request) | |
File "/vagrant/vendor/src/django/django/test/client.py", line 381, in request | |
response = self.handler(environ) | |
File "/vagrant/vendor/src/django/django/test/client.py", line 84, in __call__ | |
response = self.get_response(request) | |
File "/vagrant/vendor/src/django/django/core/handlers/base.py", line 192, in get_response | |
response = self.handle_uncaught_exception(request, resolver, sys.exc_info()) | |
File "/vagrant/vendor/src/django/django/core/handlers/base.py", line 188, in get_response | |
response = middleware_method(request, response) | |
File "/vagrant/vendor/src/django-debug-toolbar/debug_toolbar/middleware.py", line 104, in process_response | |
smart_unicode(self.debug_toolbars[request].render_toolbar() + self.tag)) | |
File "/vagrant/vendor/src/django-debug-toolbar/debug_toolbar/toolbar/loader.py", line 78, in render_toolbar | |
return render_to_string('debug_toolbar/base.html', context) | |
File "/vagrant/vendor/src/django/django/template/loader.py", line 171, in render_to_string | |
return t.render(Context(dictionary)) | |
File "/vagrant/vendor/src/django/django/test/utils.py", line 62, in instrumented_test_render | |
return self.nodelist.render(context) | |
File "/vagrant/vendor/src/django/django/template/base.py", line 823, in render | |
bit = self.render_node(node, context) | |
File "/vagrant/vendor/src/django/django/template/base.py", line 837, in render_node | |
return node.render(context) | |
File "/vagrant/vendor/src/django/django/template/defaulttags.py", line 192, in render | |
nodelist.append(node.render(context)) | |
File "/vagrant/vendor/src/django/django/template/defaulttags.py", line 281, in render | |
return nodelist.render(context) | |
File "/vagrant/vendor/src/django/django/template/base.py", line 823, in render | |
bit = self.render_node(node, context) | |
File "/vagrant/vendor/src/django/django/template/base.py", line 837, in render_node | |
return node.render(context) | |
File "/vagrant/vendor/src/django/django/template/base.py", line 874, in render | |
output = self.filter_expression.resolve(context) | |
File "/vagrant/vendor/src/django/django/template/base.py", line 571, in resolve | |
obj = self.var.resolve(context) | |
File "/vagrant/vendor/src/django/django/template/base.py", line 721, in resolve | |
value = self._resolve_lookup(context) | |
File "/vagrant/vendor/src/django/django/template/base.py", line 772, in _resolve_lookup | |
current = current() | |
File "/vagrant/vendor/src/django-debug-toolbar/debug_toolbar/panels/template.py", line 76, in content | |
if template.origin and template.origin.name: | |
AttributeError: 'Template' object has no attribute 'origin' | |
====================================================================== | |
ERROR: test_django_login (vagrant.apps.users.tests.test_views.LoginTestCase) | |
---------------------------------------------------------------------- | |
Traceback (most recent call last): | |
File "/vagrant/vendor/packages/mock/mock.py", line 196, in patched | |
return func(*args, **keywargs) | |
File "/vagrant/apps/users/tests/test_views.py", line 64, in test_django_login | |
'password': 'testpass'}, follow=True) | |
File "/vagrant/vendor/src/django/django/test/client.py", line 451, in post | |
response = self._handle_redirects(response, **extra) | |
File "/vagrant/vendor/src/django/django/test/client.py", line 560, in _handle_redirects | |
response = self.get(url.path, QueryDict(url.query), follow=False, **extra) | |
File "/vagrant/vendor/src/django/django/test/client.py", line 439, in get | |
response = super(Client, self).get(path, data=data, **extra) | |
File "/vagrant/vendor/src/django/django/test/client.py", line 244, in get | |
return self.request(**r) | |
File "/vagrant/apps/sumo/tests/__init__.py", line 42, in request | |
return super(LocalizingClient, self).request(**request) | |
File "/vagrant/vendor/src/django/django/test/client.py", line 381, in request | |
response = self.handler(environ) | |
File "/vagrant/vendor/src/django/django/test/client.py", line 84, in __call__ | |
response = self.get_response(request) | |
File "/vagrant/vendor/src/django/django/core/handlers/base.py", line 192, in get_response | |
response = self.handle_uncaught_exception(request, resolver, sys.exc_info()) | |
File "/vagrant/vendor/src/django/django/core/handlers/base.py", line 188, in get_response | |
response = middleware_method(request, response) | |
File "/vagrant/vendor/src/django-debug-toolbar/debug_toolbar/middleware.py", line 104, in process_response | |
smart_unicode(self.debug_toolbars[request].render_toolbar() + self.tag)) | |
File "/vagrant/vendor/src/django-debug-toolbar/debug_toolbar/toolbar/loader.py", line 78, in render_toolbar | |
return render_to_string('debug_toolbar/base.html', context) | |
File "/vagrant/vendor/src/django/django/template/loader.py", line 171, in render_to_string | |
return t.render(Context(dictionary)) | |
File "/vagrant/vendor/src/django/django/test/utils.py", line 62, in instrumented_test_render | |
return self.nodelist.render(context) | |
File "/vagrant/vendor/src/django/django/template/base.py", line 823, in render | |
bit = self.render_node(node, context) | |
File "/vagrant/vendor/src/django/django/template/base.py", line 837, in render_node | |
return node.render(context) | |
File "/vagrant/vendor/src/django/django/template/defaulttags.py", line 192, in render | |
nodelist.append(node.render(context)) | |
File "/vagrant/vendor/src/django/django/template/defaulttags.py", line 281, in render | |
return nodelist.render(context) | |
File "/vagrant/vendor/src/django/django/template/base.py", line 823, in render | |
bit = self.render_node(node, context) | |
File "/vagrant/vendor/src/django/django/template/base.py", line 837, in render_node | |
return node.render(context) | |
File "/vagrant/vendor/src/django/django/template/base.py", line 874, in render | |
output = self.filter_expression.resolve(context) | |
File "/vagrant/vendor/src/django/django/template/base.py", line 571, in resolve | |
obj = self.var.resolve(context) | |
File "/vagrant/vendor/src/django/django/template/base.py", line 721, in resolve | |
value = self._resolve_lookup(context) | |
File "/vagrant/vendor/src/django/django/template/base.py", line 772, in _resolve_lookup | |
current = current() | |
File "/vagrant/vendor/src/django-debug-toolbar/debug_toolbar/panels/template.py", line 76, in content | |
if template.origin and template.origin.name: | |
AttributeError: 'Template' object has no attribute 'origin' | |
-------------------- >> begin captured logging << -------------------- | |
caching: WARNING: [] cannot be cached. | |
--------------------- >> end captured logging << --------------------- | |
====================================================================== | |
ERROR: test_django_login_redirects_to_next (vagrant.apps.users.tests.test_views.LoginTestCase) | |
---------------------------------------------------------------------- | |
Traceback (most recent call last): | |
File "/vagrant/vendor/packages/mock/mock.py", line 196, in patched | |
return func(*args, **keywargs) | |
File "/vagrant/apps/users/tests/test_views.py", line 109, in test_django_login_redirects_to_next | |
follow=True) | |
File "/vagrant/vendor/src/django/django/test/client.py", line 451, in post | |
response = self._handle_redirects(response, **extra) | |
File "/vagrant/vendor/src/django/django/test/client.py", line 560, in _handle_redirects | |
response = self.get(url.path, QueryDict(url.query), follow=False, **extra) | |
File "/vagrant/vendor/src/django/django/test/client.py", line 439, in get | |
response = super(Client, self).get(path, data=data, **extra) | |
File "/vagrant/vendor/src/django/django/test/client.py", line 244, in get | |
return self.request(**r) | |
File "/vagrant/apps/sumo/tests/__init__.py", line 42, in request | |
return super(LocalizingClient, self).request(**request) | |
File "/vagrant/vendor/src/django/django/test/client.py", line 381, in request | |
response = self.handler(environ) | |
File "/vagrant/vendor/src/django/django/test/client.py", line 84, in __call__ | |
response = self.get_response(request) | |
File "/vagrant/vendor/src/django/django/core/handlers/base.py", line 192, in get_response | |
response = self.handle_uncaught_exception(request, resolver, sys.exc_info()) | |
File "/vagrant/vendor/src/django/django/core/handlers/base.py", line 188, in get_response | |
response = middleware_method(request, response) | |
File "/vagrant/vendor/src/django-debug-toolbar/debug_toolbar/middleware.py", line 104, in process_response | |
smart_unicode(self.debug_toolbars[request].render_toolbar() + self.tag)) | |
File "/vagrant/vendor/src/django-debug-toolbar/debug_toolbar/toolbar/loader.py", line 78, in render_toolbar | |
return render_to_string('debug_toolbar/base.html', context) | |
File "/vagrant/vendor/src/django/django/template/loader.py", line 171, in render_to_string | |
return t.render(Context(dictionary)) | |
File "/vagrant/vendor/src/django/django/test/utils.py", line 62, in instrumented_test_render | |
return self.nodelist.render(context) | |
File "/vagrant/vendor/src/django/django/template/base.py", line 823, in render | |
bit = self.render_node(node, context) | |
File "/vagrant/vendor/src/django/django/template/base.py", line 837, in render_node | |
return node.render(context) | |
File "/vagrant/vendor/src/django/django/template/defaulttags.py", line 192, in render | |
nodelist.append(node.render(context)) | |
File "/vagrant/vendor/src/django/django/template/defaulttags.py", line 281, in render | |
return nodelist.render(context) | |
File "/vagrant/vendor/src/django/django/template/base.py", line 823, in render | |
bit = self.render_node(node, context) | |
File "/vagrant/vendor/src/django/django/template/base.py", line 837, in render_node | |
return node.render(context) | |
File "/vagrant/vendor/src/django/django/template/base.py", line 874, in render | |
output = self.filter_expression.resolve(context) | |
File "/vagrant/vendor/src/django/django/template/base.py", line 571, in resolve | |
obj = self.var.resolve(context) | |
File "/vagrant/vendor/src/django/django/template/base.py", line 721, in resolve | |
value = self._resolve_lookup(context) | |
File "/vagrant/vendor/src/django/django/template/base.py", line 772, in _resolve_lookup | |
current = current() | |
File "/vagrant/vendor/src/django-debug-toolbar/debug_toolbar/panels/template.py", line 76, in content | |
if template.origin and template.origin.name: | |
AttributeError: 'Template' object has no attribute 'origin' | |
-------------------- >> begin captured logging << -------------------- | |
caching: WARNING: [] cannot be cached. | |
--------------------- >> end captured logging << --------------------- | |
====================================================================== | |
ERROR: test_django_login_wont_redirect_to_login (vagrant.apps.users.tests.test_views.LoginTestCase) | |
---------------------------------------------------------------------- | |
Traceback (most recent call last): | |
File "/vagrant/vendor/packages/mock/mock.py", line 196, in patched | |
return func(*args, **keywargs) | |
File "/vagrant/apps/users/tests/test_views.py", line 78, in test_django_login_wont_redirect_to_login | |
follow=True) | |
File "/vagrant/vendor/src/django/django/test/client.py", line 451, in post | |
response = self._handle_redirects(response, **extra) | |
File "/vagrant/vendor/src/django/django/test/client.py", line 560, in _handle_redirects | |
response = self.get(url.path, QueryDict(url.query), follow=False, **extra) | |
File "/vagrant/vendor/src/django/django/test/client.py", line 439, in get | |
response = super(Client, self).get(path, data=data, **extra) | |
File "/vagrant/vendor/src/django/django/test/client.py", line 244, in get | |
return self.request(**r) | |
File "/vagrant/apps/sumo/tests/__init__.py", line 42, in request | |
return super(LocalizingClient, self).request(**request) | |
File "/vagrant/vendor/src/django/django/test/client.py", line 381, in request | |
response = self.handler(environ) | |
File "/vagrant/vendor/src/django/django/test/client.py", line 84, in __call__ | |
response = self.get_response(request) | |
File "/vagrant/vendor/src/django/django/core/handlers/base.py", line 192, in get_response | |
response = self.handle_uncaught_exception(request, resolver, sys.exc_info()) | |
File "/vagrant/vendor/src/django/django/core/handlers/base.py", line 188, in get_response | |
response = middleware_method(request, response) | |
File "/vagrant/vendor/src/django-debug-toolbar/debug_toolbar/middleware.py", line 104, in process_response | |
smart_unicode(self.debug_toolbars[request].render_toolbar() + self.tag)) | |
File "/vagrant/vendor/src/django-debug-toolbar/debug_toolbar/toolbar/loader.py", line 78, in render_toolbar | |
return render_to_string('debug_toolbar/base.html', context) | |
File "/vagrant/vendor/src/django/django/template/loader.py", line 171, in render_to_string | |
return t.render(Context(dictionary)) | |
File "/vagrant/vendor/src/django/django/test/utils.py", line 62, in instrumented_test_render | |
return self.nodelist.render(context) | |
File "/vagrant/vendor/src/django/django/template/base.py", line 823, in render | |
bit = self.render_node(node, context) | |
File "/vagrant/vendor/src/django/django/template/base.py", line 837, in render_node | |
return node.render(context) | |
File "/vagrant/vendor/src/django/django/template/defaulttags.py", line 192, in render | |
nodelist.append(node.render(context)) | |
File "/vagrant/vendor/src/django/django/template/defaulttags.py", line 281, in render | |
return nodelist.render(context) | |
File "/vagrant/vendor/src/django/django/template/base.py", line 823, in render | |
bit = self.render_node(node, context) | |
File "/vagrant/vendor/src/django/django/template/base.py", line 837, in render_node | |
return node.render(context) | |
File "/vagrant/vendor/src/django/django/template/base.py", line 874, in render | |
output = self.filter_expression.resolve(context) | |
File "/vagrant/vendor/src/django/django/template/base.py", line 571, in resolve | |
obj = self.var.resolve(context) | |
File "/vagrant/vendor/src/django/django/template/base.py", line 721, in resolve | |
value = self._resolve_lookup(context) | |
File "/vagrant/vendor/src/django/django/template/base.py", line 772, in _resolve_lookup | |
current = current() | |
File "/vagrant/vendor/src/django-debug-toolbar/debug_toolbar/panels/template.py", line 76, in content | |
if template.origin and template.origin.name: | |
AttributeError: 'Template' object has no attribute 'origin' | |
-------------------- >> begin captured logging << -------------------- | |
caching: WARNING: [] cannot be cached. | |
--------------------- >> end captured logging << --------------------- | |
====================================================================== | |
ERROR: test_logged_in_message (vagrant.apps.users.tests.test_views.LoginTestCase) | |
---------------------------------------------------------------------- | |
Traceback (most recent call last): | |
File "/vagrant/vendor/packages/mock/mock.py", line 196, in patched | |
return func(*args, **keywargs) | |
File "/vagrant/apps/users/tests/test_views.py", line 94, in test_logged_in_message | |
follow=True) | |
File "/vagrant/vendor/src/django/django/test/client.py", line 451, in post | |
response = self._handle_redirects(response, **extra) | |
File "/vagrant/vendor/src/django/django/test/client.py", line 560, in _handle_redirects | |
response = self.get(url.path, QueryDict(url.query), follow=False, **extra) | |
File "/vagrant/vendor/src/django/django/test/client.py", line 439, in get | |
response = super(Client, self).get(path, data=data, **extra) | |
File "/vagrant/vendor/src/django/django/test/client.py", line 244, in get | |
return self.request(**r) | |
File "/vagrant/apps/sumo/tests/__init__.py", line 42, in request | |
return super(LocalizingClient, self).request(**request) | |
File "/vagrant/vendor/src/django/django/test/client.py", line 381, in request | |
response = self.handler(environ) | |
File "/vagrant/vendor/src/django/django/test/client.py", line 84, in __call__ | |
response = self.get_response(request) | |
File "/vagrant/vendor/src/django/django/core/handlers/base.py", line 192, in get_response | |
response = self.handle_uncaught_exception(request, resolver, sys.exc_info()) | |
File "/vagrant/vendor/src/django/django/core/handlers/base.py", line 188, in get_response | |
response = middleware_method(request, response) | |
File "/vagrant/vendor/src/django-debug-toolbar/debug_toolbar/middleware.py", line 104, in process_response | |
smart_unicode(self.debug_toolbars[request].render_toolbar() + self.tag)) | |
File "/vagrant/vendor/src/django-debug-toolbar/debug_toolbar/toolbar/loader.py", line 78, in render_toolbar | |
return render_to_string('debug_toolbar/base.html', context) | |
File "/vagrant/vendor/src/django/django/template/loader.py", line 171, in render_to_string | |
return t.render(Context(dictionary)) | |
File "/vagrant/vendor/src/django/django/test/utils.py", line 62, in instrumented_test_render | |
return self.nodelist.render(context) | |
File "/vagrant/vendor/src/django/django/template/base.py", line 823, in render | |
bit = self.render_node(node, context) | |
File "/vagrant/vendor/src/django/django/template/base.py", line 837, in render_node | |
return node.render(context) | |
File "/vagrant/vendor/src/django/django/template/defaulttags.py", line 192, in render | |
nodelist.append(node.render(context)) | |
File "/vagrant/vendor/src/django/django/template/defaulttags.py", line 281, in render | |
return nodelist.render(context) | |
File "/vagrant/vendor/src/django/django/template/base.py", line 823, in render | |
bit = self.render_node(node, context) | |
File "/vagrant/vendor/src/django/django/template/base.py", line 837, in render_node | |
return node.render(context) | |
File "/vagrant/vendor/src/django/django/template/base.py", line 874, in render | |
output = self.filter_expression.resolve(context) | |
File "/vagrant/vendor/src/django/django/template/base.py", line 571, in resolve | |
obj = self.var.resolve(context) | |
File "/vagrant/vendor/src/django/django/template/base.py", line 721, in resolve | |
value = self._resolve_lookup(context) | |
File "/vagrant/vendor/src/django/django/template/base.py", line 772, in _resolve_lookup | |
current = current() | |
File "/vagrant/vendor/src/django-debug-toolbar/debug_toolbar/panels/template.py", line 76, in content | |
if template.origin and template.origin.name: | |
AttributeError: 'Template' object has no attribute 'origin' | |
-------------------- >> begin captured logging << -------------------- | |
caching: WARNING: [] cannot be cached. | |
--------------------- >> end captured logging << --------------------- | |
====================================================================== | |
ERROR: test_mindtouch_disabled_login (vagrant.apps.users.tests.test_views.LoginTestCase) | |
---------------------------------------------------------------------- | |
Traceback (most recent call last): | |
File "/vagrant/vendor/packages/mock/mock.py", line 196, in patched | |
return func(*args, **keywargs) | |
File "/vagrant/apps/users/tests/test_views.py", line 135, in test_mindtouch_disabled_login | |
'password': 'theplanet'}, follow=True) | |
File "/vagrant/vendor/src/django/django/test/client.py", line 449, in post | |
response = super(Client, self).post(path, data=data, content_type=content_type, **extra) | |
File "/vagrant/vendor/src/django/django/test/client.py", line 262, in post | |
return self.request(**r) | |
File "/vagrant/apps/sumo/tests/__init__.py", line 42, in request | |
return super(LocalizingClient, self).request(**request) | |
File "/vagrant/vendor/src/django/django/test/client.py", line 381, in request | |
response = self.handler(environ) | |
File "/vagrant/vendor/src/django/django/test/client.py", line 84, in __call__ | |
response = self.get_response(request) | |
File "/vagrant/vendor/src/django/django/core/handlers/base.py", line 192, in get_response | |
response = self.handle_uncaught_exception(request, resolver, sys.exc_info()) | |
File "/vagrant/vendor/src/django/django/core/handlers/base.py", line 188, in get_response | |
response = middleware_method(request, response) | |
File "/vagrant/vendor/src/django-debug-toolbar/debug_toolbar/middleware.py", line 104, in process_response | |
smart_unicode(self.debug_toolbars[request].render_toolbar() + self.tag)) | |
File "/vagrant/vendor/src/django-debug-toolbar/debug_toolbar/toolbar/loader.py", line 78, in render_toolbar | |
return render_to_string('debug_toolbar/base.html', context) | |
File "/vagrant/vendor/src/django/django/template/loader.py", line 171, in render_to_string | |
return t.render(Context(dictionary)) | |
File "/vagrant/vendor/src/django/django/test/utils.py", line 62, in instrumented_test_render | |
return self.nodelist.render(context) | |
File "/vagrant/vendor/src/django/django/template/base.py", line 823, in render | |
bit = self.render_node(node, context) | |
File "/vagrant/vendor/src/django/django/template/base.py", line 837, in render_node | |
return node.render(context) | |
File "/vagrant/vendor/src/django/django/template/defaulttags.py", line 192, in render | |
nodelist.append(node.render(context)) | |
File "/vagrant/vendor/src/django/django/template/defaulttags.py", line 281, in render | |
return nodelist.render(context) | |
File "/vagrant/vendor/src/django/django/template/base.py", line 823, in render | |
bit = self.render_node(node, context) | |
File "/vagrant/vendor/src/django/django/template/base.py", line 837, in render_node | |
return node.render(context) | |
File "/vagrant/vendor/src/django/django/template/base.py", line 874, in render | |
output = self.filter_expression.resolve(context) | |
File "/vagrant/vendor/src/django/django/template/base.py", line 571, in resolve | |
obj = self.var.resolve(context) | |
File "/vagrant/vendor/src/django/django/template/base.py", line 721, in resolve | |
value = self._resolve_lookup(context) | |
File "/vagrant/vendor/src/django/django/template/base.py", line 772, in _resolve_lookup | |
current = current() | |
File "/vagrant/vendor/src/django-debug-toolbar/debug_toolbar/panels/template.py", line 76, in content | |
if template.origin and template.origin.name: | |
AttributeError: 'Template' object has no attribute 'origin' | |
====================================================================== | |
ERROR: test_duplicate_email (vagrant.apps.users.tests.test_views.RegisterTestCase) | |
---------------------------------------------------------------------- | |
Traceback (most recent call last): | |
File "/vagrant/vendor/packages/mock/mock.py", line 196, in patched | |
return func(*args, **keywargs) | |
File "/vagrant/apps/dekicompat/tests.py", line 93, in test_new | |
test(self) | |
File "/vagrant/apps/users/tests/test_views.py", line 387, in test_duplicate_email | |
'password2': 'foo'}, follow=True) | |
File "/vagrant/vendor/src/django/django/test/client.py", line 449, in post | |
response = super(Client, self).post(path, data=data, content_type=content_type, **extra) | |
File "/vagrant/vendor/src/django/django/test/client.py", line 262, in post | |
return self.request(**r) | |
File "/vagrant/apps/sumo/tests/__init__.py", line 42, in request | |
return super(LocalizingClient, self).request(**request) | |
File "/vagrant/vendor/src/django/django/test/client.py", line 381, in request | |
response = self.handler(environ) | |
File "/vagrant/vendor/src/django/django/test/client.py", line 84, in __call__ | |
response = self.get_response(request) | |
File "/vagrant/vendor/src/django/django/core/handlers/base.py", line 192, in get_response | |
response = self.handle_uncaught_exception(request, resolver, sys.exc_info()) | |
File "/vagrant/vendor/src/django/django/core/handlers/base.py", line 188, in get_response | |
response = middleware_method(request, response) | |
File "/vagrant/vendor/src/django-debug-toolbar/debug_toolbar/middleware.py", line 104, in process_response | |
smart_unicode(self.debug_toolbars[request].render_toolbar() + self.tag)) | |
File "/vagrant/vendor/src/django-debug-toolbar/debug_toolbar/toolbar/loader.py", line 78, in render_toolbar | |
return render_to_string('debug_toolbar/base.html', context) | |
File "/vagrant/vendor/src/django/django/template/loader.py", line 171, in render_to_string | |
return t.render(Context(dictionary)) | |
File "/vagrant/vendor/src/django/django/test/utils.py", line 62, in instrumented_test_render | |
return self.nodelist.render(context) | |
File "/vagrant/vendor/src/django/django/template/base.py", line 823, in render | |
bit = self.render_node(node, context) | |
File "/vagrant/vendor/src/django/django/template/base.py", line 837, in render_node | |
return node.render(context) | |
File "/vagrant/vendor/src/django/django/template/defaulttags.py", line 192, in render | |
nodelist.append(node.render(context)) | |
File "/vagrant/vendor/src/django/django/template/defaulttags.py", line 281, in render | |
return nodelist.render(context) | |
File "/vagrant/vendor/src/django/django/template/base.py", line 823, in render | |
bit = self.render_node(node, context) | |
File "/vagrant/vendor/src/django/django/template/base.py", line 837, in render_node | |
return node.render(context) | |
File "/vagrant/vendor/src/django/django/template/base.py", line 874, in render | |
output = self.filter_expression.resolve(context) | |
File "/vagrant/vendor/src/django/django/template/base.py", line 571, in resolve | |
obj = self.var.resolve(context) | |
File "/vagrant/vendor/src/django/django/template/base.py", line 721, in resolve | |
value = self._resolve_lookup(context) | |
File "/vagrant/vendor/src/django/django/template/base.py", line 772, in _resolve_lookup | |
current = current() | |
File "/vagrant/vendor/src/django-debug-toolbar/debug_toolbar/panels/template.py", line 76, in content | |
if template.origin and template.origin.name: | |
AttributeError: 'Template' object has no attribute 'origin' | |
====================================================================== | |
ERROR: test_duplicate_username (vagrant.apps.users.tests.test_views.RegisterTestCase) | |
---------------------------------------------------------------------- | |
Traceback (most recent call last): | |
File "/vagrant/vendor/packages/mock/mock.py", line 196, in patched | |
return func(*args, **keywargs) | |
File "/vagrant/apps/dekicompat/tests.py", line 93, in test_new | |
test(self) | |
File "/vagrant/apps/users/tests/test_views.py", line 364, in test_duplicate_username | |
'password2': 'foo'}, follow=True) | |
File "/vagrant/vendor/src/django/django/test/client.py", line 449, in post | |
response = super(Client, self).post(path, data=data, content_type=content_type, **extra) | |
File "/vagrant/vendor/src/django/django/test/client.py", line 262, in post | |
return self.request(**r) | |
File "/vagrant/apps/sumo/tests/__init__.py", line 42, in request | |
return super(LocalizingClient, self).request(**request) | |
File "/vagrant/vendor/src/django/django/test/client.py", line 381, in request | |
response = self.handler(environ) | |
File "/vagrant/vendor/src/django/django/test/client.py", line 84, in __call__ | |
response = self.get_response(request) | |
File "/vagrant/vendor/src/django/django/core/handlers/base.py", line 192, in get_response | |
response = self.handle_uncaught_exception(request, resolver, sys.exc_info()) | |
File "/vagrant/vendor/src/django/django/core/handlers/base.py", line 188, in get_response | |
response = middleware_method(request, response) | |
File "/vagrant/vendor/src/django-debug-toolbar/debug_toolbar/middleware.py", line 104, in process_response | |
smart_unicode(self.debug_toolbars[request].render_toolbar() + self.tag)) | |
File "/vagrant/vendor/src/django-debug-toolbar/debug_toolbar/toolbar/loader.py", line 78, in render_toolbar | |
return render_to_string('debug_toolbar/base.html', context) | |
File "/vagrant/vendor/src/django/django/template/loader.py", line 171, in render_to_string | |
return t.render(Context(dictionary)) | |
File "/vagrant/vendor/src/django/django/test/utils.py", line 62, in instrumented_test_render | |
return self.nodelist.render(context) | |
File "/vagrant/vendor/src/django/django/template/base.py", line 823, in render | |
bit = self.render_node(node, context) | |
File "/vagrant/vendor/src/django/django/template/base.py", line 837, in render_node | |
return node.render(context) | |
File "/vagrant/vendor/src/django/django/template/defaulttags.py", line 192, in render | |
nodelist.append(node.render(context)) | |
File "/vagrant/vendor/src/django/django/template/defaulttags.py", line 281, in render | |
return nodelist.render(context) | |
File "/vagrant/vendor/src/django/django/template/base.py", line 823, in render | |
bit = self.render_node(node, context) | |
File "/vagrant/vendor/src/django/django/template/base.py", line 837, in render_node | |
return node.render(context) | |
File "/vagrant/vendor/src/django/django/template/base.py", line 874, in render | |
output = self.filter_expression.resolve(context) | |
File "/vagrant/vendor/src/django/django/template/base.py", line 571, in resolve | |
obj = self.var.resolve(context) | |
File "/vagrant/vendor/src/django/django/template/base.py", line 721, in resolve | |
value = self._resolve_lookup(context) | |
File "/vagrant/vendor/src/django/django/template/base.py", line 772, in _resolve_lookup | |
current = current() | |
File "/vagrant/vendor/src/django-debug-toolbar/debug_toolbar/panels/template.py", line 76, in content | |
if template.origin and template.origin.name: | |
AttributeError: 'Template' object has no attribute 'origin' | |
====================================================================== | |
ERROR: test_new_user (vagrant.apps.users.tests.test_views.RegisterTestCase) | |
---------------------------------------------------------------------- | |
Traceback (most recent call last): | |
File "/vagrant/vendor/packages/mock/mock.py", line 196, in patched | |
return func(*args, **keywargs) | |
File "/vagrant/apps/dekicompat/tests.py", line 130, in test_new | |
test(self) | |
File "/vagrant/vendor/packages/mock/mock.py", line 196, in patched | |
return func(*args, **keywargs) | |
File "/vagrant/apps/dekicompat/tests.py", line 80, in test_new | |
test(self) | |
File "/vagrant/vendor/packages/mock/mock.py", line 196, in patched | |
return func(*args, **keywargs) | |
File "/vagrant/apps/dekicompat/tests.py", line 47, in test_new | |
test(self) | |
File "/vagrant/vendor/packages/mock/mock.py", line 196, in patched | |
return func(*args, **keywargs) | |
File "/vagrant/apps/users/tests/test_views.py", line 213, in test_new_user | |
'password2': 'foo'}, follow=True) | |
File "/vagrant/vendor/src/django/django/test/client.py", line 449, in post | |
response = super(Client, self).post(path, data=data, content_type=content_type, **extra) | |
File "/vagrant/vendor/src/django/django/test/client.py", line 262, in post | |
return self.request(**r) | |
File "/vagrant/apps/sumo/tests/__init__.py", line 42, in request | |
return super(LocalizingClient, self).request(**request) | |
File "/vagrant/vendor/src/django/django/test/client.py", line 381, in request | |
response = self.handler(environ) | |
File "/vagrant/vendor/src/django/django/test/client.py", line 84, in __call__ | |
response = self.get_response(request) | |
File "/vagrant/vendor/src/django/django/core/handlers/base.py", line 192, in get_response | |
response = self.handle_uncaught_exception(request, resolver, sys.exc_info()) | |
File "/vagrant/vendor/src/django/django/core/handlers/base.py", line 188, in get_response | |
response = middleware_method(request, response) | |
File "/vagrant/vendor/src/django-debug-toolbar/debug_toolbar/middleware.py", line 104, in process_response | |
smart_unicode(self.debug_toolbars[request].render_toolbar() + self.tag)) | |
File "/vagrant/vendor/src/django-debug-toolbar/debug_toolbar/toolbar/loader.py", line 78, in render_toolbar | |
return render_to_string('debug_toolbar/base.html', context) | |
File "/vagrant/vendor/src/django/django/template/loader.py", line 171, in render_to_string | |
return t.render(Context(dictionary)) | |
File "/vagrant/vendor/src/django/django/test/utils.py", line 62, in instrumented_test_render | |
return self.nodelist.render(context) | |
File "/vagrant/vendor/src/django/django/template/base.py", line 823, in render | |
bit = self.render_node(node, context) | |
File "/vagrant/vendor/src/django/django/template/base.py", line 837, in render_node | |
return node.render(context) | |
File "/vagrant/vendor/src/django/django/template/defaulttags.py", line 192, in render | |
nodelist.append(node.render(context)) | |
File "/vagrant/vendor/src/django/django/template/defaulttags.py", line 281, in render | |
return nodelist.render(context) | |
File "/vagrant/vendor/src/django/django/template/base.py", line 823, in render | |
bit = self.render_node(node, context) | |
File "/vagrant/vendor/src/django/django/template/base.py", line 837, in render_node | |
return node.render(context) | |
File "/vagrant/vendor/src/django/django/template/base.py", line 874, in render | |
output = self.filter_expression.resolve(context) | |
File "/vagrant/vendor/src/django/django/template/base.py", line 571, in resolve | |
obj = self.var.resolve(context) | |
File "/vagrant/vendor/src/django/django/template/base.py", line 721, in resolve | |
value = self._resolve_lookup(context) | |
File "/vagrant/vendor/src/django/django/template/base.py", line 772, in _resolve_lookup | |
current = current() | |
File "/vagrant/vendor/src/django-debug-toolbar/debug_toolbar/panels/template.py", line 76, in content | |
if template.origin and template.origin.name: | |
AttributeError: 'Template' object has no attribute 'origin' | |
====================================================================== | |
ERROR: test_new_user_activation (vagrant.apps.users.tests.test_views.RegisterTestCase) | |
---------------------------------------------------------------------- | |
Traceback (most recent call last): | |
File "/vagrant/vendor/packages/mock/mock.py", line 196, in patched | |
return func(*args, **keywargs) | |
File "/vagrant/apps/dekicompat/tests.py", line 80, in test_new | |
test(self) | |
File "/vagrant/vendor/packages/mock/mock.py", line 196, in patched | |
return func(*args, **keywargs) | |
File "/vagrant/apps/dekicompat/tests.py", line 47, in test_new | |
test(self) | |
File "/vagrant/vendor/packages/mock/mock.py", line 196, in patched | |
return func(*args, **keywargs) | |
File "/vagrant/apps/users/tests/test_views.py", line 330, in test_new_user_activation | |
response = self.client.get(url, follow=True) | |
File "/vagrant/vendor/src/django/django/test/client.py", line 439, in get | |
response = super(Client, self).get(path, data=data, **extra) | |
File "/vagrant/vendor/src/django/django/test/client.py", line 244, in get | |
return self.request(**r) | |
File "/vagrant/apps/sumo/tests/__init__.py", line 42, in request | |
return super(LocalizingClient, self).request(**request) | |
File "/vagrant/vendor/src/django/django/test/client.py", line 381, in request | |
response = self.handler(environ) | |
File "/vagrant/vendor/src/django/django/test/client.py", line 84, in __call__ | |
response = self.get_response(request) | |
File "/vagrant/vendor/src/django/django/core/handlers/base.py", line 192, in get_response | |
response = self.handle_uncaught_exception(request, resolver, sys.exc_info()) | |
File "/vagrant/vendor/src/django/django/core/handlers/base.py", line 188, in get_response | |
response = middleware_method(request, response) | |
File "/vagrant/vendor/src/django-debug-toolbar/debug_toolbar/middleware.py", line 104, in process_response | |
smart_unicode(self.debug_toolbars[request].render_toolbar() + self.tag)) | |
File "/vagrant/vendor/src/django-debug-toolbar/debug_toolbar/toolbar/loader.py", line 78, in render_toolbar | |
return render_to_string('debug_toolbar/base.html', context) | |
File "/vagrant/vendor/src/django/django/template/loader.py", line 171, in render_to_string | |
return t.render(Context(dictionary)) | |
File "/vagrant/vendor/src/django/django/test/utils.py", line 62, in instrumented_test_render | |
return self.nodelist.render(context) | |
File "/vagrant/vendor/src/django/django/template/base.py", line 823, in render | |
bit = self.render_node(node, context) | |
File "/vagrant/vendor/src/django/django/template/base.py", line 837, in render_node | |
return node.render(context) | |
File "/vagrant/vendor/src/django/django/template/defaulttags.py", line 192, in render | |
nodelist.append(node.render(context)) | |
File "/vagrant/vendor/src/django/django/template/defaulttags.py", line 281, in render | |
return nodelist.render(context) | |
File "/vagrant/vendor/src/django/django/template/base.py", line 823, in render | |
bit = self.render_node(node, context) | |
File "/vagrant/vendor/src/django/django/template/base.py", line 837, in render_node | |
return node.render(context) | |
File "/vagrant/vendor/src/django/django/template/base.py", line 874, in render | |
output = self.filter_expression.resolve(context) | |
File "/vagrant/vendor/src/django/django/template/base.py", line 571, in resolve | |
obj = self.var.resolve(context) | |
File "/vagrant/vendor/src/django/django/template/base.py", line 721, in resolve | |
value = self._resolve_lookup(context) | |
File "/vagrant/vendor/src/django/django/template/base.py", line 772, in _resolve_lookup | |
current = current() | |
File "/vagrant/vendor/src/django-debug-toolbar/debug_toolbar/panels/template.py", line 76, in content | |
if template.origin and template.origin.name: | |
AttributeError: 'Template' object has no attribute 'origin' | |
====================================================================== | |
ERROR: test_new_user_claim_watches (vagrant.apps.users.tests.test_views.RegisterTestCase) | |
---------------------------------------------------------------------- | |
Traceback (most recent call last): | |
File "/vagrant/vendor/packages/mock/mock.py", line 196, in patched | |
return func(*args, **keywargs) | |
File "/vagrant/apps/dekicompat/tests.py", line 80, in test_new | |
test(self) | |
File "/vagrant/vendor/packages/mock/mock.py", line 196, in patched | |
return func(*args, **keywargs) | |
File "/vagrant/apps/dekicompat/tests.py", line 47, in test_new | |
test(self) | |
File "/vagrant/vendor/packages/mock/mock.py", line 196, in patched | |
return func(*args, **keywargs) | |
File "/vagrant/apps/users/tests/test_views.py", line 351, in test_new_user_claim_watches | |
self.client.get(reverse('users.activate', args=[key]), follow=True) | |
File "/vagrant/vendor/src/django/django/test/client.py", line 439, in get | |
response = super(Client, self).get(path, data=data, **extra) | |
File "/vagrant/vendor/src/django/django/test/client.py", line 244, in get | |
return self.request(**r) | |
File "/vagrant/apps/sumo/tests/__init__.py", line 42, in request | |
return super(LocalizingClient, self).request(**request) | |
File "/vagrant/vendor/src/django/django/test/client.py", line 381, in request | |
response = self.handler(environ) | |
File "/vagrant/vendor/src/django/django/test/client.py", line 84, in __call__ | |
response = self.get_response(request) | |
File "/vagrant/vendor/src/django/django/core/handlers/base.py", line 192, in get_response | |
response = self.handle_uncaught_exception(request, resolver, sys.exc_info()) | |
File "/vagrant/vendor/src/django/django/core/handlers/base.py", line 188, in get_response | |
response = middleware_method(request, response) | |
File "/vagrant/vendor/src/django-debug-toolbar/debug_toolbar/middleware.py", line 104, in process_response | |
smart_unicode(self.debug_toolbars[request].render_toolbar() + self.tag)) | |
File "/vagrant/vendor/src/django-debug-toolbar/debug_toolbar/toolbar/loader.py", line 78, in render_toolbar | |
return render_to_string('debug_toolbar/base.html', context) | |
File "/vagrant/vendor/src/django/django/template/loader.py", line 171, in render_to_string | |
return t.render(Context(dictionary)) | |
File "/vagrant/vendor/src/django/django/test/utils.py", line 62, in instrumented_test_render | |
return self.nodelist.render(context) | |
File "/vagrant/vendor/src/django/django/template/base.py", line 823, in render | |
bit = self.render_node(node, context) | |
File "/vagrant/vendor/src/django/django/template/base.py", line 837, in render_node | |
return node.render(context) | |
File "/vagrant/vendor/src/django/django/template/defaulttags.py", line 192, in render | |
nodelist.append(node.render(context)) | |
File "/vagrant/vendor/src/django/django/template/defaulttags.py", line 281, in render | |
return nodelist.render(context) | |
File "/vagrant/vendor/src/django/django/template/base.py", line 823, in render | |
bit = self.render_node(node, context) | |
File "/vagrant/vendor/src/django/django/template/base.py", line 837, in render_node | |
return node.render(context) | |
File "/vagrant/vendor/src/django/django/template/base.py", line 874, in render | |
output = self.filter_expression.resolve(context) | |
File "/vagrant/vendor/src/django/django/template/base.py", line 571, in resolve | |
obj = self.var.resolve(context) | |
File "/vagrant/vendor/src/django/django/template/base.py", line 721, in resolve | |
value = self._resolve_lookup(context) | |
File "/vagrant/vendor/src/django/django/template/base.py", line 772, in _resolve_lookup | |
current = current() | |
File "/vagrant/vendor/src/django-debug-toolbar/debug_toolbar/panels/template.py", line 76, in content | |
if template.origin and template.origin.name: | |
AttributeError: 'Template' object has no attribute 'origin' | |
====================================================================== | |
ERROR: test_new_user_posts_mindtouch_user (vagrant.apps.users.tests.test_views.RegisterTestCase) | |
---------------------------------------------------------------------- | |
Traceback (most recent call last): | |
File "/vagrant/vendor/packages/mock/mock.py", line 196, in patched | |
return func(*args, **keywargs) | |
File "/vagrant/apps/dekicompat/tests.py", line 130, in test_new | |
test(self) | |
File "/vagrant/vendor/packages/mock/mock.py", line 196, in patched | |
return func(*args, **keywargs) | |
File "/vagrant/apps/dekicompat/tests.py", line 80, in test_new | |
test(self) | |
File "/vagrant/vendor/packages/mock/mock.py", line 196, in patched | |
return func(*args, **keywargs) | |
File "/vagrant/apps/dekicompat/tests.py", line 47, in test_new | |
test(self) | |
File "/vagrant/vendor/packages/mock/mock.py", line 196, in patched | |
return func(*args, **keywargs) | |
File "/vagrant/apps/users/tests/test_views.py", line 244, in test_new_user_posts_mindtouch_user | |
'password2': 'foo'}, follow=True) | |
File "/vagrant/vendor/src/django/django/test/client.py", line 449, in post | |
response = super(Client, self).post(path, data=data, content_type=content_type, **extra) | |
File "/vagrant/vendor/src/django/django/test/client.py", line 262, in post | |
return self.request(**r) | |
File "/vagrant/apps/sumo/tests/__init__.py", line 42, in request | |
return super(LocalizingClient, self).request(**request) | |
File "/vagrant/vendor/src/django/django/test/client.py", line 381, in request | |
response = self.handler(environ) | |
File "/vagrant/vendor/src/django/django/test/client.py", line 84, in __call__ | |
response = self.get_response(request) | |
File "/vagrant/vendor/src/django/django/core/handlers/base.py", line 192, in get_response | |
response = self.handle_uncaught_exception(request, resolver, sys.exc_info()) | |
File "/vagrant/vendor/src/django/django/core/handlers/base.py", line 188, in get_response | |
response = middleware_method(request, response) | |
File "/vagrant/vendor/src/django-debug-toolbar/debug_toolbar/middleware.py", line 104, in process_response | |
smart_unicode(self.debug_toolbars[request].render_toolbar() + self.tag)) | |
File "/vagrant/vendor/src/django-debug-toolbar/debug_toolbar/toolbar/loader.py", line 78, in render_toolbar | |
return render_to_string('debug_toolbar/base.html', context) | |
File "/vagrant/vendor/src/django/django/template/loader.py", line 171, in render_to_string | |
return t.render(Context(dictionary)) | |
File "/vagrant/vendor/src/django/django/test/utils.py", line 62, in instrumented_test_render | |
return self.nodelist.render(context) | |
File "/vagrant/vendor/src/django/django/template/base.py", line 823, in render | |
bit = self.render_node(node, context) | |
File "/vagrant/vendor/src/django/django/template/base.py", line 837, in render_node | |
return node.render(context) | |
File "/vagrant/vendor/src/django/django/template/defaulttags.py", line 192, in render | |
nodelist.append(node.render(context)) | |
File "/vagrant/vendor/src/django/django/template/defaulttags.py", line 281, in render | |
return nodelist.render(context) | |
File "/vagrant/vendor/src/django/django/template/base.py", line 823, in render | |
bit = self.render_node(node, context) | |
File "/vagrant/vendor/src/django/django/template/base.py", line 837, in render_node | |
return node.render(context) | |
File "/vagrant/vendor/src/django/django/template/base.py", line 874, in render | |
output = self.filter_expression.resolve(context) | |
File "/vagrant/vendor/src/django/django/template/base.py", line 571, in resolve | |
obj = self.var.resolve(context) | |
File "/vagrant/vendor/src/django/django/template/base.py", line 721, in resolve | |
value = self._resolve_lookup(context) | |
File "/vagrant/vendor/src/django/django/template/base.py", line 772, in _resolve_lookup | |
current = current() | |
File "/vagrant/vendor/src/django-debug-toolbar/debug_toolbar/panels/template.py", line 76, in content | |
if template.origin and template.origin.name: | |
AttributeError: 'Template' object has no attribute 'origin' | |
====================================================================== | |
ERROR: test_no_match_passwords (vagrant.apps.users.tests.test_views.RegisterTestCase) | |
---------------------------------------------------------------------- | |
Traceback (most recent call last): | |
File "/vagrant/vendor/packages/mock/mock.py", line 196, in patched | |
return func(*args, **keywargs) | |
File "/vagrant/apps/dekicompat/tests.py", line 93, in test_new | |
test(self) | |
File "/vagrant/apps/users/tests/test_views.py", line 396, in test_no_match_passwords | |
'password2': 'bar'}, follow=True) | |
File "/vagrant/vendor/src/django/django/test/client.py", line 449, in post | |
response = super(Client, self).post(path, data=data, content_type=content_type, **extra) | |
File "/vagrant/vendor/src/django/django/test/client.py", line 262, in post | |
return self.request(**r) | |
File "/vagrant/apps/sumo/tests/__init__.py", line 42, in request | |
return super(LocalizingClient, self).request(**request) | |
File "/vagrant/vendor/src/django/django/test/client.py", line 381, in request | |
response = self.handler(environ) | |
File "/vagrant/vendor/src/django/django/test/client.py", line 84, in __call__ | |
response = self.get_response(request) | |
File "/vagrant/vendor/src/django/django/core/handlers/base.py", line 192, in get_response | |
response = self.handle_uncaught_exception(request, resolver, sys.exc_info()) | |
File "/vagrant/vendor/src/django/django/core/handlers/base.py", line 188, in get_response | |
response = middleware_method(request, response) | |
File "/vagrant/vendor/src/django-debug-toolbar/debug_toolbar/middleware.py", line 104, in process_response | |
smart_unicode(self.debug_toolbars[request].render_toolbar() + self.tag)) | |
File "/vagrant/vendor/src/django-debug-toolbar/debug_toolbar/toolbar/loader.py", line 78, in render_toolbar | |
return render_to_string('debug_toolbar/base.html', context) | |
File "/vagrant/vendor/src/django/django/template/loader.py", line 171, in render_to_string | |
return t.render(Context(dictionary)) | |
File "/vagrant/vendor/src/django/django/test/utils.py", line 62, in instrumented_test_render | |
return self.nodelist.render(context) | |
File "/vagrant/vendor/src/django/django/template/base.py", line 823, in render | |
bit = self.render_node(node, context) | |
File "/vagrant/vendor/src/django/django/template/base.py", line 837, in render_node | |
return node.render(context) | |
File "/vagrant/vendor/src/django/django/template/defaulttags.py", line 192, in render | |
nodelist.append(node.render(context)) | |
File "/vagrant/vendor/src/django/django/template/defaulttags.py", line 281, in render | |
return nodelist.render(context) | |
File "/vagrant/vendor/src/django/django/template/base.py", line 823, in render | |
bit = self.render_node(node, context) | |
File "/vagrant/vendor/src/django/django/template/base.py", line 837, in render_node | |
return node.render(context) | |
File "/vagrant/vendor/src/django/django/template/base.py", line 874, in render | |
output = self.filter_expression.resolve(context) | |
File "/vagrant/vendor/src/django/django/template/base.py", line 571, in resolve | |
obj = self.var.resolve(context) | |
File "/vagrant/vendor/src/django/django/template/base.py", line 721, in resolve | |
value = self._resolve_lookup(context) | |
File "/vagrant/vendor/src/django/django/template/base.py", line 772, in _resolve_lookup | |
current = current() | |
File "/vagrant/vendor/src/django-debug-toolbar/debug_toolbar/panels/template.py", line 76, in content | |
if template.origin and template.origin.name: | |
AttributeError: 'Template' object has no attribute 'origin' | |
====================================================================== | |
ERROR: test_unicode_password (vagrant.apps.users.tests.test_views.RegisterTestCase) | |
---------------------------------------------------------------------- | |
Traceback (most recent call last): | |
File "/vagrant/vendor/packages/mock/mock.py", line 196, in patched | |
return func(*args, **keywargs) | |
File "/vagrant/apps/dekicompat/tests.py", line 130, in test_new | |
test(self) | |
File "/vagrant/vendor/packages/mock/mock.py", line 196, in patched | |
return func(*args, **keywargs) | |
File "/vagrant/apps/dekicompat/tests.py", line 47, in test_new | |
test(self) | |
File "/vagrant/vendor/packages/mock/mock.py", line 196, in patched | |
return func(*args, **keywargs) | |
File "/vagrant/apps/dekicompat/tests.py", line 80, in test_new | |
test(self) | |
File "/vagrant/vendor/packages/mock/mock.py", line 196, in patched | |
return func(*args, **keywargs) | |
File "/vagrant/apps/users/tests/test_views.py", line 304, in test_unicode_password | |
'password2': u_str}, follow=True) | |
File "/vagrant/vendor/src/django/django/test/client.py", line 449, in post | |
response = super(Client, self).post(path, data=data, content_type=content_type, **extra) | |
File "/vagrant/vendor/src/django/django/test/client.py", line 262, in post | |
return self.request(**r) | |
File "/vagrant/apps/sumo/tests/__init__.py", line 42, in request | |
return super(LocalizingClient, self).request(**request) | |
File "/vagrant/vendor/src/django/django/test/client.py", line 381, in request | |
response = self.handler(environ) | |
File "/vagrant/vendor/src/django/django/test/client.py", line 84, in __call__ | |
response = self.get_response(request) | |
File "/vagrant/vendor/src/django/django/core/handlers/base.py", line 192, in get_response | |
response = self.handle_uncaught_exception(request, resolver, sys.exc_info()) | |
File "/vagrant/vendor/src/django/django/core/handlers/base.py", line 188, in get_response | |
response = middleware_method(request, response) | |
File "/vagrant/vendor/src/django-debug-toolbar/debug_toolbar/middleware.py", line 104, in process_response | |
smart_unicode(self.debug_toolbars[request].render_toolbar() + self.tag)) | |
File "/vagrant/vendor/src/django-debug-toolbar/debug_toolbar/toolbar/loader.py", line 78, in render_toolbar | |
return render_to_string('debug_toolbar/base.html', context) | |
File "/vagrant/vendor/src/django/django/template/loader.py", line 171, in render_to_string | |
return t.render(Context(dictionary)) | |
File "/vagrant/vendor/src/django/django/test/utils.py", line 62, in instrumented_test_render | |
return self.nodelist.render(context) | |
File "/vagrant/vendor/src/django/django/template/base.py", line 823, in render | |
bit = self.render_node(node, context) | |
File "/vagrant/vendor/src/django/django/template/base.py", line 837, in render_node | |
return node.render(context) | |
File "/vagrant/vendor/src/django/django/template/defaulttags.py", line 192, in render | |
nodelist.append(node.render(context)) | |
File "/vagrant/vendor/src/django/django/template/defaulttags.py", line 281, in render | |
return nodelist.render(context) | |
File "/vagrant/vendor/src/django/django/template/base.py", line 823, in render | |
bit = self.render_node(node, context) | |
File "/vagrant/vendor/src/django/django/template/base.py", line 837, in render_node | |
return node.render(context) | |
File "/vagrant/vendor/src/django/django/template/base.py", line 874, in render | |
output = self.filter_expression.resolve(context) | |
File "/vagrant/vendor/src/django/django/template/base.py", line 571, in resolve | |
obj = self.var.resolve(context) | |
File "/vagrant/vendor/src/django/django/template/base.py", line 721, in resolve | |
value = self._resolve_lookup(context) | |
File "/vagrant/vendor/src/django/django/template/base.py", line 772, in _resolve_lookup | |
current = current() | |
File "/vagrant/vendor/src/django-debug-toolbar/debug_toolbar/panels/template.py", line 76, in content | |
if template.origin and template.origin.name: | |
AttributeError: 'Template' object has no attribute 'origin' | |
====================================================================== | |
ERROR: test_already_queued (vagrant.apps.wiki.tests.test_tasks.RebuildTestCase) | |
---------------------------------------------------------------------- | |
Traceback (most recent call last): | |
File "/vagrant/apps/wiki/tests/test_tasks.py", line 45, in setUp | |
self.old_settings = deepcopy(settings._wrapped.__dict__) | |
File "/usr/lib/python2.7/copy.py", line 163, in deepcopy | |
y = copier(x, memo) | |
File "/usr/lib/python2.7/copy.py", line 257, in _deepcopy_dict | |
y[deepcopy(key, memo)] = deepcopy(value, memo) | |
File "/usr/lib/python2.7/copy.py", line 163, in deepcopy | |
y = copier(x, memo) | |
File "/usr/lib/python2.7/copy.py", line 257, in _deepcopy_dict | |
y[deepcopy(key, memo)] = deepcopy(value, memo) | |
File "/usr/lib/python2.7/copy.py", line 190, in deepcopy | |
y = _reconstruct(x, rv, 1, memo) | |
File "/usr/lib/python2.7/copy.py", line 329, in _reconstruct | |
y = callable(*args) | |
File "/usr/lib/python2.7/copy_reg.py", line 93, in __newobj__ | |
return cls.__new__(cls, *args) | |
TypeError: object.__new__(NotImplementedType) is not safe, use NotImplementedType.__new__() | |
====================================================================== | |
ERROR: test_dont_queue (vagrant.apps.wiki.tests.test_tasks.RebuildTestCase) | |
---------------------------------------------------------------------- | |
Traceback (most recent call last): | |
File "/vagrant/apps/wiki/tests/test_tasks.py", line 45, in setUp | |
self.old_settings = deepcopy(settings._wrapped.__dict__) | |
File "/usr/lib/python2.7/copy.py", line 163, in deepcopy | |
y = copier(x, memo) | |
File "/usr/lib/python2.7/copy.py", line 257, in _deepcopy_dict | |
y[deepcopy(key, memo)] = deepcopy(value, memo) | |
File "/usr/lib/python2.7/copy.py", line 163, in deepcopy | |
y = copier(x, memo) | |
File "/usr/lib/python2.7/copy.py", line 257, in _deepcopy_dict | |
y[deepcopy(key, memo)] = deepcopy(value, memo) | |
File "/usr/lib/python2.7/copy.py", line 190, in deepcopy | |
y = _reconstruct(x, rv, 1, memo) | |
File "/usr/lib/python2.7/copy.py", line 329, in _reconstruct | |
y = callable(*args) | |
File "/usr/lib/python2.7/copy_reg.py", line 93, in __newobj__ | |
return cls.__new__(cls, *args) | |
TypeError: object.__new__(NotImplementedType) is not safe, use NotImplementedType.__new__() | |
====================================================================== | |
ERROR: test_eager_queue (vagrant.apps.wiki.tests.test_tasks.RebuildTestCase) | |
---------------------------------------------------------------------- | |
Traceback (most recent call last): | |
File "/vagrant/apps/wiki/tests/test_tasks.py", line 45, in setUp | |
self.old_settings = deepcopy(settings._wrapped.__dict__) | |
File "/usr/lib/python2.7/copy.py", line 163, in deepcopy | |
y = copier(x, memo) | |
File "/usr/lib/python2.7/copy.py", line 257, in _deepcopy_dict | |
y[deepcopy(key, memo)] = deepcopy(value, memo) | |
File "/usr/lib/python2.7/copy.py", line 163, in deepcopy | |
y = copier(x, memo) | |
File "/usr/lib/python2.7/copy.py", line 257, in _deepcopy_dict | |
y[deepcopy(key, memo)] = deepcopy(value, memo) | |
File "/usr/lib/python2.7/copy.py", line 190, in deepcopy | |
y = _reconstruct(x, rv, 1, memo) | |
File "/usr/lib/python2.7/copy.py", line 329, in _reconstruct | |
y = callable(*args) | |
File "/usr/lib/python2.7/copy_reg.py", line 93, in __newobj__ | |
return cls.__new__(cls, *args) | |
TypeError: object.__new__(NotImplementedType) is not safe, use NotImplementedType.__new__() | |
====================================================================== | |
ERROR: test_rebuild_chunk (vagrant.apps.wiki.tests.test_tasks.RebuildTestCase) | |
---------------------------------------------------------------------- | |
Traceback (most recent call last): | |
File "/vagrant/apps/wiki/tests/test_tasks.py", line 45, in setUp | |
self.old_settings = deepcopy(settings._wrapped.__dict__) | |
File "/usr/lib/python2.7/copy.py", line 163, in deepcopy | |
y = copier(x, memo) | |
File "/usr/lib/python2.7/copy.py", line 257, in _deepcopy_dict | |
y[deepcopy(key, memo)] = deepcopy(value, memo) | |
File "/usr/lib/python2.7/copy.py", line 163, in deepcopy | |
y = copier(x, memo) | |
File "/usr/lib/python2.7/copy.py", line 257, in _deepcopy_dict | |
y[deepcopy(key, memo)] = deepcopy(value, memo) | |
File "/usr/lib/python2.7/copy.py", line 190, in deepcopy | |
y = _reconstruct(x, rv, 1, memo) | |
File "/usr/lib/python2.7/copy.py", line 329, in _reconstruct | |
y = callable(*args) | |
File "/usr/lib/python2.7/copy_reg.py", line 93, in __newobj__ | |
return cls.__new__(cls, *args) | |
TypeError: object.__new__(NotImplementedType) is not safe, use NotImplementedType.__new__() | |
====================================================================== | |
ERROR: test_task_queue (vagrant.apps.wiki.tests.test_tasks.RebuildTestCase) | |
---------------------------------------------------------------------- | |
Traceback (most recent call last): | |
File "/vagrant/apps/wiki/tests/test_tasks.py", line 45, in setUp | |
self.old_settings = deepcopy(settings._wrapped.__dict__) | |
File "/usr/lib/python2.7/copy.py", line 163, in deepcopy | |
y = copier(x, memo) | |
File "/usr/lib/python2.7/copy.py", line 257, in _deepcopy_dict | |
y[deepcopy(key, memo)] = deepcopy(value, memo) | |
File "/usr/lib/python2.7/copy.py", line 163, in deepcopy | |
y = copier(x, memo) | |
File "/usr/lib/python2.7/copy.py", line 257, in _deepcopy_dict | |
y[deepcopy(key, memo)] = deepcopy(value, memo) | |
File "/usr/lib/python2.7/copy.py", line 190, in deepcopy | |
y = _reconstruct(x, rv, 1, memo) | |
File "/usr/lib/python2.7/copy.py", line 329, in _reconstruct | |
y = callable(*args) | |
File "/usr/lib/python2.7/copy_reg.py", line 93, in __newobj__ | |
return cls.__new__(cls, *args) | |
TypeError: object.__new__(NotImplementedType) is not safe, use NotImplementedType.__new__() | |
---------------------------------------------------------------------- | |
Ran 511 tests in 88.420s | |
FAILED (SKIP=71, errors=52) | |
nosetests --verbosity 2 actioncounters contentflagging dashboards demos devmo kpi landing users wiki | |
Reusing old database "test_kuma". Set env var FORCE_DB=1 if you need fresh DBs. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment