django1/django/core/template
Adrian Holovaty fc102791d8 Fixed bug in [1443] -- slice filter was registered as 'slice_'
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1449 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-11-27 01:55:55 +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 unknown sources are now shown correctly as <unknown source> (before it was shown as a tag) 2005-11-27 00:01:11 +00:00
defaultfilters.py Fixed bug in [1443] -- slice filter was registered as 'slice_' 2005-11-27 01:55:55 +00:00
defaulttags.py Fixed bug in [1443] -- renamed compile_filters call to compile_filter 2005-11-26 23:10:09 +00:00
loader.py Fixed bug in [1443] -- Missing Context import in django.core.template.loader 2005-11-26 23:11:19 +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