index
:
django.git
fix-31295
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
sitemaps_tests
/
test_generic.py
Age
Commit message (
Expand
)
Author
2024-10-16
Refs #35727 -- Updated response.content.decode calls to use the HttpResponse....
SaJH
2023-01-17
Refs #32375 -- Changed default sitemap protocol to https.
Mariusz Felisiak
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-21
Added tests for Sitemap.get_protocol().
Rohith PR
2020-09-14
Fixed #31789 -- Added a new headers interface to HttpResponse.
Tom Carrick
2020-07-29
Refs #27395 -- Added XML namespace declaration to sitemap template.
Carlton Gibson
2017-07-26
Improved test coverage for django.contrib.sitemaps.
Anton Samarchyan
2017-02-28
Fixed #27842 -- Added protocol kwarg to GenericSitemap.__init__().
Alexey Opalev
2017-02-25
Added tests for contrib.sitemaps.GenericSitemap.
chex
2017-02-09
Refs #23919 -- Removed default 'utf-8' argument for str.encode()/decode().
Tim Graham
2017-01-18
Refs #23919 -- Removed encoding preambles and future imports
Claude Paroz
2015-02-11
Moved contrib.sitemaps tests out of contrib.
Tim Graham