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
/
custom.py
Age
Commit message (
Expand
)
Author
2011-10-13
Convert the remainder of the relative imports in the tests to be absolute imp...
Alex Gaynor
2011-09-27
Fixed #13956 -- Enabled `*args` and `**kwargs` support for `simple_tag`, `inc...
Julien Phalip
2011-07-13
Fixed #16225 -- Removed unused imports. Many thanks to Aymeric Augustin for t...
Jannis Leidel
2011-06-11
Fixed #11989 -- Allow passing a Template instance to inclusion_tag. Thanks to...
Jannis Leidel
2011-05-07
Minor renaming for consistency.
Jannis Leidel
2011-05-03
Fixed #14262 -- Added new assignment_tag as a simple way to assign the result...
Jannis Leidel
2011-04-28
Fixed #15070 -- Also pass current_app and use_l10n in inclusion_tags. Thanks,...
Jannis Leidel
2011-03-15
Fixed #14960 -- Added tests for inclusion tags. Thanks to Julien Phalip for t...
Russell Keith-Magee
2011-03-03
Updated test assertions that have been deprecated by the move to unittest2. I...
Russell Keith-Magee
2010-12-19
Fixed #14908 -- Added a 'takes_context' argument to simple_tag. Thanks to Jul...
Russell Keith-Magee
2010-11-04
Converted templates doctests into unittests. We have always been at war with...
Alex Gaynor
2009-03-25
Template filters now pass numerical arguments through as numbers.
Malcolm Tredinnick