TOKEN_BLOCK was moved to django.template.base, so import error occurs like this,
TemplateSyntaxError: 'pagination_tags' is not a valid tag library: ImportError raised loading linaro_django_pagination.templatetags.pagination_tags: cannot import name TOKEN_BLOCK
TOKEN_BLOCK was moved to django.template.base, so import error occurs like this,