zyga / django-pagination

Fork of unmaintained django-pagination - a set of utilities for creating robust pagination tools throughout a django application.
http://launchpad.net/linaro-django-pagination
BSD 3-Clause "New" or "Revised" License
39 stars 31 forks source link

Django 1.8 Support #27

Closed amrael closed 9 years ago

amrael commented 9 years ago

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
zyga commented 9 years ago

Thanks!