django1/django/template/loaders
Aymeric Augustin 2577ae6a08 Moved all template loaders under django.template.loaders.
Reformatted the code of base.Loader according to modern standards.

Turned the test template loader into a regular locmem.Loader -- but
didn't document it.

Added a normal deprecation path for BaseLoader which is a public API.

Added an accelerated deprecation path for TestTemplateLoader which is
a private API.
2014-11-16 21:28:26 +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 Moved all template loaders under django.template.loaders. 2014-11-16 21:28:26 +01:00
base.py Moved all template loaders under django.template.loaders. 2014-11-16 21:28:26 +01:00
cached.py Moved all template loaders under django.template.loaders. 2014-11-16 21:28:26 +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 Moved all template loaders under django.template.loaders. 2014-11-16 21:28:26 +01:00