index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
django
/
template
/
loaders
Age
Commit message (
Expand
)
Author
2010-03-16
Fixed #12787: Correctly identify the template that does not exist when a temp...
Karen Tracey
2010-03-01
Fixed #12992: Adjusted the new template loader code so that the template
Karen Tracey
2010-01-10
Changed a whole bunch of places to raise exception instances instead of old-s...
Adrian Holovaty
2009-12-14
Fixed #6262 -- Added a cached template loader, and modified existing template...
Russell Keith-Magee
2009-04-02
Fixed #10053: the most exciting commit you'll ever see.
Jacob Kaplan-Moss
2009-03-18
Fixed #8193: all dynamic imports in Django are now done correctly. I know thi...
Jacob Kaplan-Moss
2008-11-13
Fixed #9579 -- Properly handle apps running with (and specifically, loading t...
Karen Tracey
2008-10-06
Added some better error reporting and path handling when creating template pa...
Malcolm Tredinnick
2008-05-29
Fixed #6430 -- Corrected the loading of templates from eggs, which was broken...
Russell Keith-Magee
2007-07-23
Fixed #4952 -- Fixed the `get_template_sources` functions of the `app_directo...
Gary Wilson Jr
2007-07-04
Merged Unicode branch into trunk (r4952:5608). This should be fully
Malcolm Tredinnick
2006-10-30
Fixed #2968 -- Changed arguments to __import__ to use empty dictionary instea...
Adrian Holovaty
2006-08-13
Fixed incorrect error message in django.template.loaders.filesystem if you pa...
Adrian Holovaty
2006-05-02
MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly backwards-incompa...
Adrian Holovaty