summaryrefslogtreecommitdiff
path: root/django/template/loader.py
AgeCommit message (Expand)Author
2011-03-03Fixed #15502 -- Ensure that nested TemplateDoesNotExist errors are propegated...Russell Keith-Magee
2011-03-03Fixed #15530 -- Corrected typo in template loader deprecation message. Thanks...Russell Keith-Magee
2011-02-20Ensure render_to_string leaves the context instance stack in the state it was...Chris Beaven
2010-11-27Fixed #12248 -- Refactored django.template to get code out of __init__.py, to...Russell Keith-Magee
2010-10-11Fixed #14436 -- Escalated 1.2 PendingDeprecationWarnings to DeprecationWarnin...Russell Keith-Magee
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