django/django/template
2006-07-25 18:53:27 +00:00
..
loaders MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly backwards-incompatible. Please read http://code.djangoproject.com/wiki/RemovingTheMagic for upgrade instructions. 2006-05-02 01:31:56 +00:00
__init__.py Negligible formatting change to django/template/__init__.py 2006-07-25 18:53:27 +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 Part 3 of pedant day: replaced all tabs in Django with spaces. Python the way Guido intended it, baby! 2006-07-21 20:48:17 +00:00
defaulttags.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
loader.py Second half of little cleanup tweaks suggested by pyflakes. 2006-07-21 20:39:17 +00:00
loader_tags.py Second half of little cleanup tweaks suggested by pyflakes. 2006-07-21 20:39:17 +00:00