| Age | Commit message (Collapse) | Author |
|
|
|
Updated the sitemap generator and default template to optionally
include link elements with hreflang attribute to alternate language
URLs.
|
|
As per Google recommendations:
https://support.google.com/webmasters/answer/189077?hl=en
|
|
Override setting instead of skipping.
Use translation override context manager to avoid language leaking.
|
|
Dicts preserve order since Python 3.6.
|
|
|
|
|
|
|
|
contrib.sites is included in INSTALLED_APPS by SitemapTestsBase.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
These functions do nothing on Python 3.
|
|
Thanks Tim Graham for the review.
|
|
|
|
|
|
|
|
|
|
inconsistent results.
|
|
|
|
|
|
|
|
lastmod of all sitemaps.
Previously, the lastmod of the last sitemap was always used.
All sitemaps are required to have a lastmod.
|
|
Thanks to Tim Graham for the review.
|
|
deprecation timeline.
|
|
Forwardport of ae1d663b7913f6da233c55409c4973248372d302
from stable/1.8.x plus more.
|
|
|
|
|