jmcclell / django-bootstrap-pagination

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

Support Bootstrap 4: page-item & page-link classes #62

Closed anadahalli closed 5 years ago

shadiakiki1986 commented 5 years ago

@anadahalli nice addition

@jmcclell any chance this gets merged upstream?

A rebase is probably in order, but I'm willing to contribute as needed

jmcclell commented 5 years ago

Covered in upcoming release.

shadiakiki1986 commented 5 years ago

Just for future-comers, version 1.7.0 includes page-item and page-link out of the box, but for justify-content-center, the user needs to set it explicitly, e.g.

{% bootstrap_paginate page_obj range=5 show_prev_next="true" show_first_last="true" show_index_range="false" extra_pagination_classes="justify-content-center" %}