Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/django/template/loader.py
Commit message (Expand)AuthorAgeFilesLines
* Fixed #25466 -- Added backwards compatibility aliases for...Tim Graham2015-09-301-0/+11
* Removed template.loader.BaseLoader per deprecation timeline.Tim Graham2015-09-241-16/+0
* Removed dictionary and context_instance parameters for re...Tim Graham2015-09-241-50/+5
* Removed dirs parameter in template engine methods and rel...Tim Graham2015-09-241-35/+6
* Removed unreachable codeAndriy Sokolovskiy2015-06-291-1/+0
* Renamed RemovedInDjangoXYWarnings for new roadmap.Tim Graham2015-06-241-5/+5
* Moved engine-related exceptions to django.template.except...Preston Timmons2015-05-071-1/+1
* Fixed #24119, #24120 -- Formalized debug integration for ...Preston Timmons2015-05-071-9/+9
* Fixed #15053 -- Enabled recursive template loading.Preston Timmons2015-04-221-15/+13
* Cleaned up the template debug implementation.Preston Timmons2015-03-201-3/+0
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-5/+3
* Added a request argument to render_to_string.Aymeric Augustin2015-01-071-2/+7
* Added comments to remove Engine.render_to_string in Djang...Aymeric Augustin2015-01-061-3/+3
* Supported multiple template engines in render_to_string.Aymeric Augustin2014-12-281-3/+57
* Removed private API get_template_from_string.Aymeric Augustin2014-12-281-4/+0
* Removed private API find_template.Aymeric Augustin2014-12-281-4/+0
* Supported multiple template engines in get_template and s...Aymeric Augustin2014-12-281-6/+62
* Renamed get_template_from_string to from_string.Aymeric Augustin2014-12-281-1/+1
* Moved make_origin into the Engine class.Aymeric Augustin2014-11-231-8/+0
* Moved template loaders management in Engine.Aymeric Augustin2014-11-231-1/+2
* Introduced a template engine class.Aymeric Augustin2014-11-231-95/+15
* Deprecated dirs argument to override TEMPLATE_DIRS.Aymeric Augustin2014-11-231-3/+31
* Avoided rewrapping Contexts in render_to_response.Aymeric Augustin2014-11-221-1/+6
* Refactored getting the list of template loaders.Aymeric Augustin2014-11-161-57/+3
* Deprecated function-based loaders.Aymeric Augustin2014-11-161-0/+6
* Removed obsolete comment.Aymeric Augustin2014-11-161-27/+0
* Moved all template loaders under django.template.loaders.Aymeric Augustin2014-11-161-39/+17
* Limited lines to 119 characters in django/Tim Graham2014-09-051-2/+9
* Fixed #21741 -- Fixed render_to_string to stop pushing em...Baptiste Mispelon2014-02-221-1/+2
* Fixed #21674 -- Deprecated the import_by_path() function ...Berker Peksag2014-02-081-2/+2
* Moved the loader tags registration with the other builtins.Baptiste Mispelon2014-01-191-3/+1
* Fixed the remaining E302 violations int eh django packageAlex Gaynor2013-11-031-0/+9
* Fixed #4278 -- Added a dirs parameter to a few functions ...Berker Peksag2013-09-181-7/+8
* Fixed #20841 -- Added messages to NotImplementedErrorsGregor MacGregor2013-09-101-1/+1
* Allowed Context.push to behave as a context mananger.Curtis Maloney2013-07-171-4/+1
* Fixed #17061 -- Factored out importing object from a dott...Claude Paroz2013-02-041-10/+2
* [py3] Replaced basestring by six.string_types.Aymeric Augustin2012-07-221-1/+2
* Fixed #18013 -- Use the new 'as' syntax for exceptions.Claude Paroz2012-04-291-3/+3
* Fixed #16866 -- Clearer error message if empty list is pa...Carl Meyer2011-09-211-0/+2
* Advanced deprecations in django.template.Russell Keith-Magee2011-04-021-12/+0
* Fixed #15502 -- Ensure that nested TemplateDoesNotExist e...Russell Keith-Magee2011-03-031-2/+5
* Fixed #15530 -- Corrected typo in template loader depreca...Russell Keith-Magee2011-03-031-2/+2
* Ensure render_to_string leaves the context instance stack...Chris Beaven2011-02-201-5/+9
* Fixed #12248 -- Refactored django.template to get code ou...Russell Keith-Magee2010-11-271-1/+1
* Fixed #14436 -- Escalated 1.2 PendingDeprecationWarnings ...Russell Keith-Magee2010-10-111-1/+1
* Fixed #13123 -- Cleaned up template loader for PyPy compa...Russell Keith-Magee2010-03-181-3/+3
* Fixed #12787: Correctly identify the template that does n...Karen Tracey2010-03-161-2/+9
* Fixed #12992: Adjusted the new template loader code so th...Karen Tracey2010-03-021-4/+10
* Changed a whole bunch of places to raise exception instan...Adrian Holovaty2010-01-101-2/+2
* Fixed a broken ImproperlyConfigured error messageSimon Willison2009-12-201-1/+1