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
/
core
/
template
/
loader.py
Age
Commit message (
Expand
)
Author
2006-04-12
Negligible spacing change to core/template/loader.py
Adrian Holovaty
2006-02-02
Fixed #1292 -- Fixed potential circular-import problem in template loader. Th...
Adrian Holovaty
2005-11-27
Removed unnecessary load_template_source() function in django/core/template/l...
Adrian Holovaty
2005-11-26
Fixed bug in [1443] -- Missing Context import in django.core.template.loader
Adrian Holovaty
2005-11-26
Fixed #911 -- Made template system scoped to the parser instead of the templa...
Adrian Holovaty
2005-11-24
Added a get_template_sources generator function to filesystem and app_directo...
Adrian Holovaty
2005-11-23
Fixed #603 -- Added template debugging errors to pretty error-page output, if...
Adrian Holovaty
2005-11-22
Fixed #598 -- Added {% include %} template tag. Added docs and unit tests. Th...
Adrian Holovaty
2005-11-22
Tiny logic tightening in core.template.loader -- taken from new-admin
Adrian Holovaty
2005-10-14
Fixed small namespace bug in [867]
Adrian Holovaty
2005-10-14
Fixed #582 -- Added support for loading templates from Python eggs, and a TEM...
Adrian Holovaty
2005-10-14
Fixed #626 -- Moved template modules to django.core.template package. django....
Adrian Holovaty