index
:
django.git
fix-31295
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
/
__init__.py
Age
Commit message (
Expand
)
Author
2006-12-08
sqlalchemy: Merged revisions 4054 to 4185 from trunk.
Robin Munn
2006-11-08
sqlalchemy: Merged revisions 3918 to 4053 from trunk.
Robin Munn
2006-10-24
sqlalchemy: Merged revisions 3832 to 3917 from trunk.
Robin Munn
2006-09-05
sqlalchemy: Merged revisions 3679 to 3723 from trunk.
Robin Munn
2006-08-27
Reverted [3659], the 'name' field on Template objects and the signal emitted ...
Adrian Holovaty
2006-08-27
Refs #2333 - Added a signal that is emitted whenever a template is rendered, ...
Russell Keith-Magee
2006-07-25
Negligible formatting change to django/template/__init__.py
Adrian Holovaty
2006-07-21
Second half of little cleanup tweaks suggested by pyflakes.
Jacob Kaplan-Moss
2006-07-19
Fixed #1647 -- Included slightly more information in template syntax error
Malcolm Tredinnick
2006-07-10
Fixed #2320 -- corrected numerous errors in the custom tag examples in
Malcolm Tredinnick
2006-07-07
Fixed #2303 -- Fixed bug in [3269] with regard to True and False special-casi...
Adrian Holovaty
2006-07-04
Refs #1400 -- Variable resolver now converts literal strings 'False' and 'Tru...
Russell Keith-Magee
2006-07-04
Fixes #1338, Refs #1400, #2237 -- Modified variable resolution to allow templ...
Russell Keith-Magee
2006-06-18
Fixed #2181 -- allow '{' and '}' to be escaped via {% templatetag ... %}.
Malcolm Tredinnick
2006-06-08
Fixed #2109 -- Convert old-style classes to new-style classes throughout Djan...
Adrian Holovaty
2006-06-08
Added django.template.Token.split_contents() and used it to add support for s...
Adrian Holovaty
2006-06-07
Small improvement to django.template.resolve_variable -- isdigit() instead of...
Adrian Holovaty
2006-06-03
Eliminated lots of mutable default arguments (since they are bugs
Luke Plant
2006-05-15
Fixed #1852 -- Improved TemplateSyntaxError to display the original exception...
Adrian Holovaty
2006-05-02
MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly backwards-incompa...
Adrian Holovaty