﻿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
22737	Ability to implicitly preappend current_app to reverse URL resolution.	CVi	nobody	"I want to be able to implicitly preappend the current_app as a namespace to some URL reverse-resolutions.

My suggestion would be that names starting with a colon ':' (e.g. empty string as first level namespace) implies current_app if present.

A very simple 2-line solution can be found [https://github.com/CVi/django/commit/c501c522edebec5fc4d2312c6ec8f7a50fa8ddcd on my github page]

The question is if this breaches any philosophies of Django. There's no reason for me to create an elaborate patch including additional tests for this, if it's going to be cut down for political/design reasons. Therefore I am not ticking ""has patch"" just yet.

The possible use-cases for this is template reuse and making applications modular by simply splitting them up. (my use case covers both)"	New feature	closed	Core (URLs)	dev	Normal	needsinfo			Unreviewed	0	0	0	0	0	0
