django1/django/template/loaders
Aymeric Augustin e87bee6f50 Used get_template_loaders in the cached loader.
This ensures that enabling the cached loader doesn't change behavior.

(Before this commit, it did when the list contained unusable loaders.)
2014-11-16 21:41:44 +01:00
..
__init__.py MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly backwards-incompatible. Please read http://code.djangoproject.com/wiki/RemovingTheMagic for upgrade instructions. 2006-05-02 01:31:56 +00:00
app_directories.py Refactored listing template subdirectories in apps. 2014-11-16 21:28:43 +01:00
base.py Moved all template loaders under django.template.loaders. 2014-11-16 21:28:26 +01:00
cached.py Used get_template_loaders in the cached loader. 2014-11-16 21:41:44 +01:00
eggs.py Moved all template loaders under django.template.loaders. 2014-11-16 21:28:26 +01:00
filesystem.py Moved all template loaders under django.template.loaders. 2014-11-16 21:28:26 +01:00
locmem.py Removed skip_template argument of locmem.Loader.load_template_source. 2014-11-16 21:28:37 +01:00
utils.py Used get_template_loaders in the cached loader. 2014-11-16 21:41:44 +01:00