summaryrefslogtreecommitdiff
path: root/django/contrib/sitemaps/management
AgeCommit message (Collapse)Author
2023-07-10Fixed #34688 -- Removed contrib.sitemaps.ping_google() and ping_google ↵Andrew Northall
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.
2022-02-07Refs #33476 -- Reformatted code with Black.django-bot
2020-06-01Reverted "Refs #23919 -- Removed obsolete __init__.py files in management ↵René Fleschenberg
command directories." This reverts commit ccc25bfe4f0964a00df3af6f91c2d9e20159a0c2. https://groups.google.com/d/topic/django-developers/GVHMH2ciAnk/discussion
2019-01-11Refs #23829 -- Made ping_google command/function use https for the sitemap URL.Sanyam Khurana
2018-07-02Removed parser.add_arguments() arguments that match the defaults.Claude Paroz
2018-01-03Refs #23919 -- Removed obsolete __init__.py files in management command ↵я котик пур-пур
directories.
2015-02-06Sorted imports with isort; refs #23860.Tim Graham
2014-10-19Made the ping_google command override BaseCommand.handle() rather than ↵Loic Bistuer
execute(). Overriding execute() bypasses the system check framework among other things.
2014-09-02Fixed ping_google management command to use argparse.R3v1L
2013-10-10Whitespace cleanup.Tim Graham
* Removed trailing whitespace. * Added newline to EOF if missing. * Removed blank lines at EOF. * Removed some stray tabs.
2010-12-12Fixed #14805 -- Capitalize "Google" in sitemaps docs. Thanks, Adam.Jannis Leidel
git-svn-id: http://code.djangoproject.com/svn/django/trunk@14884 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-07-23Fixed #7914 -- Added some missing __init__.py files that were missed when ↵Russell Keith-Magee
the ping_google command was added. Thanks to bernd for the report. git-svn-id: http://code.djangoproject.com/svn/django/trunk@8062 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-07-01Fixed #7185 -- Added a "ping_google" management command toMalcolm Tredinnick
django.contrib.sitemaps. Thanks, Pete Shinners. git-svn-id: http://code.djangoproject.com/svn/django/trunk@7813 bcc190cf-cafb-0310-a4f2-bffc1f526a37