﻿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
18193	show_urls is listing invalid urls	aaron.lisman@…	nobody	"If you include() some urlpatterns using a regex that ends in $, the included urls will show up when running 'manage.py show_urls', but they will 404 (as they should).

e.g.:
{{{
foo_patterns = patterns('', url(r'^something/$', 'myapp.views.something'))
urlpatterns = patterns('', url(r'^foos/$', include(foo_patterns)))
}}}

show_urls will list /foos/something/, but that path will 404"	Cleanup/optimization	closed	Core (Management commands)	1.4	Normal	invalid			Unreviewed	0	0	0	0	0	0
