fnp
/
django-pagination.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
6b4e8ad
)
Document multiple paginations per page
author
Zygmunt Krynicki
<zygmunt.krynicki@linaro.org>
Wed, 22 Jun 2011 17:22:18 +0000
(19:22 +0200)
committer
Zygmunt Krynicki
<zygmunt.krynicki@linaro.org>
Wed, 22 Jun 2011 17:22:18 +0000
(19:22 +0200)
doc/usage.rst
patch
|
blob
|
history
diff --git
a/doc/usage.rst
b/doc/usage.rst
index
804337f
..
3e28c66
100644
(file)
--- a/
doc/usage.rst
+++ b/
doc/usage.rst
@@
-86,6
+86,15
@@
the ``paginate`` tag::
The default pagination template is contained in the
``pagination/pagination.html`` file inside the distribution.
The default pagination template is contained in the
``pagination/pagination.html`` file inside the distribution.
+
+Multiple paginations per page
+=============================
+
+You can use autopaginate/paginate multiple times in the same template. The only
+requirement is to call autopaginate before calling paginate. That is, paginate
+acts on the most recent call to autopaginate.
+
+
A Note About Uploads
====================
A Note About Uploads
====================