staticdev / django-pagination-bootstrap

Django-pagination-bootstrap is an app to easy add pagination in Django, using Bootstrap's layout.
MIT License
32 stars 18 forks source link

The {% ifequal %} and {% ifnotequal %} template tags are removed in Django 4.0.x #318

Closed urtzai closed 1 year ago

urtzai commented 1 year ago

This line on pagination.html causes compatibility errors in the last Django version (4.0.x)

ifequal removal notification here: https://docs.djangoproject.com/en/4.1/releases/4.0/