summaryrefslogtreecommitdiff
path: root/django/contrib/sitemaps
AgeCommit message (Expand)Author
2025-07-23Refs #36500 -- Rewrapped long docstrings and block comments via a script.django-bot
2025-02-18Refs #36005 -- Used datetime.UTC alias instead of datetime.timezone.utc.Mariusz Felisiak
2023-07-10Fixed #34688 -- Removed contrib.sitemaps.ping_google() and ping_google manage...Andrew Northall
2023-02-01Refs #33476 -- Applied Black's 2023 stable style.David Smith
2023-01-17Refs #25916 -- Removed SitemapIndexItem.__str__() per deprecation timeline.Mariusz Felisiak
2023-01-17Refs #32375 -- Changed default sitemap protocol to https.Mariusz Felisiak
2022-12-19Fixed #33662 -- Allowed Sitemap to customize languages for each item.Roxane
2022-11-07Fixed #34088 -- Fixed Sitemap.get_latest_lastmod() crash with empty items.Daniel Ivanov
2022-03-24Refs #32365 -- Removed internal uses of utils.timezone.utc alias.Carlton Gibson
2022-02-07Refs #33476 -- Refactored code to strictly match 88 characters line length.Mariusz Felisiak
2022-02-07Refs #33476 -- Reformatted code with Black.django-bot
2021-10-21Fixed #25916 -- Added lastmod support to sitemap index view.David Smith
2021-05-21Fixed #32375 -- Started deprecation toward changing the default sitemap proto...Rohith PR
2021-05-12Fixed #32366 -- Updated datetime module usage to recommended approach.Nick Pope
2021-04-14Fixed #32648 -- Fixed VariableDoesNotExist rendering sitemaps template.Arthur Jovart
2020-12-15Fixed #31007 -- Allowed specifying type of auto-created primary keys.Tom Forbes
2020-09-14Fixed #31789 -- Added a new headers interface to HttpResponse.Tom Carrick
2020-07-29Fixed #27395 -- Added sitemap 'alternates' generation.Florian Demmer
2020-07-29Refs #27395 -- Added XML namespace declaration to sitemap template.Carlton Gibson
2020-07-21Fixed #31180 -- Configured applications automatically.Aymeric Augustin
2020-06-01Reverted "Refs #23919 -- Removed obsolete __init__.py files in management com...René Fleschenberg
2019-01-11Refs #23829 -- Made ping_google command/function use https for the sitemap URL.Sanyam Khurana
2018-09-26Refs #29784 -- Switched to https:// links where available.Jon Dufresne
2018-07-02Removed parser.add_arguments() arguments that match the defaults.Claude Paroz
2018-01-03Refs #23919 -- Removed obsolete __init__.py files in management command direc...я котик пур-пур
2017-09-07Reverted "Fixed #27818 -- Replaced try/except/pass with contextlib.suppress()."Tim Graham
2017-06-28Fixed #27818 -- Replaced try/except/pass with contextlib.suppress().Mads Jensen
2017-05-27Added comments to contrib.sitemaps.index() view.Boris Burkov
2017-02-28Fixed #27842 -- Added protocol kwarg to GenericSitemap.__init__().Alexey Opalev
2017-02-07Converted usage of ugettext* functions to their gettext* aliasesClaude Paroz
2017-02-04Refs #27656 -- Updated django.contrib docstring verb style according to PEP 257.Anton Samarchyan
2017-01-19Refs #23919 -- Stopped inheriting from object to define new style classes.Simon Charette
2017-01-18Refs #23919 -- Removed most of remaining six usageClaude Paroz
2016-11-22Added tests for contrib.sitemaps.ping_google().Adam Chainz
2016-08-25Replaced property() usage with decorator in several places.Berker Peksag
2016-03-08Fixed a dead link in django/contrib/sitemaps/__init__.py.Tim Graham
2016-01-23Fixed #25989 -- Corrected sitemap's Last-Modified header to use the latest la...Alexander Rudakov
2015-12-31Fixed #26013 -- Moved django.core.urlresolvers to django.urls.Marten Kenbeek
2015-11-19Updated sitemaps.ping_google() to use https.Matt Robenolt
2015-06-27Sorted imports in __init__.py files.Tim Graham
2015-05-13Removed unnecessary arguments in .get method callsPiotr Jakimiak
2015-05-05Removed empty sitemaps/models.py file.Tim Graham
2015-04-18Removed cases of six.iter* wrapped in a list()Curtis Maloney
2015-02-11Moved contrib.sitemaps tests out of contrib.Tim Graham
2015-02-06Sorted imports with isort; refs #23860.Tim Graham
2015-01-17Removed contrib.flatpages.FlatPageSitemap per deprecation timeline; refs #23884.Tim Graham
2014-12-30Applied ignore_warnings to Django testsClaude Paroz
2014-12-28Deprecated TEMPLATE_DIRS.Aymeric Augustin
2014-12-15Refs #23884 -- Silenced a deprecation warning in sitemaps tests.Tim Graham
2014-12-15Fixed #23884 -- Moved FlatPageSitemap into django.contrib.flatpages.Berker Peksag