﻿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
27598	Allow specifying directories for a filesystem template loader	Tim Graham	nobody	"For template widget rendering (#15667), it'll be useful to allow specifying the directories for a particular instance of the filesystem template loader. [https://github.com/django/django/pull/6498#issuecomment-266587566 Carl says]:

 The current implementation of the filesystem loader (looking at `self.engine.dirs`) evolved naturally from its origins looking directly at `settings.TEMPLATE_DIRS`, but a more flexible implementation would just take `dirs` as an extra loader parameter (we have precedent for loaders that take additional args: the cached loader). That allows inserting potentially two instances of the filesystem loader into the loaders chain, looking at two different lists of dirs, without needing a subclass."	New feature	closed	Template system	dev	Normal	fixed			Accepted	1	0	0	0	0	0
