Skip to content
Snippets Groups Projects
Commit 95b87f06 authored by jsa's avatar jsa Committed by Greg Price
Browse files

Allow new response pagination parameters to pass through thread model.

JIRA: FOR-374
parent 40f152ea
No related branches found
No related tags found
No related merge requests found
......@@ -11,7 +11,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'
'highlighted_body', 'endorsed', 'read', 'group_id', 'group_name', 'pinned',
'abuse_flaggers', 'resp_skip', 'resp_limit', 'resp_total'
]
updatable_fields = [
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment