fnp
/
django-pagination.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (from:
b401bf0
)
Fix bug with multiple paginations
author
Albert Tugushev
<albert@tugushev.ru>
Fri, 1 Jan 2016 07:43:58 +0000
(10:43 +0300)
committer
Albert Tugushev
<albert@tugushev.ru>
Sat, 2 Jan 2016 16:31:33 +0000
(19:31 +0300)
Since `parser.tokens` doesn't returns a whole tokens of a template, in this
case the last remaining autopaginate tag makes `multiple_paginations` false,
so page-suffix of the last paginate tag will be empty.
No differences found