allow flagging for abuse and spoilers

This commit is contained in:
Your Name
2012-11-16 18:39:54 -05:00
parent 7c7ca3ff6b
commit fb6a07c812
4 changed files with 16 additions and 5 deletions

View File

@@ -10,7 +10,7 @@ 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'
'highlighted_body', 'endorsed', 'read', 'abuse_flaggers', 'spoiler_flaggers'
]
updatable_fields = [