﻿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
29365	the reverse function does not work in the current application, which was included in the URL using namespace	blins	nobody	"in app/urls.py

{{{
urlpatterns = [
    url(r'^$', Index.as_view(), name = 'index'),
    url(r'^all/$', All.as_view(), name = 'all'),
]
}}}

in project urls.py

{{{
...
    path('app/', include('app.urls', namespace='app')),
...
}}}


and in index template app/index.html

{{{
{%url all %}
}}}

function produces an error ""NoReverseMatch at /app/. Reverse for 'all' not found. 'all' is not a valid view function or pattern name.""
"	Bug	closed	Core (URLs)	2.0	Normal	invalid	reverse url current_app	blins@…	Unreviewed	1	0	0	0	0	0
