This commit is contained in:
Chris Elston 2013-11-19 09:49:46 -08:00
commit d7aac6b900
5 changed files with 76 additions and 2 deletions

View file

@ -488,6 +488,12 @@ Setting name (default value) What does it do?
`DEFAULT_PAGINATION` (``False``) The maximum number of articles to include on a
page, not including orphans. False to disable
pagination.
`TEMPLATE_PAGINATION` (``{}``) A dictionary used to set per-template pagination,
used when you wish different templates to have
a specific number of articles per page.
For example: ``{'index': 10}``
`PAGINATION_PATTERNS` A set of patterns that are used to determine advanced
pagination output.
================================================ =====================================================