diff options
| author | Tim Graham <timograham@gmail.com> | 2015-01-17 14:14:15 -0500 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2015-01-17 14:40:22 -0500 |
| commit | c2d5f2903cfaef4f8b17d86f4db706b61073a471 (patch) | |
| tree | 93a017bc27c7765f80eed73e42d12fc6f198d093 /docs | |
| parent | 65d55c409343aab7c2ae771c459720ef797b4cdb (diff) | |
Removed contrib.flatpages.FlatPageSitemap per deprecation timeline; refs #23884.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/ref/contrib/sitemaps.txt | 16 |
1 files changed, 1 insertions, 15 deletions
diff --git a/docs/ref/contrib/sitemaps.txt b/docs/ref/contrib/sitemaps.txt index b28b9b463d..cb64685127 100644 --- a/docs/ref/contrib/sitemaps.txt +++ b/docs/ref/contrib/sitemaps.txt @@ -247,21 +247,7 @@ Sitemap class reference Shortcuts ========= -The sitemap framework provides a couple convenience classes for common cases: - -.. class:: FlatPageSitemap - - .. deprecated:: 1.8 - - Use :class:`django.contrib.flatpages.sitemaps.FlatPageSitemap` instead. - - The :class:`django.contrib.sitemaps.FlatPageSitemap` class looks at all - publicly visible :mod:`flatpages <django.contrib.flatpages>` - defined for the current :setting:`SITE_ID` (see the - :mod:`sites documentation <django.contrib.sites>`) and - creates an entry in the sitemap. These entries include only the - :attr:`~Sitemap.location` attribute -- not :attr:`~Sitemap.lastmod`, - :attr:`~Sitemap.changefreq` or :attr:`~Sitemap.priority`. +The sitemap framework provides a convenience class for a common case: .. class:: GenericSitemap |
