django1/django/template/loaders
Preston Timmons d17a035132 Moved engine-related exceptions to django.template.exceptions.
With the introduction of multiple template engines these exceptions are no
longer DTL-specific. It makes more sense for them to be moved out of
DTL-related modules.
2015-05-06 17:33:47 -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 Moved engine-related exceptions to django.template.exceptions. 2015-05-06 17:33:47 -05:00
cached.py Moved engine-related exceptions to django.template.exceptions. 2015-05-06 17:33:47 -05:00
eggs.py Moved engine-related exceptions to django.template.exceptions. 2015-05-06 17:33:47 -05:00
filesystem.py Moved engine-related exceptions to django.template.exceptions. 2015-05-06 17:33:47 -05:00
locmem.py Moved engine-related exceptions to django.template.exceptions. 2015-05-06 17:33:47 -05:00