summaryrefslogtreecommitdiff
path: root/django/template/loader.py
AgeCommit message (Expand)Author
2017-02-17Refs #27656 -- Updated django.template/tag docstring verbs according to PEP 257.Anton Samarchyan
2017-01-18Refs #23919 -- Removed six.<various>_types usageClaude Paroz
2017-01-17Refs #25466 -- Removed aliases for LoaderOrigin and StringOrigin.Tim Graham
2016-01-25Fixed #26109 -- Raised a helpful error if loader.select_tamplate() is passed ...Ahmed Mohamed
2015-09-29Fixed #25466 -- Added backwards compatibility aliases for LoaderOrigin and St...Tim Graham
2015-09-23Removed template.loader.BaseLoader per deprecation timeline.Tim Graham
2015-09-23Removed dictionary and context_instance parameters for render functions.Tim Graham
2015-09-23Removed dirs parameter in template engine methods and related funtions.Tim Graham
2015-06-29Removed unreachable codeAndriy Sokolovskiy
2015-06-24Renamed RemovedInDjangoXYWarnings for new roadmap.Tim Graham
2015-05-06Moved engine-related exceptions to django.template.exceptions.Preston Timmons
2015-05-06Fixed #24119, #24120 -- Formalized debug integration for template backends.Preston Timmons
2015-04-22Fixed #15053 -- Enabled recursive template loading.Preston Timmons
2015-03-20Cleaned up the template debug implementation.Preston Timmons
2015-02-06Sorted imports with isort; refs #23860.Tim Graham
2015-01-07Added a request argument to render_to_string.Aymeric Augustin
2015-01-06Added comments to remove Engine.render_to_string in Django 2.0.Aymeric Augustin
2014-12-28Supported multiple template engines in render_to_string.Aymeric Augustin
2014-12-28Removed private API get_template_from_string.Aymeric Augustin
2014-12-28Removed private API find_template.Aymeric Augustin
2014-12-28Supported multiple template engines in get_template and select_template.Aymeric Augustin
2014-12-28Renamed get_template_from_string to from_string.Aymeric Augustin
2014-11-23Moved make_origin into the Engine class.Aymeric Augustin
2014-11-23Moved template loaders management in Engine.Aymeric Augustin
2014-11-23Introduced a template engine class.Aymeric Augustin
2014-11-23Deprecated dirs argument to override TEMPLATE_DIRS.Aymeric Augustin
2014-11-22Avoided rewrapping Contexts in render_to_response.Aymeric Augustin
2014-11-16Refactored getting the list of template loaders.Aymeric Augustin
2014-11-16Deprecated function-based loaders.Aymeric Augustin
2014-11-16Removed obsolete comment.Aymeric Augustin
2014-11-16Moved all template loaders under django.template.loaders.Aymeric Augustin
2014-09-05Limited lines to 119 characters in django/Tim Graham
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