django1/django/core/template
Adrian Holovaty e4b48a8b92 Fixed #1058 -- Fixed typo in wordwrap filter documentation. Thanks, kieranholland.com
git-svn-id: http://code.djangoproject.com/svn/django/trunk@2471 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-03-02 05:53:58 +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 Added TEMPLATE_STRING_IF_INVALID setting, which specifies what the template system should output in case of invalid variables. Default is empty string (to match current behavior) 2006-02-09 00:31:51 +00:00
defaultfilters.py Fixed #1058 -- Fixed typo in wordwrap filter documentation. Thanks, kieranholland.com 2006-03-02 05:53:58 +00:00
defaulttags.py Fixed #1348 -- {% ifchanged %} tag no longer renders content twice. Thanks, j.rademaker 2006-02-17 18:18:03 +00:00
loader.py Fixed #1292 -- Fixed potential circular-import problem in template loader. Thanks, Kieran Holland 2006-02-02 05:07:12 +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