0
0
mirror of https://github.com/django/django.git synced 2024-12-01 15:42:04 +01:00
django/tests/sitemaps_tests
Rohith PR 7cca22964c Fixed #32375 -- Started deprecation toward changing the default sitemap protocol to https.
The default sitemap protocol, when it is built outside the context of
a request, will be changed from 'http' to 'https' in Django 5.0.
2021-05-21 11:00:54 +02:00
..
templates
urls Fixed #27395 -- Added sitemap 'alternates' generation. 2020-07-29 11:48:29 +02:00
__init__.py
base.py
models.py
test_generic.py Fixed #32375 -- Started deprecation toward changing the default sitemap protocol to https. 2021-05-21 11:00:54 +02:00
test_http.py Fixed #32375 -- Started deprecation toward changing the default sitemap protocol to https. 2021-05-21 11:00:54 +02:00
test_https.py Refs #27395 -- Added XML namespace declaration to sitemap template. 2020-07-29 11:48:29 +02:00
test_management.py
test_utils.py