summaryrefslogtreecommitdiff
path: root/tests/sitemaps_tests/test_generic.py
AgeCommit message (Expand)Author
2020-09-14Fixed #31789 -- Added a new headers interface to HttpResponse.Tom Carrick
2020-07-29Refs #27395 -- Added XML namespace declaration to sitemap template.Carlton Gibson
2017-07-26Improved test coverage for django.contrib.sitemaps.Anton Samarchyan
2017-02-28Fixed #27842 -- Added protocol kwarg to GenericSitemap.__init__().Alexey Opalev
2017-02-25Added tests for contrib.sitemaps.GenericSitemap.chex
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-02-11Moved contrib.sitemaps tests out of contrib.Tim Graham