summaryrefslogtreecommitdiff
path: root/django/template/loader.py
AgeCommit message (Expand)Author
2010-03-18Fixed #13123 -- Cleaned up template loader for PyPy compatibility. Thanks to ...Russell Keith-Magee
2010-03-16Fixed #12787: Correctly identify the template that does not exist when a temp...Karen Tracey
2010-03-01Fixed #12992: Adjusted the new template loader code so that the templateKaren Tracey
2010-01-10Changed a whole bunch of places to raise exception instances instead of old-s...Adrian Holovaty
2009-12-20Fixed a broken ImproperlyConfigured error messageSimon Willison
2009-12-14Fixed #6262 -- Added a cached template loader, and modified existing template...Russell Keith-Magee
2009-03-18Fixed #8193: all dynamic imports in Django are now done correctly. I know thi...Jacob Kaplan-Moss
2008-05-29Fixed #6950 -- Modified initialization of template loaders to use a temporary...Russell Keith-Magee
2007-06-22Backed out the changes in [5482] for a bit whilst some more investigation intoMalcolm Tredinnick
2007-06-17Fixed #4565 -- Changed template rendering to use iterators, rather thanMalcolm Tredinnick
2006-09-02Refs #2333 - Re-added the template rendering signal for testing purposes; how...Russell Keith-Magee
2006-08-27Reverted [3659], the 'name' field on Template objects and the signal emitted ...Adrian Holovaty
2006-08-27Refs #2333 - Added a signal that is emitted whenever a template is rendered, ...Russell Keith-Magee
2006-07-21Second half of little cleanup tweaks suggested by pyflakes.Jacob Kaplan-Moss
2006-05-02MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly backwards-incompa...Adrian Holovaty