mirror of
https://github.com/django/django.git
synced 2025-11-01 20:31:40 +00:00
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:
parent
56003b21ea
commit
7cca22964c
6 changed files with 41 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue