| Age | Commit message (Collapse) | Author |
|
management command.
Thanks Joachim Jablon for the report.
Google has deprecated the sitemap ping endpoint, and will be removing
it in 6 months ~January 2024.
|
|
|
|
Per deprecation timeline.
|
|
|
|
Bug in 480191244d12fefbf95854b2b117c71ffe44749a.
Thanks Michal Čihař for the report.
|
|
|
|
|
|
|
|
Co-authored-by: Matthew Downey <matthew.downey@webit.com.au>
|
|
|
|
|
|
Co-authored-by: Mariusz Felisiak <felisiak.mariusz@gmail.com>
|
|
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.
|
|
|
|
|
|
|
|
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.
|
|
|
|
|