﻿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
12772	Allow loading template tags by fully qualified python module path	Patryk Zawadzki		"Currently templatetags are magically searched for in the list of installed apps. This leads to all kind of problems when debugging code, starting from being forced to use find to locate tag libraries and ending with global namespace collisions.

The attached patch adds the possibility to import tags by fully qualified module path by first trying to make an absolute import and only then falling back to searching inside installed apps.

This also allows people to import tag libraries that are not parts of any application (so common tags can be kept together without the need of adding a fake app).

Also: ""Explicit is better than implicit."" :)"	New feature	new	Template system	1.2-beta	Normal			marc.tamlyn@… paluho@… ramusus@… brian@… skylar.saveland@…	Accepted	1	1	1	1	0	0
