summaryrefslogtreecommitdiff
path: root/docs/ref/django-admin.txt
diff options
context:
space:
mode:
authorAndrew Northall <andrew@northall.me.uk>2023-07-02 21:48:56 +0100
committerMariusz Felisiak <felisiak.mariusz@gmail.com>2023-07-10 05:59:35 +0200
commit6d427288e410e9cad39b1aa1b4d4893fbd391282 (patch)
tree6248db20899d162ab4df51d896986ec3f47fad12 /docs/ref/django-admin.txt
parent2584783f46922bcb456ceb9700a3726314df65d3 (diff)
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.
Diffstat (limited to 'docs/ref/django-admin.txt')
-rw-r--r--docs/ref/django-admin.txt12
1 files changed, 0 insertions, 12 deletions
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
-</ref/contrib/sitemaps>` (``django.contrib.sitemaps``) is installed.
-
-Please refer to its :djadmin:`description <ping_google>` in the Sitemaps
-documentation.
-
``django.contrib.staticfiles``
------------------------------