flagging working again

This commit is contained in:
Kevin Chugh
2013-04-05 16:39:22 -04:00
parent 0e8ef28347
commit de7c511328
8 changed files with 10 additions and 11 deletions

View File

@@ -10,8 +10,8 @@ class Thread(models.Model):
'closed', 'tags', 'votes', 'commentable_id', 'username', 'user_id',
'created_at', 'updated_at', 'comments_count', 'unread_comments_count',
'at_position_list', 'children', 'type', 'highlighted_title',
'highlighted_body', 'endorsed', 'read', 'group_id', 'group_name', 'pinned', 'abuse_flaggers',
'show_any_flag'
'highlighted_body', 'endorsed', 'read', 'group_id', 'group_name', 'pinned', 'abuse_flaggers'
]
updatable_fields = [