mirror of
https://github.com/django/django.git
synced 2025-11-07 07:15:35 +00:00
Fixed #34688 -- Removed contrib.sitemaps.ping_google() and ping_google management command.
Thanks Joachim Jablon for the report. Google has deprecated the sitemap ping endpoint, and will be removing it in 6 months ~January 2024.
This commit is contained in:
committed by
Mariusz Felisiak
parent
2584783f46
commit
6d427288e4
@@ -443,6 +443,15 @@ backends.
|
||||
|
||||
* Support for GEOS 3.6 and 3.7 is removed.
|
||||
|
||||
:mod:`django.contrib.sitemaps`
|
||||
------------------------------
|
||||
|
||||
* The ``django.contrib.sitemaps.ping_google()`` function and the
|
||||
``ping_google`` management command are removed as the Google
|
||||
Sitemaps ping endpoint is deprecated and will be removed in January 2024.
|
||||
|
||||
* The ``django.contrib.sitemaps.SitemapNotFound`` exception class is removed.
|
||||
|
||||
Using ``create_defaults__exact`` may now be required with ``QuerySet.update_or_create()``
|
||||
-----------------------------------------------------------------------------------------
|
||||
|
||||
|
||||
Reference in New Issue
Block a user