django1/django/core/template
Adrian Holovaty 9e3efbecf8 Restored {% debug %} template tag, which was inadvertently removed in [1443]
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1481 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-11-28 20:48:08 +00:00
..
loaders Added a get_template_sources generator function to filesystem and app_directories template loaders, so template-loader debugger can hook into it. Refs #892. 2005-11-24 21:14:42 +00:00
__init__.py Changed template library system so that it looks for a module-level variable named 'register' rather than the first instance of template.Library it finds 2005-11-27 16:43:56 +00:00
defaultfilters.py Fixed #931 -- Fixed unordered_list template filter 2005-11-27 19:38:07 +00:00
defaulttags.py Restored {% debug %} template tag, which was inadvertently removed in [1443] 2005-11-28 20:48:08 +00:00
loader.py Removed unnecessary load_template_source() function in django/core/template/loader.py 2005-11-27 21:37:41 +00:00
loader_tags.py loading of templates in includes now reraises the template loading exception instead of returning nothing 2005-11-27 00:26:16 +00:00