django/tests/regressiontests/pagination
Chris Beaven fbfa654a15 Paginator._get_page hook
This allows for Paginator subclasses to easily override the Page class
that gets used.

Took the opportunity to also do some non-invasive PEP8 tidying of the
paginator module.
2012-11-21 15:19:44 +13:00
..
__init__.py Merged pagination tests 2012-11-08 11:07:16 +01:00
custom.py Paginator._get_page hook 2012-11-21 15:19:44 +13:00
models.py Merged pagination tests 2012-11-08 11:07:16 +01:00
tests.py Paginator._get_page hook 2012-11-21 15:19:44 +13:00