summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/ref/contrib/sitemaps.txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/docs/ref/contrib/sitemaps.txt b/docs/ref/contrib/sitemaps.txt
index 9aaf08ca03..51cd78aafe 100644
--- a/docs/ref/contrib/sitemaps.txt
+++ b/docs/ref/contrib/sitemaps.txt
@@ -186,6 +186,15 @@ Note:
Django respond appropriately to requests with an ``If-Modified-Since``
header which will prevent sending the sitemap if it hasn't changed.
+ .. attribute:: Sitemap.paginator
+
+ **Optional.**
+
+ This property returns a :class:`~django.core.paginator.Paginator` for
+ :attr:`~Sitemap.items()`. If you generate sitemaps in a batch you may
+ want to override this as a cached property in order to avoid multiple
+ ``items()`` calls.
+
.. attribute:: Sitemap.changefreq
**Optional.** Either a method or attribute.