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
/
cached.py
Age
Commit message (
Expand
)
Author
2011-12-30
Fixed #17303 -- Ensured the list of template loaders is fully loaded before i...
Aymeric Augustin
2011-07-13
Fixed #16225 -- Removed unused imports. Many thanks to Aymeric Augustin for t...
Jannis Leidel
2011-03-28
Removed a bunch more Python 2.4 workarounds now that we don't support that ve...
Adrian Holovaty
2010-11-27
Fixed #12248 -- Refactored django.template to get code out of __init__.py, to...
Russell Keith-Magee
2010-05-21
Refs #13573 -- Modified the key technique added in r13295 to be more robust a...
Russell Keith-Magee
2010-05-21
Fixed #13573 -- Corrected problem with template caching when template directo...
Russell Keith-Magee
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