summaryrefslogtreecommitdiff
path: root/django/contrib/sitemaps/templates
AgeCommit message (Expand)Author
2021-10-21Fixed #25916 -- Added lastmod support to sitemap index view.David Smith
2020-07-29Fixed #27395 -- Added sitemap 'alternates' generation.Florian Demmer
2020-07-29Refs #27395 -- Added XML namespace declaration to sitemap template.Carlton Gibson
2008-09-08Fixed #8172 -- Improved a whole bunch of contrib templates (admin, databrowse...Adrian Holovaty
2007-11-14Implemented auto-escaping of variable output in templates. Fully controllable...Malcolm Tredinnick
2006-11-25Fixed #3061 -- Fixed wrong schema URL in sitemap_index.xml template. Thanks, ...Adrian Holovaty
2006-11-20Fixed #3033 -- Extended django.contrib.sitemaps to support new, generic sitem...Adrian Holovaty
2006-09-26Fixed #2805 -- Removed some whitespace from the two sitemap XML templates.Adrian Holovaty
2006-08-31Renamed django.contrib.sitemap to django.contrib.sitemaps, to be more consist...Adrian Holovaty