summaryrefslogtreecommitdiff
path: root/django/core/template/__init__.py
AgeCommit message (Expand)Author
2005-11-27Changed template library system so that it looks for a module-level variable ...Adrian Holovaty
2005-11-27unknown sources are now shown correctly as <unknown source> (before it was sh...Georg Bauer
2005-11-26Fixed #911 -- Made template system scoped to the parser instead of the templa...Adrian Holovaty
2005-11-23Fixed #603 -- Added template debugging errors to pretty error-page output, if...Adrian Holovaty
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-10-14Fixed #626 -- Moved template modules to django.core.template package. django....Adrian Holovaty