diff options
| author | Sanyam Khurana <sanyam.khurana01@gmail.com> | 2019-01-10 15:30:00 +0530 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2019-01-11 10:32:22 -0500 |
| commit | 76d31be2d04dd6e6bcb5cb39a29ea9ed3938d0f9 (patch) | |
| tree | 696b5d2c59b40be4d9f4072967650bb33ed725ff /docs/releases | |
| parent | 6d73278d38e65b5785ce67f21c7ef6d7082aec0a (diff) | |
Refs #23829 -- Made ping_google command/function use https for the sitemap URL.
Diffstat (limited to 'docs/releases')
| -rw-r--r-- | docs/releases/2.2.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/releases/2.2.txt b/docs/releases/2.2.txt index 4a529f30da..87a7ef4931 100644 --- a/docs/releases/2.2.txt +++ b/docs/releases/2.2.txt @@ -479,6 +479,12 @@ Miscellaneous passed as a value to encode because ``None`` can't be encoded in GET and POST data. Either pass an empty string or omit the value. +* The :djadmin:`ping_google` management command now defaults to ``https`` + instead of ``http`` for the sitemap's URL. If your site uses http, use the + new :option:`ping_google --sitemap-uses-http` option. If you use the + :func:`~django.contrib.sitemaps.ping_google` function, set the new + ``sitemap_uses_https`` argument to ``False``. + .. _deprecated-features-2.2: Features deprecated in 2.2 |
