dj-pagination

Django + Pagination Made Easy


Keywords
pagination, django, python3
License
BSD-3-Clause
Install
pip install dj-pagination==2.5.0

Documentation

dj-pagination

https://travis-ci.org/pydanny/dj-pagination

https://codecov.io/github/pydanny/django-pagination?branch=master

How to use dj-pagination

See our official documentation for more details. http://dj-pagination.readthedocs.io/

Support this Project!

This project is run by a voluntees. Please support them in their efforts to maintain and improve Cookiecutter Django:

Projects that provide financial support to the maintainer:

About the fork

This project is a fork of the "django-pagination" project originally written by 'Eric Florenzano' then forked by the Linaro Validation/Infrastructure team. Latest releases can be found on pypi.

About top-level package name change

The top level package name was changed from pagination to linaro_django_pagination to dj_pagination. Following the Linaro pattern I did this to ensure that existing users of the original package could easily transition, on their own terms. Since both packages are co-installable you are free to check things out and see if the new pagination code works well for you or not.

Since the implementation of the actual tags were rewritten since the django-pagination days it's fairly certain the new package is a NOT a drop-in replacement.