django-bootstrap-pagination icon indicating copy to clipboard operation
django-bootstrap-pagination copied to clipboard

Django template tag for rendering Page objects as Bootstrap pagination HTML

Results 4 django-bootstrap-pagination issues
Sort by recently updated
recently updated
newest added

Bootstrap 4 does not provide any new features for the pager or the paginator. Hoewever, its structure has changed a bit. We can get away with just using a different...

enhancement
in progress

I'm using the paginator with range 10 on a set of 1500 pages. The fact that there are more than 10 pages is not visually clear at all. I'd propose...

enhancement

Hi guys! Bootstrap tooltips should be used for "Previous page" and other buttons with tooltip in the HTML paginator. See http://getbootstrap.com/javascript/#tooltips for more details. I think tooltips should all be...

enhancement