﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
27523	Sitemap ping_google function reverse broken on Django 1.10	Adam Johnson	Adam Johnson	"Django 1.10 removed the ability to `reverse()` URLs using a dotted Python path, but `ping_google` is left doing so:

{{{
if sitemap_url is None:
    try:
        # First, try to get the ""index"" sitemap URL.
        sitemap_url = reverse('django.contrib.sitemaps.views.index')
}}}"	Bug	closed	contrib.sitemaps	1.10	Normal	invalid		me@…	Unreviewed	0	0	0	0	0	0
