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.
This commit is contained in:
Rohith PR 2021-05-15 11:41:14 +05:30 committed by Mariusz Felisiak
parent 56003b21ea
commit 7cca22964c
6 changed files with 41 additions and 2 deletions

View file

@ -24,6 +24,9 @@ details on these changes.
* The default value of the ``USE_TZ`` setting will change from ``False`` to
``True``.
* The default sitemap protocol for sitemaps built outside the context of a
request will change from ``'http'`` to ``'https'``.
.. _deprecation-removed-in-4.1:
4.1