﻿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
11693	Sitemap framework docs contain a regular expression error in the URLconf examples	anonymous	nobody	"The [http://docs.djangoproject.com/en/dev/ref/contrib/sitemaps/ documentation page] for the sitemap framework contains a small regular expression error in the URLconf examples.

Several times the page uses the following regular expression:

{{{ r'^sitemap.xml$' }}}

when it should be using the following regular expression:

{{{ r'^sitemap\.xml$' }}}

as the dot is a metacharacter which should be escaped."		closed	Documentation	1.1		fixed			Ready for checkin	1	0	0	0	0	0
