django1/django/template
Russell Keith-Magee a619b2b871 Refs #1400 - Reverted r3269. Template variable evalution should follow Python norms.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3680 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-08-30 00:54:08 +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 #1400 - Reverted r3269. Template variable evalution should follow Python norms. 2006-08-30 00:54:08 +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 Reverted [3659], the 'name' field on Template objects and the signal emitted whenever a template is rendered. Refs #2333. 2006-08-27 18:10:32 +00:00
loader.py Reverted [3659], the 'name' field on Template objects and the signal emitted whenever a template is rendered. Refs #2333. 2006-08-27 18:10:32 +00:00
loader_tags.py Reverted [3659], the 'name' field on Template objects and the signal emitted whenever a template is rendered. Refs #2333. 2006-08-27 18:10:32 +00:00