Change unread to read; makes some things clearer both on the comment service and in the django client

This commit is contained in:
Arjun Singh
2012-09-20 00:25:43 -07:00
parent 084a91e325
commit 93d5a6690e

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', 'unread'
'highlighted_body', 'endorsed', 'read'
]
updatable_fields = [