| Age | Commit message (Expand) | Author |
| 2025-02-18 | Refs #36005 -- Used datetime.UTC alias instead of datetime.timezone.utc. | Mariusz Felisiak |
| 2023-02-01 | Refs #33476 -- Applied Black's 2023 stable style. | David Smith |
| 2023-01-17 | Refs #25916 -- Removed SitemapIndexItem.__str__() per deprecation timeline. | Mariusz Felisiak |
| 2022-03-24 | Refs #32365 -- Removed internal uses of utils.timezone.utc alias. | Carlton Gibson |
| 2022-02-07 | Refs #33476 -- Refactored code to strictly match 88 characters line length. | Mariusz Felisiak |
| 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 |
| 2021-05-12 | Fixed #32366 -- Updated datetime module usage to recommended approach. | Nick Pope |
| 2020-09-14 | Fixed #31789 -- Added a new headers interface to HttpResponse. | Tom Carrick |
| 2017-05-27 | Added comments to contrib.sitemaps.index() view. | Boris Burkov |
| 2016-01-23 | Fixed #25989 -- Corrected sitemap's Last-Modified header to use the latest la... | Alexander Rudakov |
| 2015-12-31 | Fixed #26013 -- Moved django.core.urlresolvers to django.urls. | Marten Kenbeek |
| 2015-04-18 | Removed cases of six.iter* wrapped in a list() | Curtis Maloney |
| 2015-02-06 | Sorted imports with isort; refs #23860. | Tim Graham |
| 2014-09-11 | Fixed #23403 -- Fixed crash in contrib.sitemaps if lastmod returned a date ra... | Tim Graham |
| 2014-01-26 | Moved RequestSite and get_current_site. | Aymeric Augustin |
| 2013-11-02 | More attacking E302 violators | Alex Gaynor |
| 2013-10-21 | Fixed #21288 -- Fixed E126 pep8 warnings | Alasdair Nicol |
| 2013-10-15 | Fixed #7603 -- Added a 'scheme' property to the HttpRequest object | Unai Zalakain |
| 2013-07-31 | Fixed #20793 -- Added Last-Modified header to sitemaps. | Julian Bez |
| 2013-06-29 | More import removals | Claude Paroz |
| 2013-06-28 | Removed 'mimetype' arguments from a few places, as per deprecation TL. | Ramiro Morales |
| 2013-05-04 | One more changed import location of wraps | Claude Paroz |
| 2013-05-04 | Fixed #18351 -- Added X-Robots-Tag header to sitemaps | Claude Paroz |
| 2013-01-31 | Fixed #19692 -- Completed deprecation of mimetype in favor of content_type. | Aymeric Augustin |
| 2012-08-07 | [py3] Fixed access to dict keys/values/items. | Aymeric Augustin |
| 2012-01-29 | Fixed #8995 -- Added support for HTTPS in sitemaps. | Aymeric Augustin |
| 2012-01-29 | Fixed #2713 -- Made the name of the sitemap view a parameter of the sitemap i... | Aymeric Augustin |
| 2011-12-17 | Converted some of the built-in views to use content_type instead of mimetype ... | Adrian Holovaty |
| 2011-07-13 | Fixed #16225 -- Removed unused imports. Many thanks to Aymeric Augustin for t... | Jannis Leidel |
| 2011-06-28 | Fixed #16175 -- Modified the sitemaps views to return TemplateResponse instan... | Jannis Leidel |
| 2011-06-28 | Fixed #12347 -- Added a mimetype option to sitemaps views to further customiz... | Jannis Leidel |
| 2011-06-28 | Fixed #10907, #14190 and #15829 -- Pass item to sitemaps template to allow fu... | Jannis Leidel |
| 2010-12-12 | Fixed #14041 -- Added ability to override the template of the sitemaps views.... | Jannis Leidel |
| 2010-10-11 | Fixed #14433 - replaced a thread-unsafe solution to #10235 introduced in [13980] | Luke Plant |
| 2010-10-04 | Fixed #14386, #8960, #10235, #10909, #10608, #13845, #14377 - standardize Sit... | Luke Plant |
| 2008-07-26 | Fixed #7793 -- Handle sitemaps with more than 50,000 URLs in them (by using | Malcolm Tredinnick |
| 2007-07-04 | Merged Unicode branch into trunk (r4952:5608). This should be fully | Malcolm Tredinnick |
| 2007-04-26 | Fixed #4040 -- Changed uses of has_key() to "in". Slight performance | Malcolm Tredinnick |
| 2006-09-02 | Fixed #2643 -- Fixed incorrect reverse() view names in sitemaps contrib app. ... | Adrian Holovaty |
| 2006-08-31 | Renamed django.contrib.sitemap to django.contrib.sitemaps, to be more consist... | Adrian Holovaty |