1
0
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:
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

@@ -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
=======================