Refs #32375 -- Changed default sitemap protocol to https.

Per deprecation timeline.
This commit is contained in:
Mariusz Felisiak 2023-01-06 12:55:14 +01:00
parent 602d9a312f
commit 4eb97a90f0
5 changed files with 10 additions and 34 deletions

View file

@ -242,12 +242,12 @@ Note:
This attribute defines the protocol (``'http'`` or ``'https'``) of the
URLs in the sitemap. If it isn't set, the protocol with which the
sitemap was requested is used. If the sitemap is built outside the
context of a request, the default is ``'http'``.
context of a request, the default is ``'https'``.
.. deprecated:: 4.0
.. versionchanged:: 5.0
The default protocol for sitemaps built outside the context of a
request will change from ``'http'`` to ``'https'`` in Django 5.0.
In older versions, the default protocol for sitemaps built outside
the context of a request was ``'http'``.
.. attribute:: Sitemap.limit