mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
Refs #25916 -- Removed SitemapIndexItem.__str__() per deprecation timeline.
This commit is contained in:
@@ -279,11 +279,6 @@ urlpatterns = [
|
||||
views.index,
|
||||
{"sitemaps": simple_sitemaps_not_callable},
|
||||
),
|
||||
path(
|
||||
"simple/custom-index.xml",
|
||||
views.index,
|
||||
{"sitemaps": simple_sitemaps, "template_name": "custom_sitemap_index.xml"},
|
||||
),
|
||||
path(
|
||||
"simple/custom-lastmod-index.xml",
|
||||
views.index,
|
||||
|
||||
Reference in New Issue
Block a user