summaryrefslogtreecommitdiff
path: root/django/core/template/loader.py
AgeCommit message (Expand)Author
2006-04-12Negligible spacing change to core/template/loader.pyAdrian Holovaty
2006-02-02Fixed #1292 -- Fixed potential circular-import problem in template loader. Th...Adrian Holovaty
2005-11-27Removed unnecessary load_template_source() function in django/core/template/l...Adrian Holovaty
2005-11-26Fixed bug in [1443] -- Missing Context import in django.core.template.loaderAdrian Holovaty
2005-11-26Fixed #911 -- Made template system scoped to the parser instead of the templa...Adrian Holovaty
2005-11-24Added a get_template_sources generator function to filesystem and app_directo...Adrian Holovaty
2005-11-23Fixed #603 -- Added template debugging errors to pretty error-page output, if...Adrian Holovaty
2005-11-22Fixed #598 -- Added {% include %} template tag. Added docs and unit tests. Th...Adrian Holovaty
2005-11-22Tiny logic tightening in core.template.loader -- taken from new-adminAdrian 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-14Fixed #626 -- Moved template modules to django.core.template package. django....Adrian Holovaty