summaryrefslogtreecommitdiff
path: root/tests/regressiontests/templates/custom.py
AgeCommit message (Expand)Author
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