Metadata-Version: 2.1
Name: dj-pagination
Version: 2.4.0
Summary: Django + Pagination Made Easy
Home-page: https://github.com/pydanny/dj-pagination
Author: Daniel Roy Greenfeld
Author-email: pydanny@gmail.com
License: BSD
Keywords: pagination,django
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Framework :: Django :: 1.11
Classifier: Framework :: Django :: 2.0
Classifier: Framework :: Django :: 2.1
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Description-Content-Type: text/markdown
Requires-Dist: Django (<2.0); python_version < "3.0"

# dj-pagination

[![https://travis-ci.org/pydanny/dj-pagination](https://travis-ci.org/pydanny/dj-pagination.svg?branch=master)](https://travis-ci.org/pydanny/dj-paginatio)

[![https://codecov.io/github/pydanny/django-pagination?branch=master](https://codecov.io/gh/pydanny/dj-pagination/branch/master/graphs/badge.svg?branch=master&service=github)](https://codecov.io/gh/pydanny/dj-pagination)

# How to use dj-pagination

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


# This project is sponsored by BriteCore

BriteCore does awesome things with Python, Django, JavaScript, and AWS. [Apply for a job if you're interested!](http://engineering-application.britecore.com)

[![](https://avatars1.githubusercontent.com/u/967173?s=200&v=4)](http://engineering-application.britecore.com)


# 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.




