django1/django/template/loaders
Tim Graham 92c5eeac33 Fixed #27598 -- Allowed specifying directories for a filesystem template loader.
Thanks Carl Meyer for review.
2016-12-14 10:33:51 -05: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 Fixed #24409 -- Combined the app_directories and filesystem loader implementation. 2015-03-02 07:53:58 -05:00
base.py Removed template.loader.BaseLoader per deprecation timeline. 2015-09-23 19:31:11 -04:00
cached.py Fixed #26603 -- Forced lazy template names to text when computing cache key. 2016-05-10 10:03:01 -04:00
eggs.py Fixed #25682 -- Removed bare except clauses. 2015-11-17 14:39:15 -05:00
filesystem.py Fixed #27598 -- Allowed specifying directories for a filesystem template loader. 2016-12-14 10:33:51 -05:00
locmem.py Renamed RemovedInDjangoXYWarnings for new roadmap. 2015-06-24 16:08:20 -04:00