django1/django/template/backends
Aymeric Augustin 4ea43ac915 Supported multiple template engines in get_template and select_template.
This commit changes the return type of these two functions. Instead of
returning a django.template.Template they return a backend-specific
Template class that must implement render(self, context).
2014-12-28 16:23:01 +01:00
..
__init__.py Imported BaseEngine from the DEP. 2014-12-28 15:57:11 +01:00
base.py Added Django template backend. 2014-12-28 16:08:35 +01:00
django.py Supported multiple template engines in get_template and select_template. 2014-12-28 16:23:01 +01:00
dummy.py Added Django template backend. 2014-12-28 16:08:35 +01:00
jinja2.py Added Django template backend. 2014-12-28 16:08:35 +01:00
utils.py Added Django template backend. 2014-12-28 16:08:35 +01:00