Django EL(Endless) Pagination
2.1.0
  • Changelog
  • Getting started
  • Twitter-style Pagination
  • Digg-style pagination
  • Multiple paginations in the same page
  • Lazy pagination
  • Different number of items on the first page
  • Getting the current page number
  • Templatetags reference
  • JavaScript reference
  • Generic views
  • Customization
  • Contributing
  • Source code and contacts
  • Thanks
Django EL(Endless) Pagination
  • Docs »
  • Django EL(Endless) Pagination
  • Edit on GitHub

Django EL(Endless) PaginationΒΆ

This application provides Twitter- and Digg-style pagination, with multiple and lazy pagination and optional Ajax support. It is devoted to implementing web pagination in very few steps.

The source code for this app is hosted at https://github.com/shtalinberg/django-el-pagination.

Getting started is easy!

Contents:

  • Changelog
    • Version 2.1.0
    • Version 2.0
    • Version 1.1
  • Getting started
    • Requirements
    • Installation
    • Settings
    • Quickstart
  • Twitter-style Pagination
    • Split the template
    • A shortcut for ajaxed views
    • Paginating objects
    • Pagination on scroll
    • On scroll pagination using chunks
    • Before version 2.0
  • Digg-style pagination
    • Page by page
    • Showing indexes
    • Number of pages
    • Adding Ajax
  • Multiple paginations in the same page
    • Adding Ajax for multiple pagination
    • Manually selecting what to bind
  • Lazy pagination
  • Different number of items on the first page
  • Getting the current page number
    • In the template
    • In the view
  • Templatetags reference
    • paginate
    • lazy_paginate
    • show_more
    • get_pages
    • show_pages
    • show_current_number
  • JavaScript reference
    • Activating Ajax support
    • Pagination on scroll
    • Attaching callbacks
    • Manually selecting what to bind
    • Customize each pagination
    • Selectors
    • On scroll pagination using chunks
    • Migrate from version 1.1 to 2.1
  • Generic views
    • AjaxListView reference
  • Customization
    • Settings
    • Templates and CSS
  • Contributing
    • Creating a development environment
    • Testing the application
    • Debugging
  • Source code and contacts
    • Repository and bugs
    • Contacts
  • Thanks
Next

© Copyright 2009-2013, Oleksandr Shtalinberg and Francesco Banconi. Revision 24b1053b.

Built with Sphinx using a theme provided by Read the Docs.
Read the Docs v: 2.1.0
Versions
latest
stable
2.1.0
Downloads
pdf
htmlzip
epub
On Read the Docs
Project Home
Builds

Free document hosting provided by Read the Docs.