https://github.com/shtalinberg/django-el-pagination
Django endless pagination tools. Ajax, multiple and lazy pagination, Twitter-style and Digg-style pagination.
https://github.com/shtalinberg/django-el-pagination
Last synced: 6 months ago
JSON representation
Django endless pagination tools. Ajax, multiple and lazy pagination, Twitter-style and Digg-style pagination.
- Host: GitHub
- URL: https://github.com/shtalinberg/django-el-pagination
- Owner: shtalinberg
- License: mit
- Created: 2015-12-06T14:29:23.000Z (almost 10 years ago)
- Default Branch: develop
- Last Pushed: 2024-12-19T00:35:17.000Z (11 months ago)
- Last Synced: 2025-04-06T12:05:25.799Z (8 months ago)
- Language: Python
- Size: 334 KB
- Stars: 306
- Watchers: 8
- Forks: 72
- Open Issues: 41
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
- Authors: AUTHORS
Awesome Lists containing this project
- awesome-django - django-el-pagination - Django EL(Endless) Pagination can be used to provide Twitter-style or Digg-style pagination, with optional Ajax support. (Other)
- awesome-django - django-el-pagination - Django EL(Endless) Pagination can be used to provide Twitter-style or Digg-style pagination, with optional Ajax support. (Other)
- awesome-django-cn - django-el-pagination, star:113 - Django EL(Endless) Pagination 可用于提供 Twitter 风格或 Digg 风格的分页,可支持 Ajax。 (其它)
README
=============================
Django EL(Endless) Pagination
=============================
| |pypi-pkg-version| |python-versions| |django-versions| |pypi-status| |docs|
| |build-ci-status| |tox-ci-status| |codecov|
Django EL(Endless) Pagination can be used to provide Twitter-style or
Digg-style pagination, with optional Ajax support and other features
like multiple or lazy pagination.
This app **django-el-pagination** forked from django-endless-pagination==2.0 (https://github.com/frankban/django-endless-pagination)
From version 4.0.0 drop support Django<3.2. For support Django<3.2 use django-endless-pagination<4.0.x
From version 4.1.2 added support Django 5.0 and python 3.12
The initial idea, which has guided the development of this application,
is to allow pagination of web contents in `very few steps
`_.
**Documentation** is `available online
`_, or in the doc
directory of the project.
To file **bugs and requests**, please use
https://github.com/shtalinberg/django-el-pagination/issues.
The **source code** for this app is hosted at
https://github.com/shtalinberg/django-el-pagination.
Pull requests are welcome. See `Contributing Guide
`_.
.. |build-ci-status| image:: https://github.com/shtalinberg/django-el-pagination/actions/workflows/tox.yml/badge.svg?branch=master
:target: https://github.com/shtalinberg/django-el-pagination/actions/workflows/tox.yml
:alt: Build release status
.. |docs| image:: https://readthedocs.org/projects/django-el-pagination/badge/?version=latest
:target: https://django-el-pagination.readthedocs.io/en/latest/?badge=latest
:alt: Documentation Status
.. |pypi-pkg-version| image:: https://img.shields.io/pypi/v/django-el-pagination.svg
:target: https://pypi.python.org/pypi/django-el-pagination/
.. |pypi-status| image:: https://img.shields.io/pypi/status/coverage.svg
:target: https://pypi.python.org/pypi/django-el-pagination/
.. |python-versions| image:: https://img.shields.io/pypi/pyversions/django-el-pagination.svg
.. |django-versions| image:: https://img.shields.io/pypi/djversions/django-el-pagination.svg
.. |codecov| image:: https://codecov.io/gh/shtalinberg/django-el-pagination/branch/master/graph/badge.svg
:target: https://codecov.io/gh/shtalinberg/django-el-pagination
:alt: Code coverage
.. |tox-ci-status| image:: https://github.com/shtalinberg/django-el-pagination/actions/workflows/tox.yml/badge.svg?branch=develop
:target: https://github.com/shtalinberg/django-el-pagination/actions/workflows/tox.yml
:alt: Tox develop status