django/tests/sitemaps_tests
Andrew Northall 6d427288e4 Fixed -- 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.
2023-07-10 05:59:35 +02:00
..
templates Refs -- Removed SitemapIndexItem.__str__() per deprecation timeline. 2023-01-17 11:49:15 +01:00
urls Fixed -- Removed contrib.sitemaps.ping_google() and ping_google management command. 2023-07-10 05:59:35 +02:00
__init__.py
base.py Refs -- Reformatted code with Black. 2022-02-07 20:37:05 +01:00
models.py Refs -- Reformatted code with Black. 2022-02-07 20:37:05 +01:00
test_generic.py Refs -- Changed default sitemap protocol to https. 2023-01-17 11:49:15 +01:00
test_http.py Refs -- Removed SitemapIndexItem.__str__() per deprecation timeline. 2023-01-17 11:49:15 +01:00
test_https.py Refs -- Refactored code to strictly match 88 characters line length. 2022-02-07 20:37:05 +01:00