From cb0018185465c8aa22092fd887cfd4b25e6544ab Mon Sep 17 00:00:00 2001 From: Luke Plant Date: Tue, 5 Oct 2010 19:41:48 +0000 Subject: [1.2.X] Fixed #11358: Don't include private flatpages in sitemap. Thanks dburke and mlavin. Backport of [13734] from trunk git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@13985 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- docs/ref/contrib/sitemaps.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/ref') diff --git a/docs/ref/contrib/sitemaps.txt b/docs/ref/contrib/sitemaps.txt index 113d4d3531..7a66cbe9a9 100644 --- a/docs/ref/contrib/sitemaps.txt +++ b/docs/ref/contrib/sitemaps.txt @@ -215,8 +215,8 @@ The sitemap framework provides a couple convenience classes for common cases: .. class:: FlatPageSitemap The :class:`django.contrib.sitemaps.FlatPageSitemap` class looks at all - :mod:`flatpages ` defined for the current - :setting:`SITE_ID` (see the + publicly visible :mod:`flatpages ` + defined for the current :setting:`SITE_ID` (see the :mod:`sites documentation `) and creates an entry in the sitemap. These entries include only the :attr:`~Sitemap.location` attribute -- not :attr:`~Sitemap.lastmod`, -- cgit v1.3