django1/django/core/template
Adrian Holovaty 853ee34191 Fixed #1531 -- Fixed eager exception catching that caused the template system to report a base template didn't exist when indeed it does exist but contains an {% include %} of a nonexisting template
git-svn-id: http://code.djangoproject.com/svn/django/trunk@2681 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-04-12 03:31:03 +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 Negligible spacing change to core/template/loader.py 2006-04-12 03:29:41 +00:00
loader_tags.py Fixed #1531 -- Fixed eager exception catching that caused the template system to report a base template didn't exist when indeed it does exist but contains an {% include %} of a nonexisting template 2006-04-12 03:31:03 +00:00