﻿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
14191	urls.py works inconsistently	canburak	nobody	"URL matching system works from top down, while name registration works bottom up.

When I have the following urls:

{{{
/accounts/<userid>/, name=account
/someprefix/accounts/<userid>/, name=account
}}}


`{% url account testuser %}` resolves to `/someprefix/accounts/testuser/`.

Based on the order of apps in `INSTALLED_APPS` defining template overriding, I expected URL naming to work that way."		closed	Core (Other)	1.2		invalid		fatihkoksal@…	Unreviewed	0	0	0	0	0	0
