| Age | Commit message (Expand) | Author |
| 2019-01-11 | Refs #23829 -- Made ping_google command/function use https for the sitemap URL. | Sanyam Khurana |
| 2018-09-26 | Refs #29784 -- Switched to https:// links where available. | Jon Dufresne |
| 2017-09-07 | Reverted "Fixed #27818 -- Replaced try/except/pass with contextlib.suppress()." | Tim Graham |
| 2017-06-28 | Fixed #27818 -- Replaced try/except/pass with contextlib.suppress(). | Mads Jensen |
| 2017-02-28 | Fixed #27842 -- Added protocol kwarg to GenericSitemap.__init__(). | Alexey Opalev |
| 2017-02-04 | Refs #27656 -- Updated django.contrib docstring verb style according to PEP 257. | Anton Samarchyan |
| 2017-01-19 | Refs #23919 -- Stopped inheriting from object to define new style classes. | Simon Charette |
| 2017-01-18 | Refs #23919 -- Removed most of remaining six usage | Claude Paroz |
| 2016-11-22 | Added tests for contrib.sitemaps.ping_google(). | Adam Chainz |
| 2016-08-25 | Replaced property() usage with decorator in several places. | Berker Peksag |
| 2016-03-08 | Fixed a dead link in django/contrib/sitemaps/__init__.py. | Tim Graham |
| 2015-12-31 | Fixed #26013 -- Moved django.core.urlresolvers to django.urls. | Marten Kenbeek |
| 2015-11-19 | Updated sitemaps.ping_google() to use https. | Matt Robenolt |
| 2015-06-27 | Sorted imports in __init__.py files. | Tim Graham |
| 2015-05-13 | Removed unnecessary arguments in .get method calls | Piotr Jakimiak |
| 2015-01-17 | Removed contrib.flatpages.FlatPageSitemap per deprecation timeline; refs #23884. | Tim Graham |
| 2014-12-15 | Fixed #23884 -- Moved FlatPageSitemap into django.contrib.flatpages. | Berker Peksag |
| 2014-09-05 | Limited lines to 119 characters in django/ | Tim Graham |
| 2014-06-20 | Fixed #22782 -- Added i18n attr to Sitemap class | Luan Pablo |
| 2014-03-24 | Fixed typo in error message in django.contrib.sitemaps. | Jannis |
| 2014-02-01 | Suppressed the `if Site._meta.installed` pattern. | Aymeric Augustin |
| 2014-01-25 | Fixed #21829 -- Added default AppConfigs. | Aymeric Augustin |
| 2013-11-28 | Fixed E125 pep8 warnings | Christopher Medrela |
| 2013-11-02 | Fixed flake8 E241 | Boryslav Larin |
| 2013-10-24 | Start attacking E231 violations | Alex Gaynor |
| 2013-10-10 | Fixed "redefinition of unused 'foo' from line X" pyflakes warnings. | Tim Graham |
| 2013-09-17 | Fixed #21112 -- Make sure sitemaps with no lastmod date work correctly. | Simon Charette |
| 2013-09-05 | Took advantage of django.utils.six.moves.urllib.*. | Aymeric Augustin |
| 2013-07-31 | Fixed #20793 -- Added Last-Modified header to sitemaps. | Julian Bez |
| 2013-05-26 | Replaced `and...or...` constructs with PEP 308 conditional expressions. | Ramiro Morales |
| 2012-07-22 | [py3] Updated urllib/urllib2/urlparse imports. | Aymeric Augustin |
| 2012-02-09 | Fixed #10793 -- Stopped caching paginator instances in sitemap classes to pre... | Jannis Leidel |
| 2012-02-03 | Made a bunch more edits up until [17418] | Adrian Holovaty |
| 2012-01-29 | Fixed #8995 -- Added support for HTTPS in sitemaps. | Aymeric Augustin |
| 2011-07-13 | Fixed #16225 -- Removed unused imports. Many thanks to Aymeric Augustin for t... | Jannis Leidel |
| 2011-06-28 | Fixed #10907, #14190 and #15829 -- Pass item to sitemaps template to allow fu... | 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 |
| 2010-09-10 | Fixed #11358: Don't include private flatpages in sitemap. Thanks dburke and m... | Karen Tracey |
| 2010-08-30 | Fixed #14198 -- Corrected rendering of generic sitemaps when no priority is s... | Russell Keith-Magee |
| 2010-08-27 | Fixed #14164 -- Ensure that sitemap priorities aren't rendered with localized... | Russell Keith-Magee |
| 2008-09-17 | Fixed #8574 -- Made Sitemap a new-style class | Adrian Holovaty |
| 2008-08-08 | Fixed #8020 -- Fixed paginator initialisation in sitemaps framework. Thanks, | Malcolm Tredinnick |
| 2008-07-26 | Fixed #7793 -- Handle sitemaps with more than 50,000 URLs in them (by using | Malcolm Tredinnick |
| 2007-05-20 | Fixed #4348 -- Updated Google sitemap ping code. Thanks, marijn | Adrian Holovaty |
| 2006-12-07 | Fixed #3106 -- Typo in sitemap ping_google method. Thanks, Bastian Kleineidam. | Russell Keith-Magee |
| 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 |