django1/django/template/loaders
Vytis Banaitis 3dcc351691 Refs #23919 -- Used yield from. 2017-02-23 20:06:01 -05:00
..
__init__.py
app_directories.py Fixed #24409 -- Combined the app_directories and filesystem loader implementation. 2015-03-02 07:53:58 -05:00
base.py Refs #27656 -- Updated django.template/tag docstring verbs according to PEP 257. 2017-02-17 11:29:38 -05:00
cached.py Refs #23919 -- Used yield from. 2017-02-23 20:06:01 -05:00
filesystem.py Refs #23919 -- Replaced super(ClassName, self) with super(). 2017-01-25 12:23:46 -05:00
locmem.py Refs #23919 -- Replaced super(ClassName, self) with super(). 2017-01-25 12:23:46 -05:00