summaryrefslogtreecommitdiff
path: root/django/core/template
AgeCommit message (Expand)Author
2005-11-12fixes #764 - the TokenParser now respects string parameters to filters that c...Georg Bauer
2005-11-06Reworded docstrings and settings documentation from [1068]Adrian Holovaty
2005-11-04Merged i18n branch into the trunk! Fixes #65, and perhaps some others. NB: th...Jacob Kaplan-Moss
2005-11-02Made floatformat filter not choke on non-floatsJacob Kaplan-Moss
2005-11-01Fixed #505 -- ssi template tag now displays a message instead of failing sile...Adrian Holovaty
2005-10-28Fixed #488 -- removetags template filter now removes tags without a space bef...Adrian Holovaty
2005-10-25Fixed #687 -- Fixed bug in floatformat template filter and added unit tests. ...Adrian Holovaty
2005-10-20Fixed #663 -- app_directories template loader no longer assumes a dot in the ...Adrian Holovaty
2005-10-17Fixed #583 -- Added app_directories template loader, which searches for templ...Adrian Holovaty
2005-10-17Fixed typo in filesystem template-loader error messageAdrian Holovaty
2005-10-17Changed internal variable names in django.core.template.loaders.eggs to be co...Adrian Holovaty
2005-10-14Fixed small namespace bug in [867]Adrian Holovaty
2005-10-14Fixed #582 -- Added support for loading templates from Python eggs, and a TEM...Adrian Holovaty
2005-10-14Redid [865], which got lost in [867]Adrian Holovaty
2005-10-14Fixed #626 -- Moved template modules to django.core.template package. django....Adrian Holovaty