| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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-01-17 | Refs #25916 -- Removed SitemapIndexItem.__str__() per deprecation timeline. | Mariusz Felisiak | |
| 2022-12-19 | Fixed #33662 -- Allowed Sitemap to customize languages for each item. | Roxane | |
| 2022-11-07 | Fixed #34088 -- Fixed Sitemap.get_latest_lastmod() crash with empty items. | Daniel Ivanov | |
| Bug in 480191244d12fefbf95854b2b117c71ffe44749a. Thanks Michal Čihař for the report. | |||
| 2022-02-07 | Refs #33476 -- Reformatted code with Black. | django-bot | |
| 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-10-21 | Refs #25916 -- Isolated sitemap.test_utils tests | David Smith | |
| 2021-10-14 | Refs #25916 -- Added tests for a callable lastmod on Sitemaps. | David Smith | |
| 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-02-06 | Fixed #30159 -- Removed unneeded use of OrderedDict. | Nick Pope | |
| Dicts preserve order since Python 3.6. | |||
| 2018-12-31 | Updated test URL patterns to use path() and re_path(). | Tim Graham | |
| 2017-07-26 | Improved test coverage for django.contrib.sitemaps. | Anton Samarchyan | |
| 2016-11-22 | Added tests for contrib.sitemaps.ping_google(). | Adam Chainz | |
| 2016-11-14 | Fixed E305 flake8 warnings. | Ramin Farajpour Cami | |
| 2016-06-08 | Fixed #26290 -- Warned that paginating an unordered QuerySet may result in ↵ | Emad Mokhtar | |
| inconsistent results. | |||
| 2016-03-09 | Added missing backslash in sitemaps_tests urls. | Tim Graham | |
| 2016-01-28 | Refs #26015 -- Added regression test for an empty sitemap. | Andrew Kuchev | |
| 2016-01-23 | Fixed #25989 -- Corrected sitemap's Last-Modified header to use the latest ↵ | Alexander Rudakov | |
| lastmod of all sitemaps. Previously, the lastmod of the last sitemap was always used. All sitemaps are required to have a lastmod. | |||
| 2015-02-11 | Moved contrib.sitemaps tests out of contrib. | Tim Graham | |
