summaryrefslogtreecommitdiff
path: root/docs/ref/contrib/sitemaps.txt
AgeCommit message (Expand)Author
2025-11-20Ensured that Sitemap.items is described as a method in docs/ref/contrib/sitem...nessita
2025-08-25Refs #36485 -- Rewrapped docs to 79 columns line length.David Smith
2025-08-25Refs #36485 -- Removed unnecessary parentheses in :meth: and :func: roles in ...David Smith
2024-05-22Removed versionadded/changed annotations for 5.0.Natalia
2023-11-29Refs #25778 -- Updated some links and references to HTTPS.Adam Johnson
2023-09-18Removed versionadded/changed annotations for 4.2.Mariusz Felisiak
2023-07-10Fixed #34688 -- Removed contrib.sitemaps.ping_google() and ping_google manage...Andrew Northall
2023-04-27Refs #33662 -- Corrected Sitemap.get_languages_for_item() signature in docs.Andrei Shabanski
2023-03-01Fixed #34140 -- Reformatted code blocks in docs with blacken-docs.django-bot
2023-02-10Refs #34140 -- Applied rst code-block to non-Python examples.Carlton Gibson
2023-01-17Refs #32375 -- Changed default sitemap protocol to https.Mariusz Felisiak
2023-01-17Removed versionadded/changed annotations for 4.1.Mariusz Felisiak
2022-12-19Fixed #33662 -- Allowed Sitemap to customize languages for each item.Roxane
2022-08-09Refs #33842 -- Removed incorrect :file: role in contrib docs.Ramil Yanbulatov
2021-10-21Fixed #33210 -- Clarified docs for sitemaps ping_google() helper.Arkadiusz Adamski
2021-10-21Fixed #25916 -- Added lastmod support to sitemap index view.David Smith
2021-09-20Removed versionadded/changed annotations for 3.2.Mariusz Felisiak
2021-07-29Fixed 32956 -- Lowercased spelling of "web" and "web framework" where appropr...David Smith
2021-06-30Fixed #32850 -- Doc'd Sitemap.paginator.Thomas Guettler
2021-05-21Fixed #32375 -- Started deprecation toward changing the default sitemap proto...Rohith PR
2021-05-17Refs #32720 -- Updated various links in docs to avoid redirects and use HTTPS.Nick Pope
2020-07-29Fixed #27395 -- Added sitemap 'alternates' generation.Florian Demmer
2019-10-02Fixed #30817 -- Clarified return value of Sitemap.items().Sjbrgsn
2019-09-10Removed versionadded/changed annotations for 2.2.Mariusz Felisiak
2019-09-06Fixed #30573 -- Rephrased documentation to avoid words that minimise the invo...Tobias Kunze
2019-01-11Refs #23829 -- Made ping_google command/function use https for the sitemap URL.Sanyam Khurana
2019-01-11Documented ping_google()'s ping_url argument.Sanyam Khurana
2018-11-15Used auto-numbered lists in documentation.François Freitag
2018-05-17Removed versionadded/changed annotations for 2.0.Tim Graham
2017-09-20Fixed #28593 -- Added a simplified URL routing syntax per DEP 0201.Sjoerd Job Postmus
2017-05-22Updated various links in docs to avoid redirectsClaude Paroz
2017-03-20Removed extra characters in docs header underlines.Mariusz Felisiak
2017-02-28Fixed #27842 -- Added protocol kwarg to GenericSitemap.__init__().Alexey Opalev
2017-01-30Fixed incorrect namespace in sitemap example.Arkadiusz Adamski
2017-01-25Refs #23919 -- Replaced super(ClassName, self) with super() in docs.chillaranand
2016-10-03Fixed #27307 -- Added missing url names in sitemaps docs.Tim Graham
2016-03-09Wrapped some lines and added links to docs/ref/contrib/sitemaps.txt.Tim Graham
2016-02-01Fixed #26124 -- Added missing code formatting to docs headers.rowanv
2016-01-14Fixed #23868 -- Added support for non-unique django-admin-options in docs.Tim Graham
2015-12-31Fixed #26013 -- Moved django.core.urlresolvers to django.urls.Marten Kenbeek
2015-12-01Fixed #25778 -- Updated docs links to use https when available.Jon Dufresne
2015-11-16Fixed #25755 -- Unified spelling of "website".Agnieszka Lasyk
2015-09-23Removed versionadded/changed annotations for 1.8.Tim Graham
2015-05-05Fixed #24736 -- Documented the Sitemap.limit attributeAbhaya Agarwal
2015-02-01Removed versionadded/changed notes for 1.7.Tim Graham
2015-01-17Removed contrib.flatpages.FlatPageSitemap per deprecation timeline; refs #23884.Tim Graham
2014-12-28Deprecated TEMPLATE_LOADERS.Aymeric Augustin
2014-12-15Fixed #23884 -- Moved FlatPageSitemap into django.contrib.flatpages.Berker Peksag
2014-09-04Fixed imports in `Sitemap for static views` exampleJohn-Scott Atlakson
2014-08-13Corrected content_type parameter name in sitemap docs.Tim Graham