﻿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
36796	URL resolution breaks if route defined with lazy string and uses an include	Andrea Angelini	Kundan Yadav	"After this commit:

https://github.com/django/django/commit/f920937c8a63df6bea220e4386f59cdb45b2e355

this is not working if `self._route` is `gettext_lazy('test')`:

{{{
        elif path.startswith(self._route):
            return path.removeprefix(self._route), (), {}
}}}

More info here:
https://forum.djangoproject.com/t/gettext-lazy-and-url-patterns/43703
"	Bug	closed	Core (URLs)	6.0	Release blocker	fixed	gettext_lazy, lazy	Andrea Angelini Jake Howard	Ready for checkin	1	0	0	0	0	0
