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
/
tests.py
Age
Commit message (
Expand
)
Author
2008-05-29
Fixed #6430 -- Corrected the loading of templates from eggs, which was broken...
Russell Keith-Magee
2008-02-03
Fixed #6326 -- Made the test for translations of filter arguments test someth...
Malcolm Tredinnick
2008-01-05
Reverted 'regroup' template tag changes from [6956], as they caused bug #6271...
Adrian Holovaty
2008-01-02
Fixed #6295 -- Made the {% for %} tag a bit more efficient by creating a sing...
Adrian Holovaty
2007-12-19
Removed some reverse string craziness from the regroup template tag argument ...
Gary Wilson Jr
2007-12-02
Fixed #4563 -- Context.pop/push/update return the top-level dictionary (the new
Malcolm Tredinnick
2007-11-29
Added tests and a small optimisation for [6721]. Thanks SmileyChris. Fixed #6049
Malcolm Tredinnick
2007-11-28
Fixed #5890 -- fixed the far edge-case of allowing constant strings inside
Malcolm Tredinnick
2007-11-18
Fixed #5969 -- Corrected a problem introduced in [6682].
Malcolm Tredinnick
2007-11-17
Fixed a few problems with variable resolving inside of blocktrans tags. A cou...
Malcolm Tredinnick
2007-11-17
Fixed #5945 -- Treat string literals in template filter arguments as safe
Malcolm Tredinnick
2007-11-17
Fixed #4713 -- Fixed handling of _() in template tag arguments. Based on
Malcolm Tredinnick
2007-11-14
Content coming via {{ block.super }} is always going to be correctly escaped
Malcolm Tredinnick
2007-11-14
Implemented auto-escaping of variable output in templates. Fully controllable...
Malcolm Tredinnick
2007-10-21
Fixed #2920 -- Removed _() from builtins.
Malcolm Tredinnick
2007-10-21
Fixed #1065 -- Added a "cache" template tag. Thanks, Ian Maurer and, particul...
Malcolm Tredinnick
2007-10-20
Fixed #4123 -- Changed the firstof template tag to correctly handle a literal
Malcolm Tredinnick
2007-09-17
Fixed #2675 -- Changed the `timeuntil` and `timesince` template filters to di...
Gary Wilson Jr
2007-09-14
Fixed #208 -- Modernized the syntax of the cycle tag to allow for spaces and ...
Russell Keith-Magee
2007-07-23
Fixed #4952 -- Fixed the `get_template_sources` functions of the `app_directo...
Gary Wilson Jr
2007-07-20
Fixed #4897 -- Fixed minor typo in doctest comment.
Russell Keith-Magee
2007-07-07
Fixed #4772 -- Fixed reverse URL creation to work with non-ASCII arguments.
Malcolm Tredinnick
2007-07-04
Merged Unicode branch into trunk (r4952:5608). This should be fully
Malcolm Tredinnick
2007-06-27
Fixed #1465: added support for regex lookups. Thanks, Tom Tobin.
Jacob Kaplan-Moss
2007-06-25
Fixed #4453 -- Allow dots in URL pattern names (although the string in that c...
Malcolm Tredinnick
2007-06-08
Fixed #3523 -- Added list unpacking to for loops in templates. Thanks to Smil...
Russell Keith-Magee
2007-05-08
Fixed #3753 -- Allow optional display of invalid variable name in
Malcolm Tredinnick
2007-04-28
Renamed one test to avoid a name-clash with an earlier test of the same name.
Malcolm Tredinnick
2007-04-27
Fixed #4164, #4171 -- Reworked some of the template lexer logic to ensure we
Malcolm Tredinnick
2007-04-27
Renamed filter template tests to be in their own sequence. Makes it easier to
Malcolm Tredinnick
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
[prev]
[next]