﻿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
27373	Incorrect message on 404 debug page for an empty request path	Mariusz Felisiak	Mariusz Felisiak	"If empty request path `r'^$'` is not in URL patterns, then message on  `404` debug page is incorrect:

{{{
Using the URLconf defined in test_app.urls, Django tried these URL patterns, in this order:

    ^admin/
    ^__debug__/

The current URL, , didn't match any of these.
}}}

it should be (without double comma):

{{{
Using the URLconf defined in test_app.urls, Django tried these URL patterns, in this order:

    ^admin/
    ^__debug__/

The current URL, didn't match any of these.
}}}"	Cleanup/optimization	closed	Error reporting	dev	Normal	fixed			Ready for checkin	1	0	0	0	0	0
