Remove whitespace and comment changes

This commit is contained in:
Tom Christie 2015-07-14 11:41:25 +01:00
parent 14a32ae32d
commit 2b51d5594b

View File

@ -449,11 +449,7 @@ class CursorPagination(BasePagination):
http://cramer.io/2011/03/08/building-cursors-for-the-disqus-api/
"""
cursor_query_param = 'cursor'
# The default page size.
# Defaults to `None`, meaning pagination is disabled.
page_size = api_settings.PAGE_SIZE
invalid_cursor_message = _('Invalid cursor')
ordering = '-created'
template = 'rest_framework/pagination/previous_and_next.html'