From: Zygmunt Krynicki Date: Wed, 22 Jun 2011 17:22:18 +0000 (+0200) Subject: Document multiple paginations per page X-Git-Tag: release-2.0.1~2 X-Git-Url: https://git.mdrn.pl/django-pagination.git/commitdiff_plain/c13691627da9527f921065be3ba9607910f0cde8 Document multiple paginations per page --- 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 ====================