Commit 09504d5e by Rocky Duan

add field for default_sort_key

parent dd9044d4
......@@ -9,6 +9,7 @@ class User(models.Model):
'id', 'external_id', 'subscribed_user_ids', 'children', 'course_id',
'subscribed_thread_ids', 'subscribed_commentable_ids',
'subscribed_course_ids', 'threads_count', 'comments_count',
'default_sort_key',
]
updatable_fields = ['username', 'external_id', 'email']
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment