From 8cfc49b7baff62dbb4de1b2fa6d22d45c97aef40 Mon Sep 17 00:00:00 2001 From: ptone Date: Tue, 8 Nov 2011 08:56:23 -0800 Subject: [PATCH] noted block scope for autopaginate tag --- doc/usage.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/usage.rst b/doc/usage.rst index 3c66a78..a57cf46 100644 --- a/doc/usage.rst +++ b/doc/usage.rst @@ -61,6 +61,10 @@ installation, which is covered in :ref:`installation`.) Note that this replaces ``object_list`` with the list for the current page, so you can iterate over the ``object_list`` like you normally would. + If you are using template ``{% block %}`` tags, the autopaginate tag must + exist in the same ``{% block %}`` where you access the paginated + ``object_list``. + In general the full syntax is:: autopaginate QUERYSET [PAGINATE_BY] [ORPHANS] [as NAME] -- 2.20.1