Merge pull request #2377 from edx/gprice/forum-thread-pagination

Add pagination of responses to forum threads
This commit is contained in:
Greg Price
2014-02-03 08:55:20 -08:00
8 changed files with 349 additions and 41 deletions

View File

@@ -361,7 +361,7 @@ def safe_content(content):
'at_position_list', 'children', 'highlighted_title', 'highlighted_body',
'courseware_title', 'courseware_url', 'unread_comments_count',
'read', 'group_id', 'group_name', 'group_string', 'pinned', 'abuse_flaggers',
'stats'
'stats', 'resp_skip', 'resp_limit', 'resp_total',
]