1 ========================
2 Linaro Django Pagination
3 ========================
5 .. image:: https://travis-ci.org/zyga/django-pagination.svg?branch=master
6 :target: https://travis-ci.org/zyga/django-pagination
8 .. image:: https://coveralls.io/repos/zyga/django-pagination/badge.svg?branch=master&service=github
9 :target: https://coveralls.io/github/zyga/django-pagination?branch=master
15 This project is a fork of apparently dead "django-pagination" project
16 originally written by 'Eric Florenzano'. It is maintained by the Linaro
17 Validation/Infrastructure team. Latest releases can be found on launchpad and
20 We are in the process of deciding how to properly host and manage the project.
21 Feel free to hop to #linaro on irc.freenode.net and ask either 'zyga' or
22 'mwhudson' about this.
25 About top-level package name change
26 -----------------------------------
27 The top level package name was changed from `pagination` to
28 `linaro-django-pagination`. I did this to ensure that existing users of the
29 original package could easily transition, on their own terms. Since both
30 packages are co-installable you are free to check things out and see if the new
31 pagination code works well for you or not.
33 Also, since the implementation of the actual tags was rewritten I would not
34 feel entirely confident that the new package is a drop-in replacement.
40 We would like to welcome any and all contributors. Please use the pull request
44 How to use linaro-django-pagination
45 -----------------------------------
47 See our official documentation for more details.
48 http://packages.python.org/linaro-django-pagination/