index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
django
/
contrib
/
sitemaps
Age
Commit message (
Expand
)
Author
2025-07-23
Refs #36500 -- Rewrapped long docstrings and block comments via a script.
django-bot
2025-02-18
Refs #36005 -- Used datetime.UTC alias instead of datetime.timezone.utc.
Mariusz Felisiak
2023-07-10
Fixed #34688 -- Removed contrib.sitemaps.ping_google() and ping_google manage...
Andrew Northall
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
2023-01-17
Refs #32375 -- Changed default sitemap protocol to https.
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
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-21
Fixed #32375 -- Started deprecation toward changing the default sitemap proto...
Rohith PR
2021-05-12
Fixed #32366 -- Updated datetime module usage to recommended approach.
Nick Pope
2021-04-14
Fixed #32648 -- Fixed VariableDoesNotExist rendering sitemaps template.
Arthur Jovart
2020-12-15
Fixed #31007 -- Allowed specifying type of auto-created primary keys.
Tom Forbes
2020-09-14
Fixed #31789 -- Added a new headers interface to HttpResponse.
Tom Carrick
2020-07-29
Fixed #27395 -- Added sitemap 'alternates' generation.
Florian Demmer
2020-07-29
Refs #27395 -- Added XML namespace declaration to sitemap template.
Carlton Gibson
2020-07-21
Fixed #31180 -- Configured applications automatically.
Aymeric Augustin
2020-06-01
Reverted "Refs #23919 -- Removed obsolete __init__.py files in management com...
René Fleschenberg
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
2018-07-02
Removed parser.add_arguments() arguments that match the defaults.
Claude Paroz
2018-01-03
Refs #23919 -- Removed obsolete __init__.py files in management command direc...
я котик пур-пур
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-05-27
Added comments to contrib.sitemaps.index() view.
Boris Burkov
2017-02-28
Fixed #27842 -- Added protocol kwarg to GenericSitemap.__init__().
Alexey Opalev
2017-02-07
Converted usage of ugettext* functions to their gettext* aliases
Claude Paroz
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
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-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-05-05
Removed empty sitemaps/models.py file.
Tim Graham
2015-04-18
Removed cases of six.iter* wrapped in a list()
Curtis Maloney
2015-02-11
Moved contrib.sitemaps tests out of contrib.
Tim Graham
2015-02-06
Sorted imports with isort; refs #23860.
Tim Graham
2015-01-17
Removed contrib.flatpages.FlatPageSitemap per deprecation timeline; refs #23884.
Tim Graham
2014-12-30
Applied ignore_warnings to Django tests
Claude Paroz
2014-12-28
Deprecated TEMPLATE_DIRS.
Aymeric Augustin
2014-12-15
Refs #23884 -- Silenced a deprecation warning in sitemaps tests.
Tim Graham
2014-12-15
Fixed #23884 -- Moved FlatPageSitemap into django.contrib.flatpages.
Berker Peksag
[next]