Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/django/template/loaders
Commit message (Expand)AuthorAgeFilesLines
...
* Removed a bunch more Python 2.4 workarounds now that we d...Adrian Holovaty2011-03-281-2/+2
* Fixed #12248 -- Refactored django.template to get code ou...Russell Keith-Magee2010-11-274-4/+4
* Fixed #14436 -- Escalated 1.2 PendingDeprecationWarnings ...Russell Keith-Magee2010-10-113-3/+3
* Refs #13573 -- Modified the key technique added in r13295...Russell Keith-Magee2010-05-211-3/+6
* Fixed #13573 -- Corrected problem with template caching w...Russell Keith-Magee2010-05-211-6/+9
* Fixed #12787: Correctly identify the template that does n...Karen Tracey2010-03-161-1/+8
* Fixed #12992: Adjusted the new template loader code so th...Karen Tracey2010-03-021-2/+2
* Changed a whole bunch of places to raise exception instan...Adrian Holovaty2010-01-104-5/+5
* Fixed #6262 -- Added a cached template loader, and modifi...Russell Keith-Magee2009-12-144-66/+165
* Fixed #10053: the most exciting commit you'll ever see.Jacob Kaplan-Moss2009-04-021-1/+1
* Fixed #8193: all dynamic imports in Django are now done c...Jacob Kaplan-Moss2009-03-181-9/+2
* Fixed #9579 -- Properly handle apps running with (and spe...Karen Tracey2008-11-131-1/+3
* Added some better error reporting and path handling when ...Malcolm Tredinnick2008-10-062-1/+19
* Fixed #6430 -- Corrected the loading of templates from eg...Russell Keith-Magee2008-05-291-1/+1
* Fixed #4952 -- Fixed the `get_template_sources` functions...Gary Wilson Jr2007-07-232-7/+24
* Merged Unicode branch into trunk (r4952:5608). This shoul...Malcolm Tredinnick2007-07-043-3/+3
* Fixed #2968 -- Changed arguments to __import__ to use emp...Adrian Holovaty2006-10-301-2/+2
* Fixed incorrect error message in django.template.loaders....Adrian Holovaty2006-08-131-1/+1
* MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is high...Adrian Holovaty2006-05-024-0/+91