index
:
chango.git
devmain
fix-31295
initial-branch
main
refs-37159
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
/
__init__.py
Age
Commit message (
Expand
)
Author
2006-05-02
MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly backwards-incompa...
Adrian Holovaty
2006-02-09
Added TEMPLATE_STRING_IF_INVALID setting, which specifies what the template s...
Adrian Holovaty
2006-01-15
Fixed #1176 -- Changed {% comment %} template tag not to generate a nodelist,...
Adrian Holovaty
2005-12-16
Changed resolve_variable to resolve integers and floats as integers and float...
Adrian Holovaty
2005-11-30
Fixed #962 -- Gave filter-registration decorator a return statement. Thanks, ...
Adrian Holovaty
2005-11-29
Added a GOTCHA comment in django/core/template/init.py
Adrian Holovaty
2005-11-27
Changed template library system so that it looks for a module-level variable ...
Adrian Holovaty
2005-11-27
unknown sources are now shown correctly as <unknown source> (before it was sh...
Georg Bauer
2005-11-26
Fixed #911 -- Made template system scoped to the parser instead of the templa...
Adrian Holovaty
2005-11-23
Fixed #603 -- Added template debugging errors to pretty error-page output, if...
Adrian Holovaty
2005-11-12
fixes #764 - the TokenParser now respects string parameters to filters that c...
Georg Bauer
2005-11-06
Reworded docstrings and settings documentation from [1068]
Adrian Holovaty
2005-11-04
Merged i18n branch into the trunk! Fixes #65, and perhaps some others. NB: th...
Jacob Kaplan-Moss
2005-10-14
Fixed #626 -- Moved template modules to django.core.template package. django....
Adrian Holovaty