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

Commit 37c16df

Browse files
committed
update README
1 parent 46c5704 commit 37c16df

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,10 @@ simply provides a Previous and Next link.
194194
and thus it is expected that there is a named "page" argument in the
195195
URL referenced by **url_view_name**. This allows us to use pretty
196196
pagination URLs such as "/page/1"
197-
197+
198+
199+
- **url_anchor** - The anchor to use in URLs. Defaults to None
200+
198201
**Usage**
199202

200203
Usage is basically the same as for bootstrap_paginate. The simplest usage is:

README.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -203,6 +203,8 @@ url_extra_kwargs
203203
there is a named "page" argument in the URL referenced by **url_view_name**. This allows
204204
us to use pretty pagination URLs such as "/page/1"
205205

206+
url_anchor
207+
The anchor to use in URLs. Defaults to None.
206208

207209
**Usage**
208210

0 commit comments

Comments
 (0)