From c13691627da9527f921065be3ba9607910f0cde8 Mon Sep 17 00:00:00 2001
From: Zygmunt Krynicki <zygmunt.krynicki@linaro.org>
Date: Wed, 22 Jun 2011 19:22:18 +0200
Subject: [PATCH 1/1] Document multiple paginations per page

---
 doc/usage.rst | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/doc/usage.rst b/doc/usage.rst
index 804337f..3e28c66 100644
--- 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.
 
+
+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
 ====================
 
-- 
2.20.1