﻿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
31858	space outside of parameters are not allowed in path() routes	Kevin Michel	Tim Park	"To avoid ambiguities in parameter names, space were forbidden from path routes in #29667 .

However, the fix in https://github.com/django/django/pull/11688 forbids space anywhere,
including outside of <> parameters.

Urls with spaces are weird and subject to url encoding in the browser bar, but they appear
occasionally, I hit the bug with a real url after migrating to 3.1.

re_path allows matching those urls as a workaround but it's weird to have to use re just
because of a space in an otherwise simple route.

If the bug is deemed valid, I can work on a patch to only forbid spaces between < and > parts."	Bug	closed	Core (URLs)	3.1	Normal	fixed			Ready for checkin	1	0	0	0	0	0
