index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
django
/
contrib
/
sitemaps
/
management
Age
Commit message (
Expand
)
Author
2023-07-10
Fixed #34688 -- Removed contrib.sitemaps.ping_google() and ping_google manage...
Andrew Northall
2022-02-07
Refs #33476 -- Reformatted code with Black.
django-bot
2020-06-01
Reverted "Refs #23919 -- Removed obsolete __init__.py files in management com...
René Fleschenberg
2019-01-11
Refs #23829 -- Made ping_google command/function use https for the sitemap URL.
Sanyam Khurana
2018-07-02
Removed parser.add_arguments() arguments that match the defaults.
Claude Paroz
2018-01-03
Refs #23919 -- Removed obsolete __init__.py files in management command direc...
я котик пур-пур
2015-02-06
Sorted imports with isort; refs #23860.
Tim Graham
2014-10-19
Made the ping_google command override BaseCommand.handle() rather than execut...
Loic Bistuer
2014-09-02
Fixed ping_google management command to use argparse.
R3v1L
2013-10-10
Whitespace cleanup.
Tim Graham
2010-12-12
Fixed #14805 -- Capitalize "Google" in sitemaps docs. Thanks, Adam.
Jannis Leidel
2008-07-23
Fixed #7914 -- Added some missing __init__.py files that were missed when the...
Russell Keith-Magee
2008-07-01
Fixed #7185 -- Added a "ping_google" management command to
Malcolm Tredinnick