From eb00b427fc9d12c8ba53ce3875d7e481cd825e38 Mon Sep 17 00:00:00 2001 From: Abhaya Agarwal Date: Mon, 4 May 2015 23:14:00 +0530 Subject: [PATCH] [1.8.x] Fixed #24736 -- Documented the Sitemap.limit attribute Backport of 9096e2b5f75abf8e8882937bd3c3d47ccdc24e25 from master --- docs/ref/contrib/sitemaps.txt | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/ref/contrib/sitemaps.txt b/docs/ref/contrib/sitemaps.txt index b28b9b463d7..a0490fd3f9e 100644 --- a/docs/ref/contrib/sitemaps.txt +++ b/docs/ref/contrib/sitemaps.txt @@ -234,6 +234,15 @@ Sitemap class reference sitemap was requested is used. If the sitemap is built outside the context of a request, the default is ``'http'``. + .. attribute:: Sitemap.limit + + **Optional.** + + This attribute defines the maximum number of URLs included on each page + of the sitemap. Its value should not exceed the default value of + ``50000``, which is the upper limit allowed in the `Sitemaps protocol + `_. + .. attribute:: Sitemap.i18n .. versionadded:: 1.8