| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-11-20 | Ensured that Sitemap.items is described as a method in ↵ | nessita | |
| docs/ref/contrib/sitemaps.txt. | |||
| 2025-08-25 | Refs #36485 -- Rewrapped docs to 79 columns line length. | David Smith | |
| Lines in the docs files were manually adjusted to conform to the 79 columns limit per line (plus newline), improving readability and consistency across the content. | |||
| 2025-08-25 | Refs #36485 -- Removed unnecessary parentheses in :meth: and :func: roles in ↵ | David Smith | |
| docs. | |||
| 2024-05-22 | Removed versionadded/changed annotations for 5.0. | Natalia | |
| This also removes remaining versionadded/changed annotations for older versions. | |||
| 2023-11-29 | Refs #25778 -- Updated some links and references to HTTPS. | Adam Johnson | |
| 2023-09-18 | Removed versionadded/changed annotations for 4.2. | Mariusz Felisiak | |
| This also removes remaining versionadded/changed annotations for older versions. | |||
| 2023-07-10 | Fixed #34688 -- Removed contrib.sitemaps.ping_google() and ping_google ↵ | Andrew Northall | |
| management command. Thanks Joachim Jablon for the report. Google has deprecated the sitemap ping endpoint, and will be removing it in 6 months ~January 2024. | |||
| 2023-04-27 | Refs #33662 -- Corrected Sitemap.get_languages_for_item() signature in docs. | Andrei Shabanski | |
| 2023-03-01 | Fixed #34140 -- Reformatted code blocks in docs with blacken-docs. | django-bot | |
| 2023-02-10 | Refs #34140 -- Applied rst code-block to non-Python examples. | Carlton Gibson | |
| Thanks to J.V. Zammit, Paolo Melchiorre, and Mariusz Felisiak for reviews. | |||
| 2023-01-17 | Refs #32375 -- Changed default sitemap protocol to https. | Mariusz Felisiak | |
| Per deprecation timeline. | |||
| 2023-01-17 | Removed versionadded/changed annotations for 4.1. | Mariusz Felisiak | |
| 2022-12-19 | Fixed #33662 -- Allowed Sitemap to customize languages for each item. | Roxane | |
| 2022-08-09 | Refs #33842 -- Removed incorrect :file: role in contrib docs. | Ramil Yanbulatov | |
| The file role is not appropriate for URLs and URL path-components. | |||
| 2021-10-21 | Fixed #33210 -- Clarified docs for sitemaps ping_google() helper. | Arkadiusz Adamski | |
| 2021-10-21 | Fixed #25916 -- Added lastmod support to sitemap index view. | David Smith | |
| Co-authored-by: Matthew Downey <matthew.downey@webit.com.au> | |||
| 2021-09-20 | Removed versionadded/changed annotations for 3.2. | Mariusz Felisiak | |
| 2021-07-29 | Fixed 32956 -- Lowercased spelling of "web" and "web framework" where ↵ | David Smith | |
| appropriate. | |||
| 2021-06-30 | Fixed #32850 -- Doc'd Sitemap.paginator. | Thomas Guettler | |
| 2021-05-21 | Fixed #32375 -- Started deprecation toward changing the default sitemap ↵ | Rohith PR | |
| protocol to https. The default sitemap protocol, when it is built outside the context of a request, will be changed from 'http' to 'https' in Django 5.0. | |||
| 2021-05-17 | Refs #32720 -- Updated various links in docs to avoid redirects and use HTTPS. | Nick Pope | |
| 2020-07-29 | Fixed #27395 -- Added sitemap 'alternates' generation. | Florian Demmer | |
| Updated the sitemap generator and default template to optionally include link elements with hreflang attribute to alternate language URLs. | |||
| 2019-10-02 | Fixed #30817 -- Clarified return value of Sitemap.items(). | Sjbrgsn | |
| 2019-09-10 | Removed versionadded/changed annotations for 2.2. | Mariusz Felisiak | |
| 2019-09-06 | Fixed #30573 -- Rephrased documentation to avoid words that minimise the ↵ | Tobias Kunze | |
| involved difficulty. This patch does not remove all occurrences of the words in question. Rather, I went through all of the occurrences of the words listed below, and judged if they a) suggested the reader had some kind of knowledge/experience, and b) if they added anything of value (including tone of voice, etc). I left most of the words alone. I looked at the following words: - simply/simple - easy/easier/easiest - obvious - just - merely - straightforward - ridiculous Thanks to Carlton Gibson for guidance on how to approach this issue, and to Tim Bell for providing the idea. But the enormous lion's share of thanks go to Adam Johnson for his patient and helpful review. | |||
| 2019-01-11 | Refs #23829 -- Made ping_google command/function use https for the sitemap URL. | Sanyam Khurana | |
| 2019-01-11 | Documented ping_google()'s ping_url argument. | Sanyam Khurana | |
| 2018-11-15 | Used auto-numbered lists in documentation. | François Freitag | |
| 2018-05-17 | Removed versionadded/changed annotations for 2.0. | Tim Graham | |
| 2017-09-20 | Fixed #28593 -- Added a simplified URL routing syntax per DEP 0201. | Sjoerd Job Postmus | |
| Thanks Aymeric Augustin for shepherding the DEP and patch review. Thanks Marten Kenbeek and Tim Graham for contributing to the code. Thanks Tom Christie, Shai Berger, and Tim Graham for the docs. | |||
| 2017-05-22 | Updated various links in docs to avoid redirects | Claude Paroz | |
| Thanks Tim Graham and Mariusz Felisiak for review and completion. | |||
| 2017-03-20 | Removed extra characters in docs header underlines. | Mariusz Felisiak | |
| 2017-02-28 | Fixed #27842 -- Added protocol kwarg to GenericSitemap.__init__(). | Alexey Opalev | |
| 2017-01-30 | Fixed incorrect namespace in sitemap example. | Arkadiusz Adamski | |
| 2017-01-25 | Refs #23919 -- Replaced super(ClassName, self) with super() in docs. | chillaranand | |
| 2016-10-03 | Fixed #27307 -- Added missing url names in sitemaps docs. | Tim Graham | |
| 2016-03-09 | Wrapped some lines and added links to docs/ref/contrib/sitemaps.txt. | Tim Graham | |
| 2016-02-01 | Fixed #26124 -- Added missing code formatting to docs headers. | rowanv | |
| 2016-01-14 | Fixed #23868 -- Added support for non-unique django-admin-options in docs. | Tim Graham | |
| Also documented missing short command line options to fix #24134. This bumps the minimum sphinx version required to build the docs to 1.3.4. Thanks Simon Charette for review. | |||
| 2015-12-31 | Fixed #26013 -- Moved django.core.urlresolvers to django.urls. | Marten Kenbeek | |
| Thanks to Tim Graham for the review. | |||
| 2015-12-01 | Fixed #25778 -- Updated docs links to use https when available. | Jon Dufresne | |
| 2015-11-16 | Fixed #25755 -- Unified spelling of "website". | Agnieszka Lasyk | |
| 2015-09-23 | Removed versionadded/changed annotations for 1.8. | Tim Graham | |
| 2015-05-05 | Fixed #24736 -- Documented the Sitemap.limit attribute | Abhaya Agarwal | |
| 2015-02-01 | Removed versionadded/changed notes for 1.7. | Tim Graham | |
| 2015-01-17 | Removed contrib.flatpages.FlatPageSitemap per deprecation timeline; refs #23884. | Tim Graham | |
| 2014-12-28 | Deprecated TEMPLATE_LOADERS. | Aymeric Augustin | |
| 2014-12-15 | Fixed #23884 -- Moved FlatPageSitemap into django.contrib.flatpages. | Berker Peksag | |
| 2014-09-04 | Fixed imports in `Sitemap for static views` example | John-Scott Atlakson | |
| 2014-08-13 | Corrected content_type parameter name in sitemap docs. | Tim Graham | |
| mimetype was deprecated in 1.5 per 11ec0253ab4cc926ab9e77619132cb398231ac33. | |||
