﻿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
8864	url example regex typo in '1.0-porting guide'	cactus <eliott@…>	nobody	"The following text appears:
{{{
Previously, those patterns would have been redirected to have a trailing slash. 
If you always want a slash on such URLs, rewrite the pattern as:

r'/some_prefix/(.*/)$'
}}}

Seems like the regex for the url-example should be (for clarity):
{{{ 
r'/some_prefix/(.*)/$' 
}}}

url of occurance: http://docs.djangoproject.com/en/dev/releases/1.0-porting-guide/
"		closed	Documentation	1.0		invalid			Unreviewed	0	0	0	0	0	0
