jmcclell / django-bootstrap-pagination

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

Bootstrap 4? #70

Closed josvleeuwen closed 5 years ago

josvleeuwen commented 6 years ago

Hi, I noticed the readme says:

Note: This version is compatible with Bootstrap 3.x only! Please use the 1.0.x branch for Bootstrap 2 support.

Does it mean it does not support Bootstrap 4? I noticed the BS4 branch, but it gives a TemplateDoesNotExist error, see my reply in #50

This is the only project I could find that is being actively maintained, but it needs some updating. I noticed no new activity in the BS4 branch for 2 years, are you planning on supporting BS4?

joe513 commented 6 years ago

@Dulcin Hey, you can use this one , but currently it works for python 3.x branch only.

jmcclell commented 5 years ago

Bootstrap 4 support for the Pagination tag is in the upcoming release. Pager is not supported past Bootstrap 3 currently as there is no equivalent construct in Bootstrap 4.