jmcclell / django-bootstrap-pagination

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

Add Django 2 support #69

Closed desecho closed 6 years ago

desecho commented 6 years ago

This pull requests adds support for Django 2.0. It will also support Django 1.11. It does not support lower versions of Django. That makes sense because Django versions less than Django 1.11 are no longer supported. Tests fail though because they are meant for lower versions of Django.

desecho commented 6 years ago

Closing because it is fixed in master now already