Skip to content
This repository was archived by the owner on Apr 17, 2021. It is now read-only.

Commit 315430d

Browse files
committed
Merge pull request #43 from richardbrockie/master
Update README.md
2 parents 62d3946 + a193b75 commit 315430d

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ TEMPLATE_CONTEXT_PROCESSORS = (
8686
(Accepts "true" or "false")
8787
- **first_label** - The label to use for the First page link
8888
- **last_label** - The label to use for the Last page link
89+
- **show_index_range** - Boolean, defaults to "false". If "true" shows index range of items instead of page numbers in the paginator. For example, if paginator is configured for 50 items per page, show_index_range="true" will display [1-50, 51-100, **101-150**, 151-200, 201-250, etc.] rather than [1, 2, **3**, 4, 5, etc.].
8990
- **url_view_name** - A named URL reference (such as one that might get passed inti the URL
9091
template tag) to use as the URL template. Must be resolvable by the
9192
reverse() function. **If this option is not specified, the tag simply

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
setup(
1010
name='django-bootstrap-pagination',
11-
version='1.5.1',
11+
version='1.5.2',
1212
keywords="django bootstrap pagination templatetag",
1313
author=u'Jason McClellan',
1414
author_email='jason@jasonmccllelan.net',

0 commit comments

Comments
 (0)