﻿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
7191	URL dispatcher page, small error	anonymous	nobody	"Mistake on this page:[[BR]]
http://www.djangoproject.com/documentation/url_dispatch/

Quote (from section ""What the URLconf searches against""):

{{{
For example, in a request to http://www.example.com/myapp/, the URLconf will look for /myapp/.

In a request to http://www.example.com/myapp/?page=3, the URLconf will look for /myapp/.
}}}

I don't think there should be a leading slash on each of those two occurrences of ""/myapp/"".

(The Django book in chapter 8 has a very similar pair of statements but doesn't include leading slashes, so that book is correct.)
"		closed	Documentation	dev		fixed			Ready for checkin	1	0	0	0	0	0
