django1/django/template
Russell Keith-Magee 89fa97b837 Refs #2333 - Added a signal that is emitted whenever a template is rendered, and added a 'name' field to Template to allow easy identification of templates.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3659 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-08-27 12:35:07 +00:00
..
loaders Fixed incorrect error message in django.template.loaders.filesystem if you pass in template_dirs=None. Thanks, Martin Glueck 2006-08-13 01:49:11 +00:00
__init__.py Refs #2333 - Added a signal that is emitted whenever a template is rendered, and added a 'name' field to Template to allow easy identification of templates. 2006-08-27 12:35:07 +00:00
context.py Fixes #1338, Refs #1400, #2237 -- Modified variable resolution to allow template 'if' statements to work if TEMPLATE_STRING_IF_INVALID is set. Modified unit tests to force the use of this variable, so that returning '' isn't confused with an actual failure. 2006-07-04 03:21:44 +00:00
defaultfilters.py Fixed #2528 -- Fixed 'time' template filter for midnight time value. Thanks, django@dougma.com 2006-08-12 05:09:12 +00:00
defaulttags.py Refs #2333 - Added a signal that is emitted whenever a template is rendered, and added a 'name' field to Template to allow easy identification of templates. 2006-08-27 12:35:07 +00:00
loader.py Refs #2333 - Added a signal that is emitted whenever a template is rendered, and added a 'name' field to Template to allow easy identification of templates. 2006-08-27 12:35:07 +00:00
loader_tags.py Refs #2333 - Added a signal that is emitted whenever a template is rendered, and added a 'name' field to Template to allow easy identification of templates. 2006-08-27 12:35:07 +00:00
signals.py Refs #2333 - Added a signal that is emitted whenever a template is rendered, and added a 'name' field to Template to allow easy identification of templates. 2006-08-27 12:35:07 +00:00