django1/django/template/loaders
Aymeric Augustin fab26cf5e0 Removed support for function-based template loaders.
They were deprecated in Django 1.2 but not all the supporting code was
removed in Django 1.4. Since the remaining code was unlikely to be
functional (pun intended) e.g. it would crash unless the loader
function had an is_usable attribute, this commit completes the removal
immediately instead of starting another deprecation path.
2014-11-16 22:18:33 +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 Removed support for function-based template loaders. 2014-11-16 22:18:33 +01:00