Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/django/template/loader.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fixed #6262 -- Added a cached template loader, and modifi...Russell Keith-Magee2009-12-141-19/+84
* Fixed #8193: all dynamic imports in Django are now done c...Jacob Kaplan-Moss2009-03-181-1/+2
* Fixed #6950 -- Modified initialization of template loader...Russell Keith-Magee2008-05-291-2/+3
* Backed out the changes in [5482] for a bit whilst some mo...Malcolm Tredinnick2007-06-221-26/+7
* Fixed #4565 -- Changed template rendering to use iterator...Malcolm Tredinnick2007-06-171-7/+26
* Refs #2333 - Re-added the template rendering signal for t...Russell Keith-Magee2006-09-021-3/+5
* Reverted [3659], the 'name' field on Template objects and...Adrian Holovaty2006-08-271-5/+3
* Refs #2333 - Added a signal that is emitted whenever a te...Russell Keith-Magee2006-08-271-3/+5
* Second half of little cleanup tweaks suggested by pyflakes.Jacob Kaplan-Moss2006-07-211-1/+1
* MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is high...Adrian Holovaty2006-05-021-0/+116