django/django/core/template
2006-02-09 00:31:51 +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 #1110 -- wordwrap template filter now calls str() on input. Thanks, scum 2006-01-09 02:08:29 +00:00
defaulttags.py Fixed bug in spaceless template-tag documentation. Thanks, Esaj 2006-01-16 21:44:10 +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