summaryrefslogtreecommitdiff
path: root/django/template/loader.py
AgeCommit message (Expand)Author
2014-02-22Fixed #21741 -- Fixed render_to_string to stop pushing empty dictionaries to ...Baptiste Mispelon
2014-02-08Fixed #21674 -- Deprecated the import_by_path() function in favor of import_s...Berker Peksag
2014-01-19Moved the loader tags registration with the other builtins.Baptiste Mispelon
2013-11-02Fixed the remaining E302 violations int eh django packageAlex Gaynor
2013-09-18Fixed #4278 -- Added a dirs parameter to a few functions to override TEMPLATE...Berker Peksag
2013-09-10Fixed #20841 -- Added messages to NotImplementedErrorsGregor MacGregor
2013-07-17Allowed Context.push to behave as a context mananger.Curtis Maloney
2013-02-04Fixed #17061 -- Factored out importing object from a dotted pathClaude Paroz
2012-07-22[py3] Replaced basestring by six.string_types.Aymeric Augustin
2012-04-29Fixed #18013 -- Use the new 'as' syntax for exceptions.Claude Paroz
2011-09-21Fixed #16866 -- Clearer error message if empty list is passed to select_templ...Carl Meyer
2011-04-02Advanced deprecations in django.template.Russell Keith-Magee
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