From 93d5a6690e29e9c0258b45a883cec03edbfb24e3 Mon Sep 17 00:00:00 2001 From: Arjun Singh Date: Thu, 20 Sep 2012 00:25:43 -0700 Subject: [PATCH] Change unread to read; makes some things clearer both on the comment service and in the django client --- lms/lib/comment_client/thread.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lms/lib/comment_client/thread.py b/lms/lib/comment_client/thread.py index 8719d4166c..342711c5fe 100644 --- a/lms/lib/comment_client/thread.py +++ b/lms/lib/comment_client/thread.py @@ -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 = [