Change header name on header pagination mixin.

remotes/origin/enhancement/email-actions
Andrey Antukh 2013-10-11 08:44:11 +02:00
parent 81fcc4351a
commit 04dfceaecf
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ class HeadersPaginationMixin(object):
if page is None:
return page
self.headers["X-Pagination-Total"] = page.paginator.count
self.headers["X-Pagination-Count"] = page.paginator.count
self.headers["X-Paginated"] = "true"
if page.has_next():