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
/
tests
/
regressiontests
/
templates
Age
Commit message (
Expand
)
Author
2007-04-25
Fixed #3543 -- Be a bit more tolerant of spaces following the comma
Malcolm Tredinnick
2007-04-21
Fixed #3749 -- Set the context correctly when using the "filter" template tag.
Malcolm Tredinnick
2007-04-21
Fixed #4098 -- fixed a syntax error when reporting errors in "with" template
Malcolm Tredinnick
2007-04-01
Added the ability to name URL patterns. Helps with disambiguity reverse matches.
Malcolm Tredinnick
2007-04-01
Fixed #3532 -- Made spaceless template tag remove all spaces, rather than pre...
Russell Keith-Magee
2007-03-30
Fixed #3799 -- Added django.contrib.webdesign and moved 'lorem' template tag ...
Adrian Holovaty
2007-03-29
Fixed #3799 -- Added Lorem template tag for generation of random latin conten...
Russell Keith-Magee
2007-03-27
Fixed #3826: added a {% with %}. Thanks, SmileyChris.
Jacob Kaplan-Moss
2007-03-09
Fixed #3670 -- Fixed template argument parsing so that it understands negative
Malcolm Tredinnick
2007-02-27
Fixed #3465: template variable lookups like {{ foobar.13 }} now (correctly) f...
Jacob Kaplan-Moss
2007-02-13
Fixed #2606 -- Added tag for working out the URL of a particular view function.
Malcolm Tredinnick
2007-02-13
Changed one of the named endblock tests to test that nesting in the wrong order
Malcolm Tredinnick
2007-02-12
Fixed #3351 -- Added optional naming of the block in "endblock" tags to ensure
Malcolm Tredinnick
2006-12-05
Template system now supports variables whose str() returns a Unicode object w...
Adrian Holovaty
2006-11-07
Fixed #2800: the ifchanged tag now can optionally take paramaters to be check...
Jacob Kaplan-Moss
2006-10-27
Fixed #2961 -- Added 'opencomment' and 'closecomment' options to {% templatet...
Adrian Holovaty
2006-10-24
Fixed #648 -- Added comment syntax to template system: {# #}. Thanks for the ...
Adrian Holovaty
2006-09-26
Fixed #2208 -- Allow empty arguments to be passed to filters. Thanks, mattmcc.
Malcolm Tredinnick
2006-09-23
Fixed #2454 -- Make "ifchanged" tag work more predictably inside nested
Malcolm Tredinnick
2006-09-21
Fixed #2743 -- Made the value of a cycle tag accessible through the context.
Malcolm Tredinnick
2006-09-04
Fixes #2637 -- Clarified handling of TEMPLATE_STRING_IF_INVALID, especially w...
Russell Keith-Magee
2006-08-27
Refs #2333 - Modified runtests script to use new testing framework. Migrated ...
Russell Keith-Magee
[prev]