django1/django/template
Malcolm Tredinnick e29aece743 Fixed #4534 -- Added an "else" option to the "ifchanged" template tag.
Patch from SmileyChris.


git-svn-id: http://code.djangoproject.com/svn/django/trunk@8095 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-07-26 22:09:43 +00:00
..
loaders Fixed #6430 -- Corrected the loading of templates from eggs, which was broken by the unicode merge. Thanks for the excellent report and patch, Juan Manuel Caicedo <juan.manuel.caicedo@gmail.com>. 2008-05-29 13:11:23 +00:00
__init__.py Fixed #7293 -- Corrected some doctests strings internal to the template module. Thanks, akaihola. 2008-06-06 13:58:42 +00:00
context.py Negligible cleanups to django.template.context 2007-12-22 19:32:54 +00:00
debug.py Fixed #5884 -- Added better display error handling for template variables. 2008-03-17 14:21:09 +00:00
defaultfilters.py FIxed #6513 -- Handle overflows better in the floatformat filter. It's not 2008-03-20 07:36:33 +00:00
defaulttags.py Fixed #4534 -- Added an "else" option to the "ifchanged" template tag. 2008-07-26 22:09:43 +00:00
loader.py Fixed #6950 -- Modified initialization of template loaders to use a temporary variable instead of directly modifying the global loader list. Thanks, mrts. 2008-05-29 12:40:25 +00:00
loader_tags.py Fixed #7318 -- Cleaned up the template inheritance logic, specifically to handle the case where the parent template has no template tags/blocks. Took the opportunity to optimize the logic a little. Thanks to Matthias Kestenholz <mk@spinlock.ch> for the original report and test case. 2008-06-18 12:59:39 +00:00