django1/django/template/loaders
Aymeric Augustin 29a977ab14 Moved template loaders management in Engine.
Passed the engine instance to loaders. This is a prerequisite for
looking up configuration on the engine instance instead of global
settings.

This is backwards incompatible for custom template loaders that override
__init__. However the documentation doesn't talk about __init__ and the
way to pass arguments to custom template loaders isn't specified. I'm
considering it a private API.
2014-11-23 11:52:12 +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 template loaders management in Engine. 2014-11-23 11:52:12 +01:00
cached.py Moved template loaders management in Engine. 2014-11-23 11:52:12 +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 template loaders management in Engine. 2014-11-23 11:52:12 +01:00