mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +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:
committed by
Mariusz Felisiak
parent
56003b21ea
commit
7cca22964c
@@ -459,6 +459,9 @@ Miscellaneous
|
||||
|
||||
* The undocumented ``django.utils.datetime_safe`` module is deprecated.
|
||||
|
||||
* The default sitemap protocol for sitemaps built outside the context of a
|
||||
request will change from ``'http'`` to ``'https'`` in Django 5.0.
|
||||
|
||||
Features removed in 4.0
|
||||
=======================
|
||||
|
||||
|
||||
Reference in New Issue
Block a user