Commit e0dd42cc by Feanil Patel

Merge pull request #2435 from edx/hotfix/2014-02-03

Allow new response pagination parameters to pass through thread model.
parents 40f152ea 26455fe3
...@@ -11,7 +11,8 @@ class Thread(models.Model): ...@@ -11,7 +11,8 @@ class Thread(models.Model):
'closed', 'tags', 'votes', 'commentable_id', 'username', 'user_id', 'closed', 'tags', 'votes', 'commentable_id', 'username', 'user_id',
'created_at', 'updated_at', 'comments_count', 'unread_comments_count', 'created_at', 'updated_at', 'comments_count', 'unread_comments_count',
'at_position_list', 'children', 'type', 'highlighted_title', '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 = [ updatable_fields = [
......
...@@ -69,6 +69,7 @@ Shapely==1.2.16 ...@@ -69,6 +69,7 @@ Shapely==1.2.16
singledispatch==3.4.0.2 singledispatch==3.4.0.2
sorl-thumbnail==11.12 sorl-thumbnail==11.12
South==0.7.6 South==0.7.6
sure==1.2.3
sympy==0.7.1 sympy==0.7.1
xmltodict==0.4.1 xmltodict==0.4.1
django-ratelimit-backend==0.6 django-ratelimit-backend==0.6
...@@ -86,6 +87,7 @@ newrelic==2.4.0.4 ...@@ -86,6 +87,7 @@ newrelic==2.4.0.4
# Used for documentation gathering # Used for documentation gathering
sphinx==1.1.3 sphinx==1.1.3
sphinx_rtd_theme==0.1.5
# Used for Internationalization and localization # Used for Internationalization and localization
Babel==1.3 Babel==1.3
......
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