Rename class

This commit is contained in:
Matthew Ryan Dillon 2016-06-15 11:54:59 -07:00
parent 0e85351fbd
commit e3d795a910
2 changed files with 2 additions and 1 deletions

View file

@ -0,0 +1 @@
from pagination import EmberPageNumberPagination

View file

@ -79,7 +79,7 @@ def _get_page_links(page_numbers, current):
return page_links return page_links
class CustomPageNumberPagination(pagination.PageNumberPagination): class EmberPageNumberPagination(pagination.PageNumberPagination):
page_size_query_param = 'page_size' page_size_query_param = 'page_size'
def get_paginated_response(self, data): def get_paginated_response(self, data):