mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-08-04 12:30:11 +03:00
reove extra space
This commit is contained in:
parent
d18e3a61e5
commit
dfc868664f
|
@ -232,7 +232,7 @@ class PageNumberPagination(BasePagination):
|
||||||
('previous', self.get_previous_link()),
|
('previous', self.get_previous_link()),
|
||||||
('results', data)
|
('results', data)
|
||||||
])
|
])
|
||||||
|
|
||||||
def get_paginated_response(self, data, extra_fields={}):
|
def get_paginated_response(self, data, extra_fields={}):
|
||||||
ordered_dict = self.get_paginated_dictionary(data)
|
ordered_dict = self.get_paginated_dictionary(data)
|
||||||
for key in extra_fields:
|
for key in extra_fields:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user