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