django1/django/core/template
Georg Bauer 3c4c6e0f96 fixes #1066 - yesno used the wrong way to do translations
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1673 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-12-15 15:56:26 +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 Fixed #962 -- Gave filter-registration decorator a return statement. Thanks, Kieran 2005-11-30 00:08:56 +00:00
defaultfilters.py fixes #1066 - yesno used the wrong way to do translations 2005-12-15 15:56:26 +00:00
defaulttags.py Fixed exception-handling bug in defaulttags SsiNode. Thanks, Henryk on IRC 2005-12-09 03:30:07 +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