From 6d427288e410e9cad39b1aa1b4d4893fbd391282 Mon Sep 17 00:00:00 2001 From: Andrew Northall Date: Sun, 2 Jul 2023 21:48:56 +0100 Subject: 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. --- docs/ref/django-admin.txt | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'docs/ref/django-admin.txt') diff --git a/docs/ref/django-admin.txt b/docs/ref/django-admin.txt index 110b1e802a..a46910f9f3 100644 --- a/docs/ref/django-admin.txt +++ b/docs/ref/django-admin.txt @@ -1759,18 +1759,6 @@ documentation. Can be run as a cron job or directly to clean out expired sessions. -``django.contrib.sitemaps`` ---------------------------- - -``ping_google`` -~~~~~~~~~~~~~~~ - -This command is only available if the :doc:`Sitemaps framework -` (``django.contrib.sitemaps``) is installed. - -Please refer to its :djadmin:`description ` in the Sitemaps -documentation. - ``django.contrib.staticfiles`` ------------------------------ -- cgit v1.3