From: Albert Tugushev Date: Fri, 1 Jan 2016 07:43:58 +0000 (+0300) Subject: Fix bug with multiple paginations X-Git-Tag: 2.2.0~2^2~3 X-Git-Url: https://git.mdrn.pl/django-pagination.git/commitdiff_plain/b401bf0ef7b6945ffb07f905dd59e1868a48671c?hp=b401bf0ef7b6945ffb07f905dd59e1868a48671c Fix bug with multiple paginations 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. ---