summaryrefslogtreecommitdiff
path: root/tests/sitemaps_tests/test_https.py
AgeCommit message (Expand)Author
2024-10-16Refs #35727 -- Updated response.content.decode calls to use the HttpResponse....SaJH
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
2020-07-29Refs #27395 -- Added XML namespace declaration to sitemap template.Carlton Gibson
2017-02-09Refs #23919 -- Removed default 'utf-8' argument for str.encode()/decode().Tim Graham
2017-01-18Refs #23919 -- Removed encoding preambles and future importsClaude Paroz
2015-09-23Refs #22384 -- Removed the ability to reverse URLs by dotted path per depreca...Tim Graham
2015-06-24Renamed RemovedInDjangoXYWarnings for new roadmap.Tim Graham
2015-02-11Moved contrib.sitemaps tests out of contrib.Tim Graham