0
0
mirror of https://github.com/django/django.git synced 2024-12-01 15:42:04 +01:00
django/tests/sitemaps_tests
Florian Demmer 16218c2060 Fixed #27395 -- Added sitemap 'alternates' generation.
Updated the sitemap generator and default template to optionally
include link elements with hreflang attribute to alternate language
URLs.
2020-07-29 11:48:29 +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 Refs #27395 -- Added XML namespace declaration to sitemap template. 2020-07-29 11:48:29 +02:00
test_http.py Fixed #27395 -- Added sitemap 'alternates' generation. 2020-07-29 11:48:29 +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