summaryrefslogtreecommitdiff
path: root/django/template/smartif.py
AgeCommit message (Expand)Author
2010-04-19Fixed #13373 -- Ensured that {% if %} statements will short circuit template ...Russell Keith-Magee
2010-03-08Fixed #13058 - "smart if" template tag doesn't support "if not in ..." condit...Luke Plant
2009-12-09Implemented 'smart if' template tag, allowing filters and various operators t...Luke Plant