| Age | Commit message (Expand) | Author |
| 2007-10-10 | 0.91-bugfixes: Minor improvement to [6468 | James Bennett |
| 2007-10-08 | 0.91-bugfixes: Backport silent failure of date-related template filters | James Bennett |
| 2006-04-12 | Fixed #1531 -- Fixed eager exception catching that caused the template system... | Adrian Holovaty |
| 2006-04-12 | Negligible spacing change to core/template/loader.py | Adrian Holovaty |
| 2006-03-02 | Fixed #1058 -- Fixed typo in wordwrap filter documentation. Thanks, kieranhol... | Adrian Holovaty |
| 2006-02-17 | Fixed #1348 -- {% ifchanged %} tag no longer renders content twice. Thanks, j... | Adrian Holovaty |
| 2006-02-09 | Added TEMPLATE_STRING_IF_INVALID setting, which specifies what the template s... | Adrian Holovaty |
| 2006-02-02 | Fixed #1292 -- Fixed potential circular-import problem in template loader. Th... | Adrian Holovaty |
| 2006-01-16 | Fixed bug in spaceless template-tag documentation. Thanks, Esaj | Adrian Holovaty |
| 2006-01-16 | Fixed #1231 -- Added documentation for {% spaceless %} tag to the auto-genera... | Adrian Holovaty |
| 2006-01-15 | Fixed #1067 and #276 -- Added a {% spaceless %} tag, available in all templates | Adrian Holovaty |
| 2006-01-15 | Fixed #1176 -- Changed {% comment %} template tag not to generate a nodelist,... | Adrian Holovaty |
| 2006-01-09 | Fixed #1110 -- wordwrap template filter now calls str() on input. Thanks, scum | Adrian Holovaty |
| 2006-01-01 | Fixed #1145 -- Added unit tests for default template filters and fixed two bu... | Adrian Holovaty |
| 2005-12-16 | Changed resolve_variable to resolve integers and floats as integers and float... | Adrian Holovaty |
| 2005-12-15 | fixes #1066 - yesno used the wrong way to do translations | Georg Bauer |
| 2005-12-09 | Fixed exception-handling bug in defaulttags SsiNode. Thanks, Henryk on IRC | Adrian Holovaty |
| 2005-11-30 | Fixed #962 -- Gave filter-registration decorator a return statement. Thanks, ... | Adrian Holovaty |
| 2005-11-29 | Added a GOTCHA comment in django/core/template/init.py | Adrian Holovaty |
| 2005-11-28 | Restored {% debug %} template tag, which was inadvertently removed in [1443] | Adrian Holovaty |
| 2005-11-27 | Removed unnecessary load_template_source() function in django/core/template/l... | Adrian Holovaty |
| 2005-11-27 | Fixed #931 -- Fixed unordered_list template filter | Adrian Holovaty |
| 2005-11-27 | Changed template library system so that it looks for a module-level variable ... | Adrian Holovaty |
| 2005-11-27 | Fixed bug in [1443] -- slice filter was registered as 'slice_' | Adrian Holovaty |
| 2005-11-27 | loading of templates in includes now reraises the template loading exception ... | Georg Bauer |
| 2005-11-27 | unknown sources are now shown correctly as <unknown source> (before it was sh... | Georg Bauer |
| 2005-11-26 | Fixed bug in [1443] -- Missing Context import in django.core.template.loader | Adrian Holovaty |
| 2005-11-26 | Fixed bug in [1443] -- renamed compile_filters call to compile_filter | Adrian Holovaty |
| 2005-11-26 | Fixed bug in [1443] -- a decorator call was left in | Adrian Holovaty |
| 2005-11-26 | Fixed #911 -- Made template system scoped to the parser instead of the templa... | Adrian Holovaty |
| 2005-11-25 | Fixed #625 -- Added template-tag decorators simple_tag and inclusion_tag. Tak... | Adrian Holovaty |
| 2005-11-24 | Added a get_template_sources generator function to filesystem and app_directo... | Adrian Holovaty |
| 2005-11-23 | Fixed #603 -- Added template debugging errors to pretty error-page output, if... | Adrian Holovaty |
| 2005-11-22 | Fixed #598 -- Added {% include %} template tag. Added docs and unit tests. Th... | Adrian Holovaty |
| 2005-11-22 | Tiny logic tightening in core.template.loader -- taken from new-admin | Adrian Holovaty |
| 2005-11-12 | fixes #764 - the TokenParser now respects string parameters to filters that c... | Georg Bauer |
| 2005-11-06 | Reworded docstrings and settings documentation from [1068] | Adrian Holovaty |
| 2005-11-04 | Merged i18n branch into the trunk! Fixes #65, and perhaps some others. NB: th... | Jacob Kaplan-Moss |
| 2005-11-02 | Made floatformat filter not choke on non-floats | Jacob Kaplan-Moss |
| 2005-11-01 | Fixed #505 -- ssi template tag now displays a message instead of failing sile... | Adrian Holovaty |
| 2005-10-28 | Fixed #488 -- removetags template filter now removes tags without a space bef... | Adrian Holovaty |
| 2005-10-25 | Fixed #687 -- Fixed bug in floatformat template filter and added unit tests. ... | Adrian Holovaty |
| 2005-10-20 | Fixed #663 -- app_directories template loader no longer assumes a dot in the ... | Adrian Holovaty |
| 2005-10-17 | Fixed #583 -- Added app_directories template loader, which searches for templ... | Adrian Holovaty |
| 2005-10-17 | Fixed typo in filesystem template-loader error message | Adrian Holovaty |
| 2005-10-17 | Changed internal variable names in django.core.template.loaders.eggs to be co... | Adrian Holovaty |
| 2005-10-14 | Fixed small namespace bug in [867] | Adrian Holovaty |
| 2005-10-14 | Fixed #582 -- Added support for loading templates from Python eggs, and a TEM... | Adrian Holovaty |
| 2005-10-14 | Redid [865], which got lost in [867] | Adrian Holovaty |
| 2005-10-14 | Fixed #626 -- Moved template modules to django.core.template package. django.... | Adrian Holovaty |