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
Age
Commit message (
Expand
)
Author
2021-04-14
[3.2.x] Fixed #32648 -- Fixed VariableDoesNotExist rendering sitemaps template.
Arthur Jovart
2020-09-14
Fixed #31789 -- Added a new headers interface to HttpResponse.
Tom Carrick
2020-07-29
Fixed #27395 -- Added sitemap 'alternates' generation.
Florian Demmer
2020-07-29
Refs #27395 -- Added XML namespace declaration to sitemap template.
Carlton Gibson
2020-05-25
Improved HTTPSitemapTests.test_localized_priority.
Claude Paroz
2019-02-06
Fixed #30159 -- Removed unneeded use of OrderedDict.
Nick Pope
2019-01-11
Refs #23829 -- Made ping_google command/function use https for the sitemap URL.
Sanyam Khurana
2018-12-31
Updated test URL patterns to use path() and re_path().
Tim Graham
2018-11-27
Switched setUp() to setUpTestData() where possible in Django's tests.
Simon Charette
2018-10-04
Removed unnecessary skipUnless in HTTPSitemapTests.
Jon Dufresne
2017-07-29
Used assertRaisesMessage() to test Django's error messages.
Mads Jensen
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-25
Refs #23919 -- Replaced super(ClassName, self) with super().
chillaranand
2017-01-20
Refs #23919 -- Removed django.test.mock Python 2 compatibility shim.
Tim Graham
2017-01-20
Refs #23919 -- Removed django.utils._os.upath()/npath()/abspathu() usage.
Tim Graham
2017-01-18
Refs #23919 -- Removed most of remaining six usage
Claude Paroz
2017-01-18
Refs #23919 -- Removed encoding preambles and future imports
Claude Paroz
2016-11-22
Added tests for contrib.sitemaps.ping_google().
Adam Chainz
2016-11-14
Fixed E305 flake8 warnings.
Ramin Farajpour Cami
2016-11-10
Refs #27392 -- Removed "Tests that", "Ensures that", etc. from test docstrings.
za
2016-06-08
Fixed #26290 -- Warned that paginating an unordered QuerySet may result in in...
Emad Mokhtar
2016-03-09
Added missing backslash in sitemaps_tests urls.
Tim Graham
2016-01-29
Refs #26022 -- Used context manager version of assertRaises in tests.
Hasan
2016-01-28
Refs #26015 -- Added regression test for an empty sitemap.
Andrew Kuchev
2016-01-23
Fixed #25989 -- Corrected sitemap's Last-Modified header to use the latest la...
Alexander Rudakov
2015-12-31
Fixed #26013 -- Moved django.core.urlresolvers to django.urls.
Marten Kenbeek
2015-09-23
Refs #22384 -- Removed the ability to reverse URLs by dotted path per depreca...
Tim Graham
2015-06-24
Renamed RemovedInDjangoXYWarnings for new roadmap.
Tim Graham
2015-02-16
Fixed #24345 -- Isolated sitemaps_tests from contenttypes_tests; refs #11505
Marten Kenbeek
2015-02-11
Moved contrib.sitemaps tests out of contrib.
Tim Graham