jmcclell / django-bootstrap-pagination

Django template tag for rendering Page objects as Bootstrap pagination HTML
MIT License
212 stars 83 forks source link

django.core.urlresolvers deprecated in Django 2.0 #64

Closed narrowfail closed 6 years ago

narrowfail commented 6 years ago
Invalid template library specified. 

ImportError raised when trying to load 'bootstrap_pagination.templatetags.bootstrap_pagination':
No module named 'django.core.urlresolvers'

Deprecated since version 1.10: In older versions, these functions are located in django.core.urlresolvers. Importing from the old location will continue to work until Django 2.0.

adilkhash commented 6 years ago

Here is PR https://github.com/jmcclell/django-bootstrap-pagination/pull/66

kvdveer commented 6 years ago

I have merged your PR. Thanks for contributing.